Status: Pass 197 Failure 14 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 36, in resource_setup snapshot = cls.create_snapshot(volume_origin['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 300, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: snapshot 8efb28fb-6e91-4ade-9824-7d6a3a3e02d7 failed to build and is in ERROR status |
||||||
tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft2.1: tearDownClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f7e1fb272c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 within the required time (360 s). Timer started at 1628610454. Timer ended at 1628610814waited for 360, <traceback object at 0x7f7e1fb3f100>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 3bf40d6a-faf7-4d47-b752-f10c714954ac within the required time (360 s). Timer started at 1628610814. Timer ended at 1628611174waited for 360, <traceback object at 0x7f7e1fb4af80>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft3.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f305aa9c240>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 0c1bb43a-66e3-42dc-89c3-72e4c5500445 within the required time (360 s). Timer started at 1628610481. Timer ended at 1628610899waited for 418, <traceback object at 0x7f305ac15ec0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume b44e5f30-b70e-4e97-b627-35154999fd48 within the required time (360 s). Timer started at 1628610899. Timer ended at 1628611260waited for 361, <traceback object at 0x7f305ab9ee40>)) |
||||||
AttachVolumeTestJSON) |
fail
ft3.2: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f6f8a2fc800>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume bbcba796-2e0f-4bd1-b1f2-3047222822d0 within the required time (360 s). Timer started at 1628611358. Timer ended at 1628611718waited for 360, <traceback object at 0x7f6f8a358700>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft4.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, 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 or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f59d7c7c100>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 8ef2217a-2b50-4d87-b4fb-9c58e480e638 within the required time (360 s). Timer started at 1628610418. Timer ended at 1628610778waited for 360, <traceback object at 0x7f59d7f11640>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 3cb819c7-5411-4337-93e3-ef3a90bbcd34 within the required time (360 s). Timer started at 1628610901. Timer ended at 1628611261waited for 360, <traceback object at 0x7f59d7c54800>)) |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt5.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft5.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:34:28,142 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes 0.186s 2021-08-10 15:34:28,143 114855 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-ServerRescueNegativeTestJSON-volume-1621607748"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623a60ff-c5a2-42e6-bf82-6fca1089f575', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623a60ff-c5a2-42e6-bf82-6fca1089f575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.073425", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:34:28,193 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:34:28,193 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc076b9-54ac-4b31-816d-186d8230ce4b', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc076b9-54ac-4b31-816d-186d8230ce4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:29,242 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.040s 2021-08-10 15:34:29,242 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e66826-da48-44fb-bae5-9c626e75fe86', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e66826-da48-44fb-bae5-9c626e75fe86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:28.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:30,295 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:34:30,296 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db9ea7fa-fa61-4b2a-ad13-ad6212e5cdc2', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db9ea7fa-fa61-4b2a-ad13-ad6212e5cdc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:28.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:31,347 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:34:31,348 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1677847-bbbe-4e87-a552-1331d93747e6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1677847-bbbe-4e87-a552-1331d93747e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:28.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:32,396 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.042s 2021-08-10 15:34:32,397 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44366e48-016b-462c-b214-238a1d136727', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44366e48-016b-462c-b214-238a1d136727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:32.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:32,403 114855 INFO [tempest.common.waiters] volume 8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 reached available after waiting for 4.403664 seconds 2021-08-10 15:34:32,550 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.146s 2021-08-10 15:34:32,550 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1515', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-980f1322-169c-4a07-aed8-28215965141e', 'x-compute-request-id': 'req-980f1322-169c-4a07-aed8-28215965141e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:32,863 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.304s 2021-08-10 15:34:32,863 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (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-f1b6a8b2-5acb-45dd-816a-91d23627f6ab', 'x-compute-request-id': 'req-f1b6a8b2-5acb-45dd-816a-91d23627f6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "device": "/dev/sdb"}}' 2021-08-10 15:34:32,917 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:34:32,917 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36182cad-f18f-410e-b0d5-836747964b73', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36182cad-f18f-410e-b0d5-836747964b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:33,972 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:34:33,973 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f031e464-c598-4c11-9b20-81bce10c3f32', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f031e464-c598-4c11-9b20-81bce10c3f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:35,027 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:34:35,027 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb9c80b-9a29-4005-8eec-eb950e01b355', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb9c80b-9a29-4005-8eec-eb950e01b355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:36,081 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:34:36,081 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8748420-d2b5-44ac-99e1-75031e5f518a', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8748420-d2b5-44ac-99e1-75031e5f518a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:37,134 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:34:37,135 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc422d2-ad77-4040-b1ca-c0b07c1c567b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc422d2-ad77-4040-b1ca-c0b07c1c567b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:38,190 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:34:38,191 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7595589e-d742-457d-987d-26755119dd4f', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7595589e-d742-457d-987d-26755119dd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:39,244 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:34:39,244 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ebaddc9-e6d4-4303-98c7-9703853e9a5d', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ebaddc9-e6d4-4303-98c7-9703853e9a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:40,299 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:34:40,299 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b1c117-7365-4b37-a064-8bcce79dc49b', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b1c117-7365-4b37-a064-8bcce79dc49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:40.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:40,306 114855 INFO [tempest.common.waiters] Attachment ed4e6a18-3c85-4170-982e-6d587701dab3 created for volume 8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 to server 041a48ed-9060-4624-b3a5-d7b43dd10bfe after waiting for 8.306617 seconds 2021-08-10 15:34:40,352 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:34:40,352 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3ff5d1-516b-4ff5-8032-7b429d616abd', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3ff5d1-516b-4ff5-8032-7b429d616abd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:40.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:34:40,359 114855 INFO [tempest.common.waiters] volume 8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 reached in-use after waiting for 0.359263 seconds 2021-08-10 15:34:40,518 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/action 0.158s 2021-08-10 15:34:40,518 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"rescue": {"adminPass": "G5%QAc9qhIt*lMz"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1842ed12-897a-4787-b1f7-644cb4e8a15b', 'x-compute-request-id': 'req-1842ed12-897a-4787-b1f7-644cb4e8a15b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/action'} Body: b'{"adminPass": "G5%QAc9qhIt*lMz"}' 2021-08-10 15:34:40,761 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.241s 2021-08-10 15:34:40,761 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a4a14a2-f1ae-4162-a14f-1bb121cf1928', 'x-compute-request-id': 'req-1a4a14a2-f1ae-4162-a14f-1bb121cf1928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:41,949 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.178s 2021-08-10 15:34:41,949 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5feec025-e460-4f66-afd2-c08548cf9fc9', 'x-compute-request-id': 'req-5feec025-e460-4f66-afd2-c08548cf9fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:43,377 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.419s 2021-08-10 15:34:43,378 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-090ba4eb-39c1-4ae3-b0ae-1a23bf55ea22', 'x-compute-request-id': 'req-090ba4eb-39c1-4ae3-b0ae-1a23bf55ea22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:44,582 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.194s 2021-08-10 15:34:44,582 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10697d08-a60b-43e6-ad8e-532860a6ae2e', 'x-compute-request-id': 'req-10697d08-a60b-43e6-ad8e-532860a6ae2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:45,803 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.212s 2021-08-10 15:34:45,803 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11a34f9a-493e-46d5-adec-dd6b10f9caa0', 'x-compute-request-id': 'req-11a34f9a-493e-46d5-adec-dd6b10f9caa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:46,986 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.173s 2021-08-10 15:34:46,986 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0f616ca-0e33-410f-a622-7e1d49d78da3', 'x-compute-request-id': 'req-b0f616ca-0e33-410f-a622-7e1d49d78da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:48,157 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.162s 2021-08-10 15:34:48,158 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8427cae-ad4a-473d-a7b8-dc32bfab7d8d', 'x-compute-request-id': 'req-e8427cae-ad4a-473d-a7b8-dc32bfab7d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:49,338 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.171s 2021-08-10 15:34:49,338 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d1b91a6-d2ef-4548-8a34-58141b99637c', 'x-compute-request-id': 'req-5d1b91a6-d2ef-4548-8a34-58141b99637c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:50,518 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.171s 2021-08-10 15:34:50,518 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc6ae765-4d5c-40ac-8847-ddfbca5e1942', 'x-compute-request-id': 'req-dc6ae765-4d5c-40ac-8847-ddfbca5e1942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:51,718 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.191s 2021-08-10 15:34:51,718 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6ad379f-f537-4c11-98f7-d18a4d03ec6c', 'x-compute-request-id': 'req-c6ad379f-f537-4c11-98f7-d18a4d03ec6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:52,872 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.144s 2021-08-10 15:34:52,873 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67e2ffd8-e1cf-48b3-bd3d-9528889337ee', 'x-compute-request-id': 'req-67e2ffd8-e1cf-48b3-bd3d-9528889337ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:54,070 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.189s 2021-08-10 15:34:54,070 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43916da6-a6b7-44db-8bee-6854f531aff0', 'x-compute-request-id': 'req-43916da6-a6b7-44db-8bee-6854f531aff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:55,221 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.142s 2021-08-10 15:34:55,221 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2d24613-34d3-46ca-97a6-4a9b367aa689', 'x-compute-request-id': 'req-f2d24613-34d3-46ca-97a6-4a9b367aa689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:56,374 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.144s 2021-08-10 15:34:56,374 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-225dbcda-de0e-4449-bf34-58f326d1d4f9', 'x-compute-request-id': 'req-225dbcda-de0e-4449-bf34-58f326d1d4f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:57,526 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.143s 2021-08-10 15:34:57,526 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5024b9a8-35a6-496e-938f-82a97d9bc1dd', 'x-compute-request-id': 'req-5024b9a8-35a6-496e-938f-82a97d9bc1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:58,688 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.154s 2021-08-10 15:34:58,689 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e512777-be27-429e-a5b6-12a071447340', 'x-compute-request-id': 'req-2e512777-be27-429e-a5b6-12a071447340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:34:59,850 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.153s 2021-08-10 15:34:59,850 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ffacba6-0554-4ace-8a55-7b7cbe7b0f40', 'x-compute-request-id': 'req-5ffacba6-0554-4ace-8a55-7b7cbe7b0f40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:01,010 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.151s 2021-08-10 15:35:01,011 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0a5359a-0972-4170-83e0-071fde621cf5', 'x-compute-request-id': 'req-d0a5359a-0972-4170-83e0-071fde621cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:02,163 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.143s 2021-08-10 15:35:02,164 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a71e1826-f116-41f3-a977-1504709c90e7', 'x-compute-request-id': 'req-a71e1826-f116-41f3-a977-1504709c90e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:03,313 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.141s 2021-08-10 15:35:03,313 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac6a330e-8aae-4773-9c06-9866adfb6978', 'x-compute-request-id': 'req-ac6a330e-8aae-4773-9c06-9866adfb6978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:04,465 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.142s 2021-08-10 15:35:04,465 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9881d1fb-0fa1-4cee-bf4e-8d0e59b4ec6f', 'x-compute-request-id': 'req-9881d1fb-0fa1-4cee-bf4e-8d0e59b4ec6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:05,614 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.141s 2021-08-10 15:35:05,614 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-973863cb-b0fb-40ae-84b7-2b0717f919c9', 'x-compute-request-id': 'req-973863cb-b0fb-40ae-84b7-2b0717f919c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:06,771 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.147s 2021-08-10 15:35:06,771 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-970090d8-da0b-4802-93cd-293f4d3532f6', 'x-compute-request-id': 'req-970090d8-da0b-4802-93cd-293f4d3532f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:07,924 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.144s 2021-08-10 15:35:07,924 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-360e74da-b626-413d-984d-c21a746d4032', 'x-compute-request-id': 'req-360e74da-b626-413d-984d-c21a746d4032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:09,090 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.157s 2021-08-10 15:35:09,091 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73ad38f-8922-4935-8035-4381de111ac2', 'x-compute-request-id': 'req-c73ad38f-8922-4935-8035-4381de111ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:10,239 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.140s 2021-08-10 15:35:10,239 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84ea57f3-4e32-44ba-9923-aea6909f59e9', 'x-compute-request-id': 'req-84ea57f3-4e32-44ba-9923-aea6909f59e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:11,393 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.145s 2021-08-10 15:35:11,394 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca7cb7c0-7cba-4d90-b6c9-63bc08506dfa', 'x-compute-request-id': 'req-ca7cb7c0-7cba-4d90-b6c9-63bc08506dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:12,547 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.144s 2021-08-10 15:35:12,547 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-680ab749-509d-42c0-9942-35854247360a', 'x-compute-request-id': 'req-680ab749-509d-42c0-9942-35854247360a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:13,697 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.142s 2021-08-10 15:35:13,697 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e2b306f-3bc4-49df-acfd-28d15d5c33e7', 'x-compute-request-id': 'req-4e2b306f-3bc4-49df-acfd-28d15d5c33e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:14,851 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.146s 2021-08-10 15:35:14,852 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87c03de7-ef41-4583-875c-32fba05fad08', 'x-compute-request-id': 'req-87c03de7-ef41-4583-875c-32fba05fad08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:16,001 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.141s 2021-08-10 15:35:16,002 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04fe891c-72d7-4c4f-a149-04cc4c2c01c4', 'x-compute-request-id': 'req-04fe891c-72d7-4c4f-a149-04cc4c2c01c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:17,152 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.142s 2021-08-10 15:35:17,153 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73319d47-b244-4d3a-a3d3-cd985c0ed999', 'x-compute-request-id': 'req-73319d47-b244-4d3a-a3d3-cd985c0ed999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:18,303 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.141s 2021-08-10 15:35:18,304 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7276e434-2681-41a2-9e57-e430c7c57ebc', 'x-compute-request-id': 'req-7276e434-2681-41a2-9e57-e430c7c57ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:19,452 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.140s 2021-08-10 15:35:19,453 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98e8d980-668d-4a3a-a727-7ea16ba65caf', 'x-compute-request-id': 'req-98e8d980-668d-4a3a-a727-7ea16ba65caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:20,607 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.146s 2021-08-10 15:35:20,607 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585cfd3f-7b96-415b-bd3f-4a94ec677743', 'x-compute-request-id': 'req-585cfd3f-7b96-415b-bd3f-4a94ec677743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:21,756 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.140s 2021-08-10 15:35:21,757 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95908bd3-6583-4987-9e1b-2529c9005e37', 'x-compute-request-id': 'req-95908bd3-6583-4987-9e1b-2529c9005e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:22,909 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.143s 2021-08-10 15:35:22,909 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a9752b9-8b85-406d-9aeb-bd491593fc44', 'x-compute-request-id': 'req-0a9752b9-8b85-406d-9aeb-bd491593fc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:24,066 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.149s 2021-08-10 15:35:24,066 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfb1ed84-046f-4ec3-ba39-d01b56d78652', 'x-compute-request-id': 'req-bfb1ed84-046f-4ec3-ba39-d01b56d78652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:25,213 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.138s 2021-08-10 15:35:25,214 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3688613-fd6d-49ef-ace3-8c55a47abf4d', 'x-compute-request-id': 'req-a3688613-fd6d-49ef-ace3-8c55a47abf4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:26,362 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.140s 2021-08-10 15:35:26,362 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a1214be-8bd7-4f37-91aa-ee43710065ed', 'x-compute-request-id': 'req-6a1214be-8bd7-4f37-91aa-ee43710065ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:27,512 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.141s 2021-08-10 15:35:27,512 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f314765-1d8b-477f-b0a5-2b00df285ece', 'x-compute-request-id': 'req-2f314765-1d8b-477f-b0a5-2b00df285ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:28,665 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.144s 2021-08-10 15:35:28,665 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4342868e-f265-4d7e-801c-27fecfb65ec9', 'x-compute-request-id': 'req-4342868e-f265-4d7e-801c-27fecfb65ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:29,814 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.140s 2021-08-10 15:35:29,814 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8293af50-9fd0-4ae6-be5b-cb3dfb0653a4', 'x-compute-request-id': 'req-8293af50-9fd0-4ae6-be5b-cb3dfb0653a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:30,964 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.141s 2021-08-10 15:35:30,965 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e35594c-b801-46fd-b9c0-a8c8cb70e28b', 'x-compute-request-id': 'req-5e35594c-b801-46fd-b9c0-a8c8cb70e28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "RESCUE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:35:30Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:35:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:30,972 114855 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 50 second wait 2021-08-10 15:35:31,073 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.100s 2021-08-10 15:35:31,073 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:30 GMT', 'server': 'Apache/2.4.41 (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': '152', 'x-openstack-request-id': 'req-780946d2-f21d-428e-ad89-fa5b76ce97c2', 'x-compute-request-id': 'req-780946d2-f21d-428e-ad89-fa5b76ce97c2', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 041a48ed-9060-4624-b3a5-d7b43dd10bfe while it is in vm_state rescued"}}' 2021-08-10 15:35:31,153 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/action 0.079s 2021-08-10 15:35:31,153 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"unrescue": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:31 GMT', 'server': 'Apache/2.4.41 (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-6e6aed3f-82dc-478a-850a-44ab08ab41d1', 'x-compute-request-id': 'req-6e6aed3f-82dc-478a-850a-44ab08ab41d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/action'} Body: b'' 2021-08-10 15:35:31,310 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.156s 2021-08-10 15:35:31,311 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2676dda3-ac66-47e8-b6ba-186a095ced81', 'x-compute-request-id': 'req-2676dda3-ac66-47e8-b6ba-186a095ced81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "RESCUE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:35:31Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:35:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:32,465 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.145s 2021-08-10 15:35:32,465 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-686a3a77-e808-44c8-b4bd-6746c44e0561', 'x-compute-request-id': 'req-686a3a77-e808-44c8-b4bd-6746c44e0561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "RESCUE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:35:31Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:35:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:33,617 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.143s 2021-08-10 15:35:33,618 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8de6ae6e-c9d8-47f2-87d8-cb58a6ad9d92', 'x-compute-request-id': 'req-8de6ae6e-c9d8-47f2-87d8-cb58a6ad9d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "RESCUE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:35:31Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:35:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:34,766 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe 0.139s 2021-08-10 15:35:34,767 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-762cd9e5-ac29-4a32-bef9-4fa6569d9c48', 'x-compute-request-id': 'req-762cd9e5-ac29-4a32-bef9-4fa6569d9c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe'} Body: b'{"server": {"id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "name": "tempest-ServerRescueNegativeTestJSON-server-1379431034", "status": "ACTIVE", "tenant_id": "32842db495a14116b8fba94134528a92", "user_id": "3fe44917f6d44574be54bce48048cd39", "metadata": {}, "hostId": "a6d0f85326a53e45d2cf8456e476b9adff842080c47fdd2e02694836", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:20Z", "updated": "2021-08-10T15:35:34Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-319598567-network": [{"version": 4, "addr": "172.20.0.2", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:06:76"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:35:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}]}}' 2021-08-10 15:35:34,774 114855 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ACTIVE/None" after 3 second wait 2021-08-10 15:35:34,821 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:35:34,821 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e5a0f35-2cc7-4c33-a19f-f3d1729e8b43', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e5a0f35-2cc7-4c33-a19f-f3d1729e8b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:34:40.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:35:34,998 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.170s 2021-08-10 15:35:34,999 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:34 GMT', 'server': 'Apache/2.4.41 (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-9ee3e863-3703-48b9-8ad0-c42e1e8e3bcc', 'x-compute-request-id': 'req-9ee3e863-3703-48b9-8ad0-c42e1e8e3bcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'' 2021-08-10 15:35:35,048 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:35:35,048 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76e896a5-d82e-4ee7-956f-467c22fe76eb', 'x-compute-request-id': 'req-76e896a5-d82e-4ee7-956f-467c22fe76eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:36,103 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:35:36,103 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562cdb52-fc76-40b8-9cee-20225cedb006', 'x-compute-request-id': 'req-562cdb52-fc76-40b8-9cee-20225cedb006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:37,151 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:35:37,151 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-658515f2-ce60-47a2-9181-a56c72115dd1', 'x-compute-request-id': 'req-658515f2-ce60-47a2-9181-a56c72115dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:38,206 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.052s 2021-08-10 15:35:38,206 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa095956-ac19-4751-ad6d-e7264e3f3376', 'x-compute-request-id': 'req-aa095956-ac19-4751-ad6d-e7264e3f3376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:39,259 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:35:39,259 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1e69f7-c6b8-4bb2-a829-bed22bbc812b', 'x-compute-request-id': 'req-3c1e69f7-c6b8-4bb2-a829-bed22bbc812b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:40,309 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:35:40,309 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bda9701f-acb7-4359-85df-a06097e2b840', 'x-compute-request-id': 'req-bda9701f-acb7-4359-85df-a06097e2b840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:41,357 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:41,357 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e63c6bc5-c706-4f60-8b06-2bcf612f15fc', 'x-compute-request-id': 'req-e63c6bc5-c706-4f60-8b06-2bcf612f15fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:42,405 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:42,406 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c789e252-0654-4e5a-87ca-39c6e9ea1362', 'x-compute-request-id': 'req-c789e252-0654-4e5a-87ca-39c6e9ea1362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:43,454 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:43,454 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdcb5409-a4f6-4241-afaa-4157791c6e50', 'x-compute-request-id': 'req-bdcb5409-a4f6-4241-afaa-4157791c6e50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:44,503 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:35:44,503 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f67c8be-9585-4554-999c-91d9cdec0659', 'x-compute-request-id': 'req-3f67c8be-9585-4554-999c-91d9cdec0659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:45,553 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:35:45,553 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5a501a-2b96-4e00-82a3-82ec9ca2aed0', 'x-compute-request-id': 'req-be5a501a-2b96-4e00-82a3-82ec9ca2aed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:46,601 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:46,602 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dbe5453-d362-475b-a50c-a9d73480bcc9', 'x-compute-request-id': 'req-6dbe5453-d362-475b-a50c-a9d73480bcc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:47,650 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:35:47,651 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add79301-110f-45cc-8796-e76a0e777c48', 'x-compute-request-id': 'req-add79301-110f-45cc-8796-e76a0e777c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:48,698 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:48,699 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22ce7524-03fc-4408-8830-29461cbde40f', 'x-compute-request-id': 'req-22ce7524-03fc-4408-8830-29461cbde40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:49,749 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:35:49,749 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-491711cd-533b-4acf-a522-02d6ccb9d8bd', 'x-compute-request-id': 'req-491711cd-533b-4acf-a522-02d6ccb9d8bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:50,797 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:50,798 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113ce300-2df3-4c9c-b245-a54b18d3e7d1', 'x-compute-request-id': 'req-113ce300-2df3-4c9c-b245-a54b18d3e7d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:51,845 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:51,846 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31bd8e69-7ae9-43b1-9755-335ac7825a0a', 'x-compute-request-id': 'req-31bd8e69-7ae9-43b1-9755-335ac7825a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:52,894 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:52,894 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-535e583b-5c49-48e2-b825-1586bca70e7d', 'x-compute-request-id': 'req-535e583b-5c49-48e2-b825-1586bca70e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:53,946 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:35:53,946 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-119a8a3b-0875-4dae-82b7-513fa1fc7266', 'x-compute-request-id': 'req-119a8a3b-0875-4dae-82b7-513fa1fc7266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:54,995 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:35:54,996 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a450ed4c-7f9a-4ae1-be2d-3a6d1e6cf088', 'x-compute-request-id': 'req-a450ed4c-7f9a-4ae1-be2d-3a6d1e6cf088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:56,048 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:35:56,048 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3c0b4fc-5dd0-4bfe-9d36-95cf7738ec87', 'x-compute-request-id': 'req-a3c0b4fc-5dd0-4bfe-9d36-95cf7738ec87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:57,097 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:35:57,097 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31ea6681-5faa-4034-8571-bf4a407cffab', 'x-compute-request-id': 'req-31ea6681-5faa-4034-8571-bf4a407cffab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:58,145 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:35:58,145 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-394618c8-c131-47e5-910e-ca5910fc3de4', 'x-compute-request-id': 'req-394618c8-c131-47e5-910e-ca5910fc3de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:35:59,194 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:35:59,195 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5248428-37df-4202-8a09-0a83d971426c', 'x-compute-request-id': 'req-c5248428-37df-4202-8a09-0a83d971426c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:00,243 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:00,244 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d4465e-c068-486e-8fbb-5fb54ab87503', 'x-compute-request-id': 'req-39d4465e-c068-486e-8fbb-5fb54ab87503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:01,293 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:36:01,294 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d736045f-0370-4ca6-85d6-1032f4c24f4a', 'x-compute-request-id': 'req-d736045f-0370-4ca6-85d6-1032f4c24f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:02,343 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:02,343 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82e42598-160e-4105-9073-2044b61d282e', 'x-compute-request-id': 'req-82e42598-160e-4105-9073-2044b61d282e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:03,390 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:36:03,391 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d14e5c08-a180-4990-8bad-bb84696918b9', 'x-compute-request-id': 'req-d14e5c08-a180-4990-8bad-bb84696918b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:04,439 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:04,440 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bb68e88-8f55-4bab-9d96-2a93a1ce9e1e', 'x-compute-request-id': 'req-1bb68e88-8f55-4bab-9d96-2a93a1ce9e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:05,490 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:36:05,491 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-990a5841-6c53-4e39-82c0-4c0bfbf494b1', 'x-compute-request-id': 'req-990a5841-6c53-4e39-82c0-4c0bfbf494b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:06,540 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:06,540 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8df96e72-29d2-4746-88df-5ad692a5c901', 'x-compute-request-id': 'req-8df96e72-29d2-4746-88df-5ad692a5c901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:07,590 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:36:07,591 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c066d875-f6c5-438b-8621-47d098f45452', 'x-compute-request-id': 'req-c066d875-f6c5-438b-8621-47d098f45452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:08,643 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:36:08,643 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26872b2a-232a-413c-93c7-0b51d17fbc0e', 'x-compute-request-id': 'req-26872b2a-232a-413c-93c7-0b51d17fbc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:09,692 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:09,692 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-959d2fa3-ad42-453c-b0bb-5cc67b5b7c98', 'x-compute-request-id': 'req-959d2fa3-ad42-453c-b0bb-5cc67b5b7c98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:10,746 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.051s 2021-08-10 15:36:10,746 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8665dfee-b0c4-4af6-b172-c8bbb7a90d03', 'x-compute-request-id': 'req-8665dfee-b0c4-4af6-b172-c8bbb7a90d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:11,795 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:11,795 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ecaf8e6-8882-464b-8aa1-959793cfc17f', 'x-compute-request-id': 'req-1ecaf8e6-8882-464b-8aa1-959793cfc17f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:12,845 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:36:12,846 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5717917-c7ee-43d0-922e-616a504892d6', 'x-compute-request-id': 'req-b5717917-c7ee-43d0-922e-616a504892d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:13,896 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:36:13,896 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-959445d8-2231-4ea0-9ec0-07fdd3da0a4c', 'x-compute-request-id': 'req-959445d8-2231-4ea0-9ec0-07fdd3da0a4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:14,946 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:14,946 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1182a2fd-94c2-4482-98b0-55684dc58b02', 'x-compute-request-id': 'req-1182a2fd-94c2-4482-98b0-55684dc58b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:15,994 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:15,994 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d5fc7ef-c387-4473-91d5-52408f106441', 'x-compute-request-id': 'req-2d5fc7ef-c387-4473-91d5-52408f106441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:17,044 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:17,044 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-856bb40b-24dc-4c80-8b7f-1f77c897fbff', 'x-compute-request-id': 'req-856bb40b-24dc-4c80-8b7f-1f77c897fbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:18,095 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:36:18,096 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50e46480-21dd-4ac3-847a-740dc10bfaa2', 'x-compute-request-id': 'req-50e46480-21dd-4ac3-847a-740dc10bfaa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:19,145 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:19,146 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5e251c5-7f23-41b8-a986-d0887e4b2d54', 'x-compute-request-id': 'req-f5e251c5-7f23-41b8-a986-d0887e4b2d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:20,194 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:20,194 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94698cf6-2e2a-4de1-a51e-2581d6113daa', 'x-compute-request-id': 'req-94698cf6-2e2a-4de1-a51e-2581d6113daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:21,243 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:21,244 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6fb4cba-bc9a-452a-8752-fd954dac5e2a', 'x-compute-request-id': 'req-e6fb4cba-bc9a-452a-8752-fd954dac5e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:22,300 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.053s 2021-08-10 15:36:22,300 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89267042-9a87-4a33-84c5-46228527fe3e', 'x-compute-request-id': 'req-89267042-9a87-4a33-84c5-46228527fe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:23,348 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:23,349 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-121d25ad-ef23-430f-9603-c81efd1a5147', 'x-compute-request-id': 'req-121d25ad-ef23-430f-9603-c81efd1a5147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:24,397 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:24,397 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-130aaff7-ef86-4556-be36-cf10ee740397', 'x-compute-request-id': 'req-130aaff7-ef86-4556-be36-cf10ee740397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:25,446 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:25,446 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a97bde-6892-4196-88ec-ea6f5d958437', 'x-compute-request-id': 'req-03a97bde-6892-4196-88ec-ea6f5d958437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:26,498 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:36:26,498 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79e0c893-6341-40c1-b9ae-5f857ac98304', 'x-compute-request-id': 'req-79e0c893-6341-40c1-b9ae-5f857ac98304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:27,546 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:27,546 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca4957df-b0ea-4a26-8876-e9f9d7a279e5', 'x-compute-request-id': 'req-ca4957df-b0ea-4a26-8876-e9f9d7a279e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:28,595 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:28,596 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2b0025c-2557-4706-ac93-9c2f772a5e56', 'x-compute-request-id': 'req-d2b0025c-2557-4706-ac93-9c2f772a5e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:29,645 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:29,645 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bac539ea-a9cb-4a6a-ba72-fe435610ebf4', 'x-compute-request-id': 'req-bac539ea-a9cb-4a6a-ba72-fe435610ebf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:30,692 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:30,693 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bb29499-a5f5-4f6d-b959-ec9867723912', 'x-compute-request-id': 'req-9bb29499-a5f5-4f6d-b959-ec9867723912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:31,741 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:31,741 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f95919-835c-45e7-8b8f-87f1592d378b', 'x-compute-request-id': 'req-31f95919-835c-45e7-8b8f-87f1592d378b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:32,790 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:32,790 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b3d4f9-d9a2-43c3-ae55-0e502ed67b63', 'x-compute-request-id': 'req-b7b3d4f9-d9a2-43c3-ae55-0e502ed67b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:33,840 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:33,840 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9646f5b4-1339-4cac-b21e-fb50a3a0d7f6', 'x-compute-request-id': 'req-9646f5b4-1339-4cac-b21e-fb50a3a0d7f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:34,888 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:34,888 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62edf025-b33a-4c95-a236-466d857e85c9', 'x-compute-request-id': 'req-62edf025-b33a-4c95-a236-466d857e85c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:35,937 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:35,937 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6101c2ae-1c30-4ad7-97f4-ab1de78d3267', 'x-compute-request-id': 'req-6101c2ae-1c30-4ad7-97f4-ab1de78d3267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:36,985 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:36,985 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d415da81-6a17-40e7-bd63-d959a55246c1', 'x-compute-request-id': 'req-d415da81-6a17-40e7-bd63-d959a55246c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:38,034 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:38,034 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef3c435a-323b-48cf-ac85-850283991bfb', 'x-compute-request-id': 'req-ef3c435a-323b-48cf-ac85-850283991bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:39,084 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:36:39,084 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a16d1c41-9c6e-498b-baeb-baeb2c560a94', 'x-compute-request-id': 'req-a16d1c41-9c6e-498b-baeb-baeb2c560a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:40,132 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:40,132 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0540b0c-025a-425c-8969-2ad1c9d2091a', 'x-compute-request-id': 'req-f0540b0c-025a-425c-8969-2ad1c9d2091a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:41,181 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:41,182 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa18db7c-1195-41ae-b038-4a1fc052bf62', 'x-compute-request-id': 'req-aa18db7c-1195-41ae-b038-4a1fc052bf62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:42,230 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:42,230 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e991aa2-37a6-4acc-a90b-9a5ab98a6932', 'x-compute-request-id': 'req-9e991aa2-37a6-4acc-a90b-9a5ab98a6932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:43,277 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:36:43,277 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fff1c6a9-98f4-4816-8c63-12df1b50ae9f', 'x-compute-request-id': 'req-fff1c6a9-98f4-4816-8c63-12df1b50ae9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:44,326 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:44,326 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-925469e3-0482-485c-82fe-dcf8dc687c71', 'x-compute-request-id': 'req-925469e3-0482-485c-82fe-dcf8dc687c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:45,375 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:45,375 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-661f1876-a1e5-4fd4-ad0c-1d0e9814989d', 'x-compute-request-id': 'req-661f1876-a1e5-4fd4-ad0c-1d0e9814989d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:46,426 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:36:46,427 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2477c585-dfd8-4430-9643-6a73bb82a9d8', 'x-compute-request-id': 'req-2477c585-dfd8-4430-9643-6a73bb82a9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:47,475 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:47,475 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d50e15e4-37e2-47dd-b79d-d9dff95d2f0d', 'x-compute-request-id': 'req-d50e15e4-37e2-47dd-b79d-d9dff95d2f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:48,536 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.058s 2021-08-10 15:36:48,537 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39511b9e-9ec1-471e-afe5-dd1f0a8989de', 'x-compute-request-id': 'req-39511b9e-9ec1-471e-afe5-dd1f0a8989de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:49,585 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:49,585 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dc29965-4b34-45df-b50c-37d81b052c1c', 'x-compute-request-id': 'req-0dc29965-4b34-45df-b50c-37d81b052c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:50,633 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:50,633 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-873ab935-f36b-4490-8b23-6610c3fe1897', 'x-compute-request-id': 'req-873ab935-f36b-4490-8b23-6610c3fe1897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:51,682 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:51,682 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed36ed3-6d56-462a-92fa-cb12d8f30c1f', 'x-compute-request-id': 'req-aed36ed3-6d56-462a-92fa-cb12d8f30c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:52,730 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:36:52,730 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38700244-5f5d-467c-b04f-42eef3bfe1c8', 'x-compute-request-id': 'req-38700244-5f5d-467c-b04f-42eef3bfe1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:53,783 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:36:53,784 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ff4caa6-8bc6-42b2-adf6-b8ea9905d2f7', 'x-compute-request-id': 'req-6ff4caa6-8bc6-42b2-adf6-b8ea9905d2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:54,834 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:54,834 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96cbcf0d-d3e7-432a-9095-4c9116eefa29', 'x-compute-request-id': 'req-96cbcf0d-d3e7-432a-9095-4c9116eefa29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:55,895 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.058s 2021-08-10 15:36:55,895 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8facbbd4-635c-4f7e-8f38-01693e44535f', 'x-compute-request-id': 'req-8facbbd4-635c-4f7e-8f38-01693e44535f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:56,944 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:56,944 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68ca88b5-1163-40a2-b2a3-5211f6a8a962', 'x-compute-request-id': 'req-68ca88b5-1163-40a2-b2a3-5211f6a8a962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:57,994 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:57,994 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1eacc09-168c-46e0-aa89-f237fbff6551', 'x-compute-request-id': 'req-d1eacc09-168c-46e0-aa89-f237fbff6551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:36:59,043 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:36:59,044 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2344035d-6f3a-47b4-8353-0eadd850059c', 'x-compute-request-id': 'req-2344035d-6f3a-47b4-8353-0eadd850059c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:00,092 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:00,093 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f248c6bd-c3be-40e0-8661-8fab1f426639', 'x-compute-request-id': 'req-f248c6bd-c3be-40e0-8661-8fab1f426639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:01,140 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:01,140 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7f137d3-4f04-498a-911a-24ab9eb1775e', 'x-compute-request-id': 'req-a7f137d3-4f04-498a-911a-24ab9eb1775e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:02,189 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:02,189 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ddb9d6e-d21a-4974-b610-fd7d5b7d89ec', 'x-compute-request-id': 'req-8ddb9d6e-d21a-4974-b610-fd7d5b7d89ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:03,239 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:03,239 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-480aae9d-03f5-4a88-ac8a-42c5c91ebdb1', 'x-compute-request-id': 'req-480aae9d-03f5-4a88-ac8a-42c5c91ebdb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:04,288 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:04,288 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c25b8bca-74b0-42cd-8815-7e44fac37965', 'x-compute-request-id': 'req-c25b8bca-74b0-42cd-8815-7e44fac37965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:05,340 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:37:05,340 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc245bdf-9c9d-4a5d-8466-6e15d6e0c053', 'x-compute-request-id': 'req-fc245bdf-9c9d-4a5d-8466-6e15d6e0c053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:06,390 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:37:06,390 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a029e99c-bc3a-4f6e-9c49-97608d900af4', 'x-compute-request-id': 'req-a029e99c-bc3a-4f6e-9c49-97608d900af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:07,439 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:37:07,440 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bc57dc-5046-4f57-aa56-0b29e54239eb', 'x-compute-request-id': 'req-c0bc57dc-5046-4f57-aa56-0b29e54239eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:08,487 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:08,488 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9237e0d-5c71-463d-a871-9f4b7dd55981', 'x-compute-request-id': 'req-f9237e0d-5c71-463d-a871-9f4b7dd55981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:09,551 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.059s 2021-08-10 15:37:09,552 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-246e5d05-cd66-4ecf-86c2-b4c1be32dc42', 'x-compute-request-id': 'req-246e5d05-cd66-4ecf-86c2-b4c1be32dc42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:10,599 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:10,599 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181d5a4c-0e15-4828-bfdd-02379cac68f6', 'x-compute-request-id': 'req-181d5a4c-0e15-4828-bfdd-02379cac68f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:11,649 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:11,649 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-587a4c4d-ff00-46f6-a279-e8fa68f761fa', 'x-compute-request-id': 'req-587a4c4d-ff00-46f6-a279-e8fa68f761fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:12,697 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:12,697 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83eab798-e5fd-40ed-8124-40afb19060d5', 'x-compute-request-id': 'req-83eab798-e5fd-40ed-8124-40afb19060d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:13,747 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:13,747 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbe9efcb-d976-4b51-8629-250d5ad20137', 'x-compute-request-id': 'req-dbe9efcb-d976-4b51-8629-250d5ad20137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:14,795 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:14,795 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9eb8a921-df44-4043-a91c-981c4e9d26ee', 'x-compute-request-id': 'req-9eb8a921-df44-4043-a91c-981c4e9d26ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:15,846 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:37:15,847 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deca321e-d08b-4b0e-90a7-de3cfae8459e', 'x-compute-request-id': 'req-deca321e-d08b-4b0e-90a7-de3cfae8459e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:16,894 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:16,895 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0fd8476-9884-46dd-954a-c6fef7ac1164', 'x-compute-request-id': 'req-a0fd8476-9884-46dd-954a-c6fef7ac1164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:18,043 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.145s 2021-08-10 15:37:18,043 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82523697-7c5c-4cbe-a3bb-199457ae3e0a', 'x-compute-request-id': 'req-82523697-7c5c-4cbe-a3bb-199457ae3e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:19,093 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:37:19,094 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae64cc4d-a70d-4483-9549-9a4db4d1cbf9', 'x-compute-request-id': 'req-ae64cc4d-a70d-4483-9549-9a4db4d1cbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:20,142 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:20,142 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16c82e06-4f95-43ef-8d44-866fa272cd79', 'x-compute-request-id': 'req-16c82e06-4f95-43ef-8d44-866fa272cd79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:21,191 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:21,191 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21cb92ff-7a30-461c-b04b-acfdad14bf4f', 'x-compute-request-id': 'req-21cb92ff-7a30-461c-b04b-acfdad14bf4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:22,240 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:22,240 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94ba7b70-0feb-464e-8e22-82f20ff07db0', 'x-compute-request-id': 'req-94ba7b70-0feb-464e-8e22-82f20ff07db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:23,291 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:37:23,291 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5804a972-faa8-4734-90da-b669632179a8', 'x-compute-request-id': 'req-5804a972-faa8-4734-90da-b669632179a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:24,341 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:37:24,341 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a5c5369-28b7-4091-905d-f776ef9ba26c', 'x-compute-request-id': 'req-2a5c5369-28b7-4091-905d-f776ef9ba26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:25,392 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:37:25,393 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2015b046-a873-41d5-89bb-154ffdc8213b', 'x-compute-request-id': 'req-2015b046-a873-41d5-89bb-154ffdc8213b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:26,445 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:37:26,445 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c74f1c89-6d3f-4f86-8f93-c7e3e046dbf9', 'x-compute-request-id': 'req-c74f1c89-6d3f-4f86-8f93-c7e3e046dbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:27,497 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:37:27,497 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72bef1c3-52db-483c-8ebd-b25bbdd5ff91', 'x-compute-request-id': 'req-72bef1c3-52db-483c-8ebd-b25bbdd5ff91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:28,548 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:37:28,548 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e6a6fad-b15b-4dfb-a27b-4d95d5fdc3c8', 'x-compute-request-id': 'req-3e6a6fad-b15b-4dfb-a27b-4d95d5fdc3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:29,597 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:29,598 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a584cda-4580-41e2-b497-20640b595a55', 'x-compute-request-id': 'req-9a584cda-4580-41e2-b497-20640b595a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:30,653 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.052s 2021-08-10 15:37:30,653 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e48e7788-e7f8-421d-9670-79350f33fb99', 'x-compute-request-id': 'req-e48e7788-e7f8-421d-9670-79350f33fb99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:31,702 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:31,702 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-596c3304-e604-4fcc-9bbd-e54b9d44909f', 'x-compute-request-id': 'req-596c3304-e604-4fcc-9bbd-e54b9d44909f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:32,750 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:32,750 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44cace6f-af77-460a-8507-dc7be467f28e', 'x-compute-request-id': 'req-44cace6f-af77-460a-8507-dc7be467f28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:33,797 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:37:33,797 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-641ebce2-e253-49c3-a2fb-14f5823a358d', 'x-compute-request-id': 'req-641ebce2-e253-49c3-a2fb-14f5823a358d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:34,846 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:34,847 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec51bc91-8d64-4c83-9036-1115d5d84250', 'x-compute-request-id': 'req-ec51bc91-8d64-4c83-9036-1115d5d84250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:35,893 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:37:35,893 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e37c835-bf28-43ee-be1d-858345835790', 'x-compute-request-id': 'req-2e37c835-bf28-43ee-be1d-858345835790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:36,942 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:36,943 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f373edf2-7c0c-44c0-bcde-bb81d653db14', 'x-compute-request-id': 'req-f373edf2-7c0c-44c0-bcde-bb81d653db14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:37,991 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:37,991 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-715f3a4a-e0d1-4449-b93c-e28bfcc1c570', 'x-compute-request-id': 'req-715f3a4a-e0d1-4449-b93c-e28bfcc1c570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:39,044 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:37:39,044 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58dbbaa8-a9d9-46c3-8aaa-865124f1a901', 'x-compute-request-id': 'req-58dbbaa8-a9d9-46c3-8aaa-865124f1a901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:40,093 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:40,093 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56965da1-b6eb-4e91-b689-cfc9470bca35', 'x-compute-request-id': 'req-56965da1-b6eb-4e91-b689-cfc9470bca35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:41,141 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:41,142 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75eec71f-0586-4140-a0be-5780533c4c6f', 'x-compute-request-id': 'req-75eec71f-0586-4140-a0be-5780533c4c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:42,190 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:42,190 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47237389-87a7-470d-a61a-dbd59fc3c9ee', 'x-compute-request-id': 'req-47237389-87a7-470d-a61a-dbd59fc3c9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:43,239 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:43,240 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f99f666e-9946-4639-b25f-f34ca6db4560', 'x-compute-request-id': 'req-f99f666e-9946-4639-b25f-f34ca6db4560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:44,287 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:37:44,288 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3f537ce-43ea-43af-8f76-5dd7fb3db8f1', 'x-compute-request-id': 'req-b3f537ce-43ea-43af-8f76-5dd7fb3db8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:45,336 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:45,337 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9e32fc0-bdd4-41b8-847f-88fcc9c837ef', 'x-compute-request-id': 'req-e9e32fc0-bdd4-41b8-847f-88fcc9c837ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:46,385 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:46,385 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03bef65d-9404-48c1-869a-e0548c617050', 'x-compute-request-id': 'req-03bef65d-9404-48c1-869a-e0548c617050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:47,434 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:47,435 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fcad398-039d-4a61-b9e4-d93d64e1fb76', 'x-compute-request-id': 'req-8fcad398-039d-4a61-b9e4-d93d64e1fb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:48,491 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.053s 2021-08-10 15:37:48,491 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b7f679a-f508-4018-9d16-819ffd81f236', 'x-compute-request-id': 'req-9b7f679a-f508-4018-9d16-819ffd81f236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:49,541 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:37:49,542 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-331d6335-ff4d-48af-9921-6a3d67bf3d78', 'x-compute-request-id': 'req-331d6335-ff4d-48af-9921-6a3d67bf3d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:50,597 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.052s 2021-08-10 15:37:50,597 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8601670d-9a99-41b8-9e8b-4f20c9ec7652', 'x-compute-request-id': 'req-8601670d-9a99-41b8-9e8b-4f20c9ec7652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:51,646 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:51,647 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca983d55-e51f-45f5-bdad-5aa35ebf5332', 'x-compute-request-id': 'req-ca983d55-e51f-45f5-bdad-5aa35ebf5332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:52,695 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:52,696 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b5c837d-b707-4a79-a93f-3024655a1564', 'x-compute-request-id': 'req-2b5c837d-b707-4a79-a93f-3024655a1564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:53,745 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:53,745 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3261d21d-a38a-444d-a1a2-6cfbb472220a', 'x-compute-request-id': 'req-3261d21d-a38a-444d-a1a2-6cfbb472220a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:54,801 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.052s 2021-08-10 15:37:54,802 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80b6349f-28a3-43e0-a751-c0e7ef88a4cf', 'x-compute-request-id': 'req-80b6349f-28a3-43e0-a751-c0e7ef88a4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:55,851 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:37:55,851 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6351c0a-0d8c-4542-a76e-c38ec021dba2', 'x-compute-request-id': 'req-d6351c0a-0d8c-4542-a76e-c38ec021dba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:56,900 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:37:56,900 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-517fa6be-b005-4369-94bc-e8a6842b50c6', 'x-compute-request-id': 'req-517fa6be-b005-4369-94bc-e8a6842b50c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:57,948 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:37:57,948 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5602195c-e433-4ad2-866f-ba8a7032e475', 'x-compute-request-id': 'req-5602195c-e433-4ad2-866f-ba8a7032e475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:37:58,996 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:37:58,996 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adbaefc4-ee8d-4675-9414-58a8318ec89a', 'x-compute-request-id': 'req-adbaefc4-ee8d-4675-9414-58a8318ec89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:00,045 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:00,045 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f13e109-c38f-4f86-97b0-9c24358763e3', 'x-compute-request-id': 'req-5f13e109-c38f-4f86-97b0-9c24358763e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:01,093 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:01,093 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d5566b3-1805-4013-914f-c88cee6ed2e3', 'x-compute-request-id': 'req-8d5566b3-1805-4013-914f-c88cee6ed2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:02,142 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:02,142 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73747fd-7c8d-45bc-abb4-272bf52e6ffc', 'x-compute-request-id': 'req-c73747fd-7c8d-45bc-abb4-272bf52e6ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:03,189 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:03,190 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1b5997e-9072-4d82-a6d8-a2cd3a9e5237', 'x-compute-request-id': 'req-e1b5997e-9072-4d82-a6d8-a2cd3a9e5237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:04,239 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:04,240 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12c923ba-aa68-40b7-8f83-94828f4a0eba', 'x-compute-request-id': 'req-12c923ba-aa68-40b7-8f83-94828f4a0eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:05,286 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:05,287 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-778fb07e-0118-4ba0-90b5-78d759532f1b', 'x-compute-request-id': 'req-778fb07e-0118-4ba0-90b5-78d759532f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:06,335 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:06,335 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-382234c6-b115-472a-9aa7-36b50353ef69', 'x-compute-request-id': 'req-382234c6-b115-472a-9aa7-36b50353ef69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:07,383 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:07,383 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-357d36e2-94a4-4291-9d57-e4d140ea3180', 'x-compute-request-id': 'req-357d36e2-94a4-4291-9d57-e4d140ea3180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:08,432 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:08,432 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b92cbcfe-2c60-443a-a149-e2e4c65d8c7a', 'x-compute-request-id': 'req-b92cbcfe-2c60-443a-a149-e2e4c65d8c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:09,481 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:09,481 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eff75154-9768-40a3-86fa-fb964822a81c', 'x-compute-request-id': 'req-eff75154-9768-40a3-86fa-fb964822a81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:10,530 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:10,530 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16b5827b-d81b-455b-8f4c-f1deff2b758a', 'x-compute-request-id': 'req-16b5827b-d81b-455b-8f4c-f1deff2b758a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:11,580 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:11,580 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-071f1d18-f74e-4423-bd70-2e2753eccc2b', 'x-compute-request-id': 'req-071f1d18-f74e-4423-bd70-2e2753eccc2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:12,627 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:12,628 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5aa06d-609e-4131-be60-34c96f054d6c', 'x-compute-request-id': 'req-ce5aa06d-609e-4131-be60-34c96f054d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:13,676 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:13,677 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57e4c4e7-4afb-4abb-a825-c3c76e7498b5', 'x-compute-request-id': 'req-57e4c4e7-4afb-4abb-a825-c3c76e7498b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:14,725 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:14,726 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fab26c7a-2a92-4fe6-b266-577e94d52a73', 'x-compute-request-id': 'req-fab26c7a-2a92-4fe6-b266-577e94d52a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:15,774 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:15,774 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59cdf47a-f687-489e-8dc8-c449d63a18ce', 'x-compute-request-id': 'req-59cdf47a-f687-489e-8dc8-c449d63a18ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:16,825 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:38:16,826 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7bd814c-3975-46de-b63d-7f37df435b6c', 'x-compute-request-id': 'req-e7bd814c-3975-46de-b63d-7f37df435b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:17,874 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:17,874 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6d0a92-63c0-40c9-b07a-7afca289b885', 'x-compute-request-id': 'req-bb6d0a92-63c0-40c9-b07a-7afca289b885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:18,922 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:18,922 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a4139f5-9c5a-41f7-b8cd-b855642069ea', 'x-compute-request-id': 'req-0a4139f5-9c5a-41f7-b8cd-b855642069ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:19,970 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:19,971 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bc1d085-8429-4e32-a467-9f5764c50d5b', 'x-compute-request-id': 'req-3bc1d085-8429-4e32-a467-9f5764c50d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:21,019 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:21,020 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8fa72c3-a89d-4305-8a21-cff5806d613a', 'x-compute-request-id': 'req-b8fa72c3-a89d-4305-8a21-cff5806d613a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:22,070 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:38:22,071 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-697398f2-b2a7-4497-9b6b-a44b91adbb47', 'x-compute-request-id': 'req-697398f2-b2a7-4497-9b6b-a44b91adbb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:23,119 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:23,119 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c21cfec9-9d61-407a-910a-cbf575e65804', 'x-compute-request-id': 'req-c21cfec9-9d61-407a-910a-cbf575e65804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:24,167 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:24,168 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c796a952-d908-4ab9-b231-83896a6ff7e1', 'x-compute-request-id': 'req-c796a952-d908-4ab9-b231-83896a6ff7e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:25,217 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:25,217 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe47392a-e585-4139-9c76-ea8f8d3420f3', 'x-compute-request-id': 'req-fe47392a-e585-4139-9c76-ea8f8d3420f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:26,265 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:26,265 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e1bbc58-908b-45bb-96bb-a98243bd3b21', 'x-compute-request-id': 'req-0e1bbc58-908b-45bb-96bb-a98243bd3b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:27,314 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:27,314 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43bb6085-5c79-4ffe-80af-72c16a2ebbec', 'x-compute-request-id': 'req-43bb6085-5c79-4ffe-80af-72c16a2ebbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:28,362 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:28,363 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e17e1b6-aac2-4bf8-a8bc-cf9e4414dac1', 'x-compute-request-id': 'req-8e17e1b6-aac2-4bf8-a8bc-cf9e4414dac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:29,410 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:29,411 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2b63059-58bc-43f6-bbc1-9b9be06e8897', 'x-compute-request-id': 'req-d2b63059-58bc-43f6-bbc1-9b9be06e8897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:30,460 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:30,461 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2b4f1c8-e26c-4b6a-b86e-4b84e5b203c8', 'x-compute-request-id': 'req-c2b4f1c8-e26c-4b6a-b86e-4b84e5b203c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:31,510 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:31,510 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca1732bc-f88a-4602-a8c1-53f9d25f50ec', 'x-compute-request-id': 'req-ca1732bc-f88a-4602-a8c1-53f9d25f50ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:32,562 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:38:32,562 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71db4d17-b5e2-4d5a-9a8c-0b74a1d60edf', 'x-compute-request-id': 'req-71db4d17-b5e2-4d5a-9a8c-0b74a1d60edf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:33,611 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:33,611 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0401ac8-bcd0-4983-8581-b4a8c5b287e3', 'x-compute-request-id': 'req-b0401ac8-bcd0-4983-8581-b4a8c5b287e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:34,660 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:34,660 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2575867b-b11f-4f3f-ad19-ed22cdc1a91e', 'x-compute-request-id': 'req-2575867b-b11f-4f3f-ad19-ed22cdc1a91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:35,709 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:35,709 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3f887de-c636-4d5f-b373-b02aecbb89a3', 'x-compute-request-id': 'req-e3f887de-c636-4d5f-b373-b02aecbb89a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:36,758 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:36,758 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93951573-3bdf-4d19-8e3b-c8324ebdd473', 'x-compute-request-id': 'req-93951573-3bdf-4d19-8e3b-c8324ebdd473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:37,806 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:37,807 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa1318b2-6390-4f44-b9f5-b8ddc2e41ea0', 'x-compute-request-id': 'req-aa1318b2-6390-4f44-b9f5-b8ddc2e41ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:38,854 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:38,855 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14faa8f9-8ed1-4837-bc4f-40c11244be29', 'x-compute-request-id': 'req-14faa8f9-8ed1-4837-bc4f-40c11244be29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:39,902 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:39,903 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191d305e-15e9-4d6d-8492-e81c0085f65c', 'x-compute-request-id': 'req-191d305e-15e9-4d6d-8492-e81c0085f65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:40,951 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:40,952 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31e7b483-7c2f-4c13-9d3e-3be0be5294ff', 'x-compute-request-id': 'req-31e7b483-7c2f-4c13-9d3e-3be0be5294ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:41,999 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:42,000 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd6bf34-0786-47db-bfe4-081240050d84', 'x-compute-request-id': 'req-dcd6bf34-0786-47db-bfe4-081240050d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:43,048 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:43,049 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66baf7a4-8f55-4f64-9a5f-75d862915627', 'x-compute-request-id': 'req-66baf7a4-8f55-4f64-9a5f-75d862915627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:44,098 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:38:44,098 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-138f07e1-9f23-46e0-8ec7-a2508f5f1d54', 'x-compute-request-id': 'req-138f07e1-9f23-46e0-8ec7-a2508f5f1d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:45,147 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:45,148 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8e32bf2-a974-46a7-887e-92a7b8fc3b4b', 'x-compute-request-id': 'req-f8e32bf2-a974-46a7-887e-92a7b8fc3b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:46,196 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:46,197 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b538f3f9-888a-4d61-88e7-b987acb42acc', 'x-compute-request-id': 'req-b538f3f9-888a-4d61-88e7-b987acb42acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:47,244 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:47,244 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2577e50-eec8-4877-8f35-acc1263f516d', 'x-compute-request-id': 'req-a2577e50-eec8-4877-8f35-acc1263f516d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:48,292 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:48,292 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de1c28be-7445-4fb1-976a-7b631bc97fa3', 'x-compute-request-id': 'req-de1c28be-7445-4fb1-976a-7b631bc97fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:49,341 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:49,341 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04f02361-61f9-45b8-ba6a-d078e70810e1', 'x-compute-request-id': 'req-04f02361-61f9-45b8-ba6a-d078e70810e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:50,389 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:50,389 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b2534a-2f60-4380-9404-8e8c7022052e', 'x-compute-request-id': 'req-d1b2534a-2f60-4380-9404-8e8c7022052e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:51,438 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:51,439 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8654f84f-cae4-4056-a305-d871be3400f0', 'x-compute-request-id': 'req-8654f84f-cae4-4056-a305-d871be3400f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:52,487 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:52,487 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a419bc3-61e5-4dc3-8868-ac917a6fb2e5', 'x-compute-request-id': 'req-7a419bc3-61e5-4dc3-8868-ac917a6fb2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:53,535 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:38:53,535 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7a170aa-50fe-4e19-abe7-6c4fc8795302', 'x-compute-request-id': 'req-a7a170aa-50fe-4e19-abe7-6c4fc8795302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:54,585 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:54,585 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe05be8-fbb1-4571-a930-b4c1053591f2', 'x-compute-request-id': 'req-bbe05be8-fbb1-4571-a930-b4c1053591f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:55,639 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.051s 2021-08-10 15:38:55,639 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc8eb09-566c-4b13-960c-4c83238a288f', 'x-compute-request-id': 'req-6fc8eb09-566c-4b13-960c-4c83238a288f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:56,710 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.067s 2021-08-10 15:38:56,711 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a05bc4a4-0d8b-43b7-a7e6-2e4d8891cc31', 'x-compute-request-id': 'req-a05bc4a4-0d8b-43b7-a7e6-2e4d8891cc31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:57,759 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:57,760 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da28674f-3718-4767-8013-a2d990771361', 'x-compute-request-id': 'req-da28674f-3718-4767-8013-a2d990771361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:58,808 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:38:58,809 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69f27b75-fe1a-4a6f-a6b5-78719c92de8a', 'x-compute-request-id': 'req-69f27b75-fe1a-4a6f-a6b5-78719c92de8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:38:59,857 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:38:59,857 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-066d2b0b-31f8-4130-8398-5670165db81e', 'x-compute-request-id': 'req-066d2b0b-31f8-4130-8398-5670165db81e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:00,905 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:00,906 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-150b3f38-e67a-45b8-a8f4-5ac004b7e727', 'x-compute-request-id': 'req-150b3f38-e67a-45b8-a8f4-5ac004b7e727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:01,954 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:01,954 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68af7f21-f9f6-449c-8844-501b5ed69acd', 'x-compute-request-id': 'req-68af7f21-f9f6-449c-8844-501b5ed69acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:03,001 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:03,001 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28d1a65f-239f-48f1-b7e5-b2488c9a3a10', 'x-compute-request-id': 'req-28d1a65f-239f-48f1-b7e5-b2488c9a3a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:04,050 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:04,050 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac1051c7-4f8a-416a-bb4c-a7526d166f65', 'x-compute-request-id': 'req-ac1051c7-4f8a-416a-bb4c-a7526d166f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:05,099 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:05,099 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4ef329f-cb41-422d-8723-9c72a394999e', 'x-compute-request-id': 'req-e4ef329f-cb41-422d-8723-9c72a394999e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:06,147 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:06,147 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a920c39-978f-48e1-9a7f-ea1382d1c282', 'x-compute-request-id': 'req-5a920c39-978f-48e1-9a7f-ea1382d1c282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:07,195 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:07,195 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47013ca3-328e-458e-b346-94df0cb5d181', 'x-compute-request-id': 'req-47013ca3-328e-458e-b346-94df0cb5d181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:08,244 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:08,244 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d260467c-d4be-404c-b4ac-7f6a1c0c1e9d', 'x-compute-request-id': 'req-d260467c-d4be-404c-b4ac-7f6a1c0c1e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:09,292 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:09,292 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85fefd7b-1845-476f-96c0-5f1568a3866f', 'x-compute-request-id': 'req-85fefd7b-1845-476f-96c0-5f1568a3866f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:10,340 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:10,341 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac7d57cb-1d48-44cd-ac31-92980b0068a6', 'x-compute-request-id': 'req-ac7d57cb-1d48-44cd-ac31-92980b0068a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:11,389 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:11,389 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510074fe-df94-4f70-8435-08479eeb35e9', 'x-compute-request-id': 'req-510074fe-df94-4f70-8435-08479eeb35e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:12,438 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:12,438 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04b82eb0-c64e-4272-8169-0a75d9034095', 'x-compute-request-id': 'req-04b82eb0-c64e-4272-8169-0a75d9034095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:13,487 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:13,487 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aceb9067-6054-4efe-b4a9-8ac3c0617a49', 'x-compute-request-id': 'req-aceb9067-6054-4efe-b4a9-8ac3c0617a49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:14,535 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:14,535 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20aa64df-a455-4cbf-a860-60a921e3c2c7', 'x-compute-request-id': 'req-20aa64df-a455-4cbf-a860-60a921e3c2c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:15,584 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:15,585 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-347920c3-0d8f-4865-bb0f-4df02de9b074', 'x-compute-request-id': 'req-347920c3-0d8f-4865-bb0f-4df02de9b074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:16,632 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:16,633 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b85095b7-c721-45ad-be72-b41d28ddc6a8', 'x-compute-request-id': 'req-b85095b7-c721-45ad-be72-b41d28ddc6a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:17,680 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:17,680 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a25ff851-8ccc-404e-9a59-9e0b8b2a7bab', 'x-compute-request-id': 'req-a25ff851-8ccc-404e-9a59-9e0b8b2a7bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:18,729 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:18,730 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7de00efc-97e9-4bca-bb4f-6802add2e270', 'x-compute-request-id': 'req-7de00efc-97e9-4bca-bb4f-6802add2e270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:19,778 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:19,778 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20e1f5a9-d2ce-4e0f-8e27-493489783dca', 'x-compute-request-id': 'req-20e1f5a9-d2ce-4e0f-8e27-493489783dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:20,826 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:20,826 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8fb906b-47f6-430b-ab92-57e3078f3c20', 'x-compute-request-id': 'req-b8fb906b-47f6-430b-ab92-57e3078f3c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:21,873 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:21,873 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95bc2e47-41e9-45c1-b334-6d70bd768c7b', 'x-compute-request-id': 'req-95bc2e47-41e9-45c1-b334-6d70bd768c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:22,921 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:22,922 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d53bbecd-6486-42ce-91a9-426059d0cb5d', 'x-compute-request-id': 'req-d53bbecd-6486-42ce-91a9-426059d0cb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:23,970 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:23,971 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84e86eac-53b2-44bc-a0d2-56a0059747b4', 'x-compute-request-id': 'req-84e86eac-53b2-44bc-a0d2-56a0059747b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:25,019 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:25,019 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19d8fbe3-a518-4484-b596-088cb20c14d0', 'x-compute-request-id': 'req-19d8fbe3-a518-4484-b596-088cb20c14d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:26,067 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:26,067 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a8e56bd-e851-4d83-b3ca-38fff920a4b9', 'x-compute-request-id': 'req-0a8e56bd-e851-4d83-b3ca-38fff920a4b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:27,115 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:27,116 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef2feebf-fb47-4581-9020-b717d098b8ec', 'x-compute-request-id': 'req-ef2feebf-fb47-4581-9020-b717d098b8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:28,166 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:39:28,167 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1f9bc0c-6896-4532-be02-d095b7da555c', 'x-compute-request-id': 'req-a1f9bc0c-6896-4532-be02-d095b7da555c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:29,216 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:29,217 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d618c868-cba1-4cc1-9568-51d67568a3a2', 'x-compute-request-id': 'req-d618c868-cba1-4cc1-9568-51d67568a3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:30,268 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:39:30,268 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1e8a56-f426-4e19-8d31-43bcfa48ceae', 'x-compute-request-id': 'req-3c1e8a56-f426-4e19-8d31-43bcfa48ceae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:31,318 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:31,319 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-738fdcb7-fa9f-4884-93cc-eee2e0e425f6', 'x-compute-request-id': 'req-738fdcb7-fa9f-4884-93cc-eee2e0e425f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:32,367 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:32,367 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c60ef6ee-d9c4-4e06-bbfe-8963d7d8e319', 'x-compute-request-id': 'req-c60ef6ee-d9c4-4e06-bbfe-8963d7d8e319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:33,415 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:33,415 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21175bfb-8106-44b8-bdd7-d4d645cc11a8', 'x-compute-request-id': 'req-21175bfb-8106-44b8-bdd7-d4d645cc11a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:34,462 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:34,462 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f03157-a823-4a61-99ff-79d0d36916ab', 'x-compute-request-id': 'req-d7f03157-a823-4a61-99ff-79d0d36916ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:35,512 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:35,512 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1efed61b-65b4-4f62-99f7-56bcb0d9286b', 'x-compute-request-id': 'req-1efed61b-65b4-4f62-99f7-56bcb0d9286b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:36,563 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:39:36,563 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45d17ec4-0b92-438c-bdca-4519d228410a', 'x-compute-request-id': 'req-45d17ec4-0b92-438c-bdca-4519d228410a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:37,618 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.051s 2021-08-10 15:39:37,618 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-897bf5ba-5cd2-4581-8b79-a74b7ecfdd77', 'x-compute-request-id': 'req-897bf5ba-5cd2-4581-8b79-a74b7ecfdd77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:38,665 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:39:38,665 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13d5f4ee-3b93-4a1d-9f42-8366b106c8a0', 'x-compute-request-id': 'req-13d5f4ee-3b93-4a1d-9f42-8366b106c8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:39,714 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:39,714 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-656cc639-ccc4-4b10-86d3-c3a3af8ca047', 'x-compute-request-id': 'req-656cc639-ccc4-4b10-86d3-c3a3af8ca047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:40,768 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.051s 2021-08-10 15:39:40,769 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afa550be-eb58-4fd7-a366-b778315d150f', 'x-compute-request-id': 'req-afa550be-eb58-4fd7-a366-b778315d150f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:41,817 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:41,817 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6330728-fca7-4fa0-a31c-d541c3de9623', 'x-compute-request-id': 'req-e6330728-fca7-4fa0-a31c-d541c3de9623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:42,866 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:42,866 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4adb177-4f22-455d-8ddd-326c35bcfd4b', 'x-compute-request-id': 'req-a4adb177-4f22-455d-8ddd-326c35bcfd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:43,920 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.051s 2021-08-10 15:39:43,920 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c923435-41c8-4622-bf5c-8647f70801b1', 'x-compute-request-id': 'req-6c923435-41c8-4622-bf5c-8647f70801b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:44,969 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:44,970 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adf55d70-5d7f-47a9-973e-b34dbc852c9e', 'x-compute-request-id': 'req-adf55d70-5d7f-47a9-973e-b34dbc852c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:46,018 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:46,019 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-560f09de-d76d-4e98-b53f-15a312aef321', 'x-compute-request-id': 'req-560f09de-d76d-4e98-b53f-15a312aef321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:47,074 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.053s 2021-08-10 15:39:47,075 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b217041-6279-4469-87a4-7ce145569134', 'x-compute-request-id': 'req-6b217041-6279-4469-87a4-7ce145569134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:48,122 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:48,122 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5abc8259-bbd6-4e66-8c99-6047f36cafbc', 'x-compute-request-id': 'req-5abc8259-bbd6-4e66-8c99-6047f36cafbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:49,171 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:49,172 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c41dd8af-20c0-4479-9527-50c3550a309c', 'x-compute-request-id': 'req-c41dd8af-20c0-4479-9527-50c3550a309c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:50,223 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.049s 2021-08-10 15:39:50,223 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f14afd36-64ec-41d6-a4f7-f30a6512a1c6', 'x-compute-request-id': 'req-f14afd36-64ec-41d6-a4f7-f30a6512a1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:51,270 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:51,271 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31e84bd0-94f3-4616-9657-30a0ea405b3a', 'x-compute-request-id': 'req-31e84bd0-94f3-4616-9657-30a0ea405b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:52,320 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:39:52,321 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53620f36-bc42-4051-9d49-040f11edb388', 'x-compute-request-id': 'req-53620f36-bc42-4051-9d49-040f11edb388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:53,370 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:53,370 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b794a0b3-bdc5-45f4-808a-3f6ca3cb1050', 'x-compute-request-id': 'req-b794a0b3-bdc5-45f4-808a-3f6ca3cb1050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:54,418 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:54,419 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-218f8d13-919f-4cd2-9ce2-4a0eae6b437f', 'x-compute-request-id': 'req-218f8d13-919f-4cd2-9ce2-4a0eae6b437f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:55,468 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:39:55,468 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c493dea-60cf-481c-a3a1-8c31ea951fcd', 'x-compute-request-id': 'req-5c493dea-60cf-481c-a3a1-8c31ea951fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:56,520 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:39:56,520 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f62f1c2d-10dc-44d2-9d6e-710360ce8b40', 'x-compute-request-id': 'req-f62f1c2d-10dc-44d2-9d6e-710360ce8b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:57,571 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:39:57,571 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cb328f5-9ec6-4431-8166-576e2973f146', 'x-compute-request-id': 'req-3cb328f5-9ec6-4431-8166-576e2973f146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:58,619 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:58,619 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9c7ea6a-2f5a-418c-9f99-7370c6fac4ec', 'x-compute-request-id': 'req-b9c7ea6a-2f5a-418c-9f99-7370c6fac4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:39:59,667 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:39:59,667 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1e6dbe-4090-4c9e-802c-6273c57322c8', 'x-compute-request-id': 'req-be1e6dbe-4090-4c9e-802c-6273c57322c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:00,715 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:00,716 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2c57d1b-d71c-4abc-9e5d-b4b620ac60ef', 'x-compute-request-id': 'req-c2c57d1b-d71c-4abc-9e5d-b4b620ac60ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:01,764 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:01,764 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4863fd9d-eae0-4008-bf4a-bee4358b3b7e', 'x-compute-request-id': 'req-4863fd9d-eae0-4008-bf4a-bee4358b3b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:02,813 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:02,813 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c9a283-68f3-43ac-8a1a-a335aee8cb36', 'x-compute-request-id': 'req-49c9a283-68f3-43ac-8a1a-a335aee8cb36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:03,861 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:03,862 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d003ec70-5fd7-4327-8080-b459bee0444e', 'x-compute-request-id': 'req-d003ec70-5fd7-4327-8080-b459bee0444e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:04,910 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:04,910 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00bfc9ac-119c-4fa6-8996-5c2bdd55fe12', 'x-compute-request-id': 'req-00bfc9ac-119c-4fa6-8996-5c2bdd55fe12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:05,958 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:05,959 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60edf48e-83a6-40d1-a550-961a2daa4642', 'x-compute-request-id': 'req-60edf48e-83a6-40d1-a550-961a2daa4642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:07,006 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:07,007 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28969849-cd43-465e-93bd-90cc116e19fd', 'x-compute-request-id': 'req-28969849-cd43-465e-93bd-90cc116e19fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:08,055 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:08,056 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cdcc7ca-21d3-4c4a-8d7d-03f0637eb67b', 'x-compute-request-id': 'req-1cdcc7ca-21d3-4c4a-8d7d-03f0637eb67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:09,103 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:09,103 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7c636e2-171e-4565-b9f7-fec8e8f57419', 'x-compute-request-id': 'req-b7c636e2-171e-4565-b9f7-fec8e8f57419', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:10,152 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:10,152 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48ecba41-4876-43b6-80e0-aa4b16eb2f70', 'x-compute-request-id': 'req-48ecba41-4876-43b6-80e0-aa4b16eb2f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:11,204 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:40:11,204 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08e81ce4-8c0a-4a8c-8e6e-4bc2ed094e56', 'x-compute-request-id': 'req-08e81ce4-8c0a-4a8c-8e6e-4bc2ed094e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:12,252 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:12,253 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17f3e347-7e27-495f-92d9-e105b60f83cd', 'x-compute-request-id': 'req-17f3e347-7e27-495f-92d9-e105b60f83cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:13,301 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:13,301 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-225e96a3-fc73-48b2-836c-b11871898c93', 'x-compute-request-id': 'req-225e96a3-fc73-48b2-836c-b11871898c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:14,350 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:14,351 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d658942-64ba-49fa-b970-335cda158436', 'x-compute-request-id': 'req-5d658942-64ba-49fa-b970-335cda158436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:15,400 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:40:15,401 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6048df3a-110f-438d-877f-9504bb7327f3', 'x-compute-request-id': 'req-6048df3a-110f-438d-877f-9504bb7327f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:16,449 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:16,450 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a138b63-6042-40b0-ba55-4b86ea55612e', 'x-compute-request-id': 'req-3a138b63-6042-40b0-ba55-4b86ea55612e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:17,498 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:17,498 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9654c64-01fd-43b6-8769-cfb7269172e4', 'x-compute-request-id': 'req-f9654c64-01fd-43b6-8769-cfb7269172e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:18,548 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:40:18,549 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7810ce0c-17c3-4a29-a5ce-af3ebd6f49a3', 'x-compute-request-id': 'req-7810ce0c-17c3-4a29-a5ce-af3ebd6f49a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:19,597 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:19,598 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03e52b6a-e120-4cec-a186-65df1cfe165a', 'x-compute-request-id': 'req-03e52b6a-e120-4cec-a186-65df1cfe165a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:20,646 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:20,646 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cc4a2e5-f0a5-4dcf-a8df-5a048e45cf16', 'x-compute-request-id': 'req-3cc4a2e5-f0a5-4dcf-a8df-5a048e45cf16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:21,695 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:21,695 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7c155e-684e-46df-ad74-84c0c060bc8b', 'x-compute-request-id': 'req-8d7c155e-684e-46df-ad74-84c0c060bc8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:22,743 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:22,744 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f2dda2-571a-41ef-9228-6911d65ec351', 'x-compute-request-id': 'req-95f2dda2-571a-41ef-9228-6911d65ec351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:23,791 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:23,791 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45638f36-60e8-4483-a90f-6d0eb9dafcdd', 'x-compute-request-id': 'req-45638f36-60e8-4483-a90f-6d0eb9dafcdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:24,844 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:40:24,845 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3572eb17-0caa-4669-b29f-7211971943c6', 'x-compute-request-id': 'req-3572eb17-0caa-4669-b29f-7211971943c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:25,894 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:25,894 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f3290a3-0cbe-410c-a707-7eb02169e49f', 'x-compute-request-id': 'req-1f3290a3-0cbe-410c-a707-7eb02169e49f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:26,942 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:26,943 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c70af77-434e-484b-b541-1e59847fdc36', 'x-compute-request-id': 'req-2c70af77-434e-484b-b541-1e59847fdc36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:27,990 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:27,990 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d787f5b3-ee84-4c10-b92c-29c40792377d', 'x-compute-request-id': 'req-d787f5b3-ee84-4c10-b92c-29c40792377d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:29,039 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:29,040 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b6f8758-4546-4140-99b6-4d9c85bc90d7', 'x-compute-request-id': 'req-8b6f8758-4546-4140-99b6-4d9c85bc90d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:30,088 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:30,089 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fac9312a-6d95-4e2d-bcc3-2356076494f0', 'x-compute-request-id': 'req-fac9312a-6d95-4e2d-bcc3-2356076494f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:31,137 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:31,138 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a21ee9b-c464-415a-af5e-938c13d1bc76', 'x-compute-request-id': 'req-1a21ee9b-c464-415a-af5e-938c13d1bc76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:32,186 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:32,186 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41576797-d556-4590-9f21-a7c06c0b61a8', 'x-compute-request-id': 'req-41576797-d556-4590-9f21-a7c06c0b61a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:33,234 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:33,235 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b18e18b2-a43b-4fa4-a9b2-831abe704c1b', 'x-compute-request-id': 'req-b18e18b2-a43b-4fa4-a9b2-831abe704c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:34,282 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:34,283 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32a6e2da-6dda-4615-a437-b42a09175acc', 'x-compute-request-id': 'req-32a6e2da-6dda-4615-a437-b42a09175acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:35,330 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:35,331 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97cfaa52-654d-4672-b34d-8b5b49524ff3', 'x-compute-request-id': 'req-97cfaa52-654d-4672-b34d-8b5b49524ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:36,379 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:36,380 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-553fc6b4-3d33-4a80-82ec-3da20d77df3c', 'x-compute-request-id': 'req-553fc6b4-3d33-4a80-82ec-3da20d77df3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:37,427 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:37,428 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f076089-1004-4378-b6f6-e3dee7b89cd4', 'x-compute-request-id': 'req-2f076089-1004-4378-b6f6-e3dee7b89cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:38,479 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:40:38,479 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11168790-f8c3-4ab1-a958-a6bc7d583d49', 'x-compute-request-id': 'req-11168790-f8c3-4ab1-a958-a6bc7d583d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:39,541 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.052s 2021-08-10 15:40:39,542 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-492bdf3f-6b56-4a26-8294-a1685a63b1e9', 'x-compute-request-id': 'req-492bdf3f-6b56-4a26-8294-a1685a63b1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:40,590 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:40,590 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92d747ca-81db-48f5-b0f3-dd19eb609b90', 'x-compute-request-id': 'req-92d747ca-81db-48f5-b0f3-dd19eb609b90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:41,639 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:41,639 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-076f1ec5-52bc-4f25-bb39-24e6ccd52901', 'x-compute-request-id': 'req-076f1ec5-52bc-4f25-bb39-24e6ccd52901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:42,688 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:42,688 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47c570a5-7a08-42b9-a750-c73d141e0071', 'x-compute-request-id': 'req-47c570a5-7a08-42b9-a750-c73d141e0071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:43,737 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:43,738 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc1e837f-31b7-4ee3-900c-841e59eecd5c', 'x-compute-request-id': 'req-bc1e837f-31b7-4ee3-900c-841e59eecd5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:44,785 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:44,786 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4876ba00-0c1d-4f32-9a11-e29af6d2cdda', 'x-compute-request-id': 'req-4876ba00-0c1d-4f32-9a11-e29af6d2cdda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:45,834 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:45,834 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea0e200e-3dcf-4c11-b0bc-e4bdf58c8e22', 'x-compute-request-id': 'req-ea0e200e-3dcf-4c11-b0bc-e4bdf58c8e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:46,881 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:40:46,882 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dc19b06-976e-470a-9ac3-71794097fea6', 'x-compute-request-id': 'req-5dc19b06-976e-470a-9ac3-71794097fea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:47,932 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:47,932 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-649d5d1f-886f-4c9d-baf5-92fe594726c5', 'x-compute-request-id': 'req-649d5d1f-886f-4c9d-baf5-92fe594726c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:48,980 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:48,980 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef9e1ffa-6591-49d2-9b98-0b2799e15b88', 'x-compute-request-id': 'req-ef9e1ffa-6591-49d2-9b98-0b2799e15b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:50,028 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:50,028 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c824f837-28c7-4c30-88fc-54b7bdf7e096', 'x-compute-request-id': 'req-c824f837-28c7-4c30-88fc-54b7bdf7e096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:51,077 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:51,078 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3f2d1a4-c191-4b23-9d57-a16f031bda72', 'x-compute-request-id': 'req-c3f2d1a4-c191-4b23-9d57-a16f031bda72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:52,128 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:40:52,128 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d99a0b0d-16e6-472f-a3cf-c870b2a8f000', 'x-compute-request-id': 'req-d99a0b0d-16e6-472f-a3cf-c870b2a8f000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:53,177 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:53,177 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33590328-4849-4f54-acaf-76b43e62900b', 'x-compute-request-id': 'req-33590328-4849-4f54-acaf-76b43e62900b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:54,225 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:54,226 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97ffacc1-48bc-4dc3-8030-5f5af0df5a01', 'x-compute-request-id': 'req-97ffacc1-48bc-4dc3-8030-5f5af0df5a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:55,274 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:40:55,275 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c05d3f-96a7-44ff-993b-2d99ad89b0ef', 'x-compute-request-id': 'req-d4c05d3f-96a7-44ff-993b-2d99ad89b0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:56,324 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:40:56,324 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bf6b094-2491-48ad-bd06-c7d0900a3ba1', 'x-compute-request-id': 'req-1bf6b094-2491-48ad-bd06-c7d0900a3ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:57,372 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:40:57,372 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bada67ee-7c5f-4583-9d0e-30a23ed2beed', 'x-compute-request-id': 'req-bada67ee-7c5f-4583-9d0e-30a23ed2beed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:58,433 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.058s 2021-08-10 15:40:58,433 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f19e4a-83fd-427d-8351-83e090a53ade', 'x-compute-request-id': 'req-70f19e4a-83fd-427d-8351-83e090a53ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:40:59,485 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:40:59,485 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37eec188-abf3-45f9-8681-461f34c16a2c', 'x-compute-request-id': 'req-37eec188-abf3-45f9-8681-461f34c16a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:00,535 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:41:00,535 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf3c6628-6978-42dc-875c-5b7efd08a417', 'x-compute-request-id': 'req-cf3c6628-6978-42dc-875c-5b7efd08a417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:01,592 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.054s 2021-08-10 15:41:01,593 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f93221e6-f0a5-47bf-b3f5-938ede9b77a9', 'x-compute-request-id': 'req-f93221e6-f0a5-47bf-b3f5-938ede9b77a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:02,727 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.131s 2021-08-10 15:41:02,727 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ceeb8818-1eb1-463f-9842-df1215ff7706', 'x-compute-request-id': 'req-ceeb8818-1eb1-463f-9842-df1215ff7706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:03,777 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:41:03,777 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b535f62-f439-4649-94b5-003bc1fecbf8', 'x-compute-request-id': 'req-0b535f62-f439-4649-94b5-003bc1fecbf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:04,830 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:41:04,830 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0407c7ea-dace-4fc9-b0ca-3d420b2c62ec', 'x-compute-request-id': 'req-0407c7ea-dace-4fc9-b0ca-3d420b2c62ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:05,879 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:05,879 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0364c213-23ae-4b3d-b2cd-313c2f702500', 'x-compute-request-id': 'req-0364c213-23ae-4b3d-b2cd-313c2f702500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:06,931 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:41:06,931 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aff97aea-39e0-469e-bf4f-8b6384e865af', 'x-compute-request-id': 'req-aff97aea-39e0-469e-bf4f-8b6384e865af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:07,992 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.058s 2021-08-10 15:41:07,993 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09f5d8a4-35f0-4654-8427-aa38aa2137f6', 'x-compute-request-id': 'req-09f5d8a4-35f0-4654-8427-aa38aa2137f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:09,043 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:41:09,044 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07df421d-349b-4047-949c-3dd1f2b9a312', 'x-compute-request-id': 'req-07df421d-349b-4047-949c-3dd1f2b9a312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:10,094 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:41:10,095 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b8ee086-bb6c-4160-a11d-bc81f6cabc35', 'x-compute-request-id': 'req-2b8ee086-bb6c-4160-a11d-bc81f6cabc35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:11,142 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:41:11,142 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6c0c112-1027-4f88-a318-3a31c8d0bb37', 'x-compute-request-id': 'req-f6c0c112-1027-4f88-a318-3a31c8d0bb37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:12,191 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:41:12,191 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf380494-5c1d-46db-9bd5-1e745843d3fa', 'x-compute-request-id': 'req-bf380494-5c1d-46db-9bd5-1e745843d3fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:13,240 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:13,240 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17c37473-de32-4b64-97bf-5fd4ecdb0ed5', 'x-compute-request-id': 'req-17c37473-de32-4b64-97bf-5fd4ecdb0ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:14,291 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:41:14,292 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84b9903f-5eb2-455d-8529-b6ca57c5deb7', 'x-compute-request-id': 'req-84b9903f-5eb2-455d-8529-b6ca57c5deb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:15,340 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:15,340 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a0de05-a8c5-437b-b16d-0e2cd8e04479', 'x-compute-request-id': 'req-62a0de05-a8c5-437b-b16d-0e2cd8e04479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:16,392 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:41:16,392 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac0fd31-73f2-4a64-ae6d-463eeb32acc8', 'x-compute-request-id': 'req-2ac0fd31-73f2-4a64-ae6d-463eeb32acc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:17,440 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:41:17,441 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62dc112d-3bfd-4f57-9375-f311c333fa03', 'x-compute-request-id': 'req-62dc112d-3bfd-4f57-9375-f311c333fa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:18,494 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:41:18,494 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-315bbe96-2e40-4b36-8ab4-7fe90c3b00f2', 'x-compute-request-id': 'req-315bbe96-2e40-4b36-8ab4-7fe90c3b00f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:19,544 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.047s 2021-08-10 15:41:19,544 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9f39ede-b0b3-4383-bb22-875472ef86ea', 'x-compute-request-id': 'req-e9f39ede-b0b3-4383-bb22-875472ef86ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:20,593 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:20,593 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-070f769f-a6c2-4ab1-b5a3-6d5435119b5d', 'x-compute-request-id': 'req-070f769f-a6c2-4ab1-b5a3-6d5435119b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:21,644 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:41:21,645 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7c1eaad-8027-4ba3-815c-67987c883134', 'x-compute-request-id': 'req-a7c1eaad-8027-4ba3-815c-67987c883134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:22,698 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.050s 2021-08-10 15:41:22,698 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e936a7-1fc5-44da-8914-6e2fab639d19', 'x-compute-request-id': 'req-c8e936a7-1fc5-44da-8914-6e2fab639d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:23,746 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:23,746 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809c2d3c-d173-4a1b-88f5-98f8cd55a067', 'x-compute-request-id': 'req-809c2d3c-d173-4a1b-88f5-98f8cd55a067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:24,795 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:24,795 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a5ed225-dc59-4e4b-9187-c0c18346336d', 'x-compute-request-id': 'req-0a5ed225-dc59-4e4b-9187-c0c18346336d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:25,843 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:25,843 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2de17a07-f56a-4b54-bac8-2c44708fe558', 'x-compute-request-id': 'req-2de17a07-f56a-4b54-bac8-2c44708fe558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:26,890 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.044s 2021-08-10 15:41:26,890 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dda8ef27-3d8c-4ecd-a4fe-18ac0482642f', 'x-compute-request-id': 'req-dda8ef27-3d8c-4ecd-a4fe-18ac0482642f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:27,938 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:27,938 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-019b8e6f-3aa0-4059-bb86-654c6ad648ac', 'x-compute-request-id': 'req-019b8e6f-3aa0-4059-bb86-654c6ad648ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:28,989 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.048s 2021-08-10 15:41:28,989 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54b2eecd-9d50-4122-86e7-3be8823e33bd', 'x-compute-request-id': 'req-54b2eecd-9d50-4122-86e7-3be8823e33bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:30,039 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:41:30,039 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37814cf2-2a26-48b6-9972-61f34844b8f5', 'x-compute-request-id': 'req-37814cf2-2a26-48b6-9972-61f34844b8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:31,088 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:31,088 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4321217-285e-4b37-8595-e6790a51bc80', 'x-compute-request-id': 'req-e4321217-285e-4b37-8595-e6790a51bc80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:32,137 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.046s 2021-08-10 15:41:32,138 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1bc02ab-4444-474b-9e5e-20553274cc23', 'x-compute-request-id': 'req-c1bc02ab-4444-474b-9e5e-20553274cc23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:33,186 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments 0.045s 2021-08-10 15:41:33,187 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60543c26-9a2d-4edf-a21f-651aa72486d4', 'x-compute-request-id': 'req-60543c26-9a2d-4edf-a21f-651aa72486d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "volumeId": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "serverId": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "device": "/dev/sdb"}]}' 2021-08-10 15:41:34,270 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 POST http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/action 0.081s 2021-08-10 15:41:34,272 114855 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': 'Tue, 10 Aug 2021 15:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '70545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfbc8d36-040c-46bf-962d-3435c08f905d', 'x-compute-request-id': 'req-dfbc8d36-040c-46bf-962d-3435c08f905d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/041a48ed-9060-4624-b3a5-d7b43dd10bfe/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:34,274 114855 DEBUG [tempest.common.waiters] Console output for 041a48ed-9060-4624-b3a5-d7b43dd10bfe body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.008000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.228000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.232000] tsc: Detected 1995.193 MHz processor [ 0.236000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980772) [ 0.240011] pid_max: default: 32768 minimum: 301 [ 0.248014] Security Framework initialized [ 0.252006] Yama: becoming mindful. [ 0.256064] AppArmor: AppArmor initialized [ 0.260863] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.264123] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.268039] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.272017] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.276572] CPU: Physical Processor ID: 0 [ 0.296078] mce: CPU supports 1 MCE banks [ 0.300126] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.304013] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.308015] Spectre V2 : Mitigation: Full generic retpoline [ 0.312012] Speculative Store Bypass: Vulnerable [ 0.422368] Freeing SMP alternatives memory: 36K [ 0.430564] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.432142] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.436101] Hierarchical SRCU implementation. [ 0.444773] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.448031] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.452107] smp: Bringing up secondary CPUs ... [ 0.456011] smp: Brought up 1 node, 1 CPU [ 0.460013] smpboot: Max logical packages: 1 [ 0.464018] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.468736] devtmpfs: initialized [ 0.472102] x86/mm: Memory block size: 128MB [ 0.476279] evm: security.selinux [ 0.480015] evm: security.SMACK64 [ 0.484016] evm: security.SMACK64EXEC [ 0.488095] evm: security.SMACK64TRANSMUTE [ 0.492014] evm: security.SMACK64MMAP [ 0.496013] evm: security.apparmor [ 0.500005] evm: security.ima [ 0.503127] evm: security.capability [ 0.504788] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.508045] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512138] pinctrl core: initialized pinctrl subsystem [ 0.516321] NET: Registered protocol family 16 [ 0.520139] audit: initializing netlink subsys (disabled) [ 0.524280] cpuidle: using governor ladder [ 0.528012] audit: type=2000 audit(1628609590.524:1): state=initialized audit_enabled=0 res=1 [ 0.532019] cpuidle: using governor menu [ 0.536106] ACPI: bus type PCI registered [ 0.540013] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.546334] PCI: Using configuration type 1 for base access [ 0.549603] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.552734] ACPI: Added _OSI(Module Device) [ 0.556019] ACPI: Added _OSI(Processor Device) [ 0.560039] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.564012] ACPI: Added _OSI(Processor Aggregator Device) [ 0.568035] ACPI: Added _OSI(Linux-Dell-Video) [ 0.595035] ACPI: Interpreter enabled [ 0.596032] ACPI: (supports S0 S5) [ 0.600013] ACPI: Using IOAPIC for interrupt routing [ 0.604083] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.609412] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.684617] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.688070] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.692034] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.696037] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.700400] PCI host bridge to bus 0000:00 [ 0.704017] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.708019] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.712039] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.716022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.720018] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.724050] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.819259] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.824017] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.828011] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.832019] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.839077] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.839077] * this clock source is slow. Consider trying other clock sources [ 0.866477] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.946785] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.952444] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.962460] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.968461] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.972945] SCSI subsystem initialized [ 0.976479] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.980000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.980018] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.988015] vgaarb: loaded [ 0.992099] pps_core: LinuxPPS API ver. 1 registered [ 0.996015] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.000089] PTP clock support registered [ 1.004136] EDAC MC: Ver: 3.0.0 [ 1.017438] hv_vmbus: Vmbus version:4.0 [ 1.020778] PCI: Using ACPI for IRQ routing [ 1.026572] NetLabel: Initializing [ 1.028024] NetLabel: domain hash size = 128 [ 1.032019] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.036059] NetLabel: unlabeled traffic allowed by default [ 1.040441] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.101476] VFS: Disk quotas dquot_6.6.0 [ 1.113076] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.129456] AppArmor: AppArmor Filesystem Enabled [ 1.140102] pnp: PnP ACPI init [ 1.168724] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.180651] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.195298] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.223332] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.233749] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.260062] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.278918] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.293559] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.304037] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.319849] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.330038] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.344984] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.370733] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.386736] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.400469] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.406303] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.411317] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.439626] pnp: PnP ACPI: found 9 devices [ 1.462335] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.478755] NET: Registered protocol family 2 [ 1.511768] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.526648] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.542703] TCP: Hash tables configured (established 8192 bind 8192) [ 1.558092] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.580250] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.586495] NET: Registered protocol family 1 [ 1.605242] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.621371] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.636100] Unpacking initramfs... [ 1.796089] random: fast init done [ 2.343688] Freeing initrd memory: 13088K [ 2.359272] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.376938] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.387362] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e35402a, max_idle_ns: 881590824509 ns [ 2.397675] Scanning for low memory corruption every 60 seconds [ 2.410506] Initialise system trusted keyrings [ 2.422148] Key type blacklist registered [ 2.437567] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.447500] zbud: loaded [ 2.473313] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.486040] fuse init (API version 7.26) [ 2.500806] Key type asymmetric registered [ 2.513530] Asymmetric key parser 'x509' registered [ 2.517939] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.530974] io scheduler noop registered (default) [ 2.543603] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.565896] ACPI: Power Button [PWRF] [ 2.577499] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619928] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.670789] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.692856] Linux agpgart interface v0.103 [ 2.711187] loop: module loaded [ 2.730119] hv_vmbus: registering driver hv_storvsc [ 2.767480] scsi host0: storvsc_host_t [ 2.779014] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.815215] scsi host1: storvsc_host_t [ 2.830231] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.839583] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.873189] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.901761] scsi host2: ata_piix [ 2.917008] sd 0:0:0:0: [sda] Write Protect is off [ 2.927898] scsi host3: ata_piix [ 2.936273] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.945935] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.981547] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.020902] libphy: Fixed MDIO Bus: probed [ 3.031581] tun: Universal TUN/TAP device driver, 1.6 [ 3.041148] PPP generic driver version 2.4.2 [ 3.057563] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 3.115086] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.123194] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.718258] sda: sda1 [ 4.552314] mousedev: PS/2 mouse device common for all mice [ 4.580914] rtc_cmos 00:00: RTC can wake from S4 [ 4.632708] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.654347] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.668667] device-mapper: uevent: version 1.0.3 [ 4.679120] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.707315] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.939222] NET: Registered protocol family 10 [ 4.958219] Segment Routing with IPv6 [ 4.975910] NET: Registered protocol family 17 [ 4.995592] Key type dns_resolver registered [ 5.010656] RAS: Correctable Errors collector initialized. [ 5.023528] registered taskstats version 1 [ 5.034081] Loading compiled-in X.509 certificates [ 5.048258] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.067186] zswap: loaded using pool lzo/zbud [ 5.088863] Key type big_key registered [ 5.119503] Key type trusted registered [ 5.139191] Key type encrypted registered [ 5.163869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 5.182361] AppArmor: AppArmor sha1 policy hashing enabled [ 5.204655] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.212207] evm: HMAC attrs: 0x1 [ 5.219105] rtc_cmos 00:00: setting system clock to 2021-08-10 15:33:17 UTC (1628609597) [ 5.230276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.243871] EDD information not available. [ 5.938008] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.960608] ata2.00: configured for MWDMA2 [ 5.990383] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.024453] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.040916] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.049095] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.074994] Freeing unused kernel memory: 2248K [ 6.096588] Write protecting the kernel read-only data: 18432k [ 6.112690] Freeing unused kernel memory: 2008K [ 6.143517] Freeing unused kernel memory: 124K [ 6.165145] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.171964] x86/mm: Checking user space page tables [ 6.233835] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.420512] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.441368] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.458714] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.472974] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.487567] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.524111] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.552786] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.573606] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.583051] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.595627] random: udevadm: uninitialized urandom read (16 bytes read) [ 7.073561] hv_utils: Registering HyperV Utility Driver [ 7.083985] hv_vmbus: registering driver hv_util [ 7.138329] hv_vmbus: registering driver hv_netvsc [ 7.150587] hidraw: raw HID events driver (C) Jiri Kosina [ 7.159450] hv_vmbus: registering driver hyperv_keyboard [ 7.210477] hv_vmbus: registering driver hid_hyperv [ 7.341652] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input4 [ 7.360901] hv_utils: Heartbeat IC version 3.0 [ 7.623286] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 7.686344] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.715824] hv_utils: Shutdown IC version 3.0 [ 7.738145] hv_utils: TimeSync IC version 4.0 [ 7.758683] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.956202] raid6: sse2x1 gen() 2143 MB/s [ 8.012048] raid6: sse2x1 xor() 2239 MB/s [ 8.068046] raid6: sse2x2 gen() 2925 MB/s [ 8.120062] raid6: sse2x2 xor() 2186 MB/s [ 8.204054] raid6: sse2x4 gen() 3594 MB/s [ 8.284195] raid6: sse2x4 xor() 2412 MB/s [ 8.299573] raid6: using algorithm sse2x4 gen() 3594 MB/s [ 8.331367] raid6: .... xor() 2412 MB/s, rmw enabled [ 8.340027] raid6: using intx1 recovery algorithm [ 8.355361] xor: measuring software checksum speed [ 8.400040] prefetch64-sse: 7760.000 MB/sec [ 8.457587] generic_sse: 7871.000 MB/sec [ 8.464635] xor: using function: generic_sse (7871.000 MB/sec) [ 8.476085] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.803730] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root fil system [ 9.167464] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 9.620310] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.650874] systemd[1]: Detected virtualization microsoft. [ 9.664430] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.715942] systemd[1]: Set hostname to <ubuntu>. [ 9.736277] systemd[1]: Initializing machine ID from random generator. [ 9.754417] systemd[1]: Installed transient /etc/machine-id file. [ 10.311659] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 10.423663] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session lice. [ 10.575198] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automoun Arbitrary Exectab...ats File ystem Automount Point. [ 10.835153] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [m] Listening on LV2 metadata daemn socket. [[0;32m OK [m] Listening on Journal Audit Socket. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [m] Listening on Jornal Socket. Mounting Debug ile System... Starting Load Kernel Modules... Mounting Huge Pages File System..[ 12.560053] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 12.715199] iscsi: registered transport (tcp) [ 12.756309] iscsi: registered transport (iser) Starting Journal Service... Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Listening on udev Control Socket. [ 12.957505] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting POSIX essage Queue File System... [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on Device-mapper even daemon FIFOs. Starting Monitoing of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [m] Started LVM2 meadata daemon. Starting Initia cloud-init job(pre-networking... Starting Load/Save Random Seed... Starting udev Cldplug all Devices... Starting CreateStatic Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables.. Mounting Configration File System... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuation File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Flush Journal to Persisent Storage. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systes (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [m] Started udev Kernel Device Manaer. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Network Time Synchroniztion. [[0;32m OK [0m] Started LSB: AppArmor initializtion. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target ystem Time Synchronized. [ 28.357977] cloud-init[330]: Cloud-init v. 18.2 running 'init-local' at Tue, 10 Aug 2021 15:3:35 +0000. Up 22.79 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfacs... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 33.998526] cloud-init[650]: Cloud-init v. 18.2 running 'init' at Tue, 10 Aug 2021 15:33:42 +0000. Up 30.17 seconds. [ 34.149608] [[0;32m OK [0mcloud-init] [650]: Started Initial cloud-init job (metadata service crawler).ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [[ 34.301301] [0;32m OK [0mcloud-init] [650]: Reached target Network is Online.ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+ Starting iSCSI initiator daemon (iscsid)...[ 34.437422] cloud-init[650]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[[0;32m OK [0m] Reached target Cloud-config availability.[ 34.555608] cloud-init [650]: [[0;32m OK [0mci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+] Reached target System Initialization. [ 34.688864] [cloud-init[650]: [0;32m OK [0mci-info: | eth0 | True | 172.20.0.2 | 255.255.255.240 | . | fa:16:3e:f0:06:76 |] Listening on D-Bus System Message Bus Socket. [ 34.841823] cloud-init[650]: [[0;32m OK [0mci-info: | eth0 | True | fe80:f816:3eff:fef0:676/64 | . | link | fa:16:3e:f0:06:76 |] Started Daily Cleanup of Temporary Directories.[ 34.949118] cloud-init[650]: ci-info: | lo | True | 127.0.0.1 | 2550.0.0 | . | . |[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [ 35.039998] cloud-init[650]: ci-info: | lo | True | ::1/128 | . | host | . |[[0;32m OK [0m ] [ 35.115920] Started Deferred execution scheduler.cloud-init [650]: ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+[[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 35.250191] cloud-init[650]: ci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++Starting /etc/rc.local Compatibility... [ 35.407474] [[0;32m OK [0mcloud-init[650]: ] Started ACPI event daemon.ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [ 35.681344] [cloud-init[0;32m OK [m[650]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |] [ 35.871126] Started Regular background progam processing daemon.cloud-init [650]: ci-info: +-------+-------------+------------+-----------------+-----------+------+Starting LSB: Rcord successful boot for GRUB... [ 36.117582] cloud-init [650]: Starting LSB: MD monitoring daemon...ci-info: | 0 | 0.0.0.0 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 36.290536] cloud-initStarting Apply the settings speified in cloud-config...[650]: ci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [[0;32m OK [0m] Started Daily at download actiities. [ 36.753009] [cloud-init[0;32m OK [m[650]: ] ci-info: +------+-------------------------+-----------------+-----------+-------+Started D-Bus System Message Bus. [ 37.193241] cloud-init[650]: [[0;32m OK [mGenerating public/private rsa ky pair. ] Started Daily at upgrade and cean activities.[ 37.689981] [cloud-init[0;32m OK [0m[650]: Your identificaion has been saed in /etc/ssh/ssh_host_rsa_key] Reached target Timers. [ 38.156524] cloud-initStarting Login Service...[650]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Starting OpenBSD Secure Shell server...[ 38.540234] cloud-init[[0;32m OK [0m[650]: ] The key fingerprint is:Started /etc/rc.local Compatibility. [ 38.956288] [cloud-init[0;32m OK [0m[650]: SHA256:L8l1q3Pq0I0tWnTe0DGDs2DfF6Z7CbzL62GycUq164 root@tempest-serverrescuenegativetestjson-server-1379431034] Started iSCSI initiator daemon (iscsid). [ 39.215047] [cloud-init[0;32m OK [0m[650]: The key's randoart image is: ] [ 39.460221] Started OpenBSDSecure Shell server.cloud-init [650]: +---[RSA 2048]----+ [[0;32m OK [0m[ 39.932482] ] cloud-init[650]: Started Login Service.| . = .o | [[ 40.268594] [0;32m OK [m] Started LSB:Record successfl boot for GRUB. [cloud-init[0;32m OK [0m[650]: ] | = O | Started LSB: MD monitoring daemn.[ 40.604202] cloud-init[650]: | . @ + | Starting Login to default iSCSI targets...[ 40.905267] cloud-init[650]: | o = B | [ 41.196301] cloud-init[650]: [[0;32m OK [0m| .So...O | ] [ 41.449186] Started Login t default iSCSI argets.cloud-init[650]: | ..+ ...= |[[0;32m OK [0m [ 41.737744] ] cloud-initReached target Remote File Systms (Pre).[650]: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.096000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100000] tsc: Detected 1995.193 MHz processor [ 0.100000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980772) [ 0.104008] pid_max: default: 32768 minimum: 301 [ 0.108057] Security Framework initialized [ 0.112006] Yama: becoming mindful. [ 0.116046] AppArmor: AppArmor initialized [ 0.120248] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.124107] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.128025] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.132013] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.136000] CPU: Physical Processor ID: 0 [ 0.136326] mce: CPU supports 1 MCE banks [ 0.140217] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.144005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.148005] Spectre V2 : Mitigation: Full generic retpoline [ 0.152004] Speculative Store Bypass: Vulnerable [ 0.194950] Freeing SMP alternatives memory: 36K [ 0.198502] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.200102] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.204068] Hierarchical SRCU implementation. [ 0.208764] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.212006] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.216087] smp: Bringing up secondary CPUs ... [ 0.220008] smp: Brought up 1 node, 1 CPU [ 0.224029] smpboot: Max logical packages: 1 [ 0.228007] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.233320] devtmpfs: initialized [ 0.236085] x86/mm: Memory block size: 128MB [ 0.240245] evm: security.selinux [ 0.244009] evm: security.SMACK64 [ 0.248005] evm: security.SMACK64EXEC [ 0.252005] evm: security.SMACK64TRANSMUTE [ 0.256005] evm: security.SMACK64MMAP [ 0.260004] evm: security.apparmor [ 0.264005] evm: security.ima [ 0.268004] evm: security.capability [ 0.272212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.276019] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.280105] pinctrl core: initialized pinctrl subsystem [ 0.288219] NET: Registered protocol family 16 [ 0.292123] audit: initializing netlink subsys (disabled) [ 0.296219] cpuidle: using governor ladder [ 0.300010] audit: type=2000 audit(1628609744.296:1): state=initialized audit_enabled=0 res=1 [ 0.304012] cpuidle: using governor menu [ 0.308084] ACPI: bus type PCI registered [ 0.312004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.320934] PCI: Using configuration type 1 for base access [ 0.325591] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.328298] ACPI: Added _OSI(Module Device) [ 0.332009] ACPI: Added _OSI(Processor Device) [ 0.336006] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.340005] ACPI: Added _OSI(Processor Aggregator Device) [ 0.344028] ACPI: Added _OSI(Linux-Dell-Video) [ 0.358340] ACPI: Interpreter enabled [ 0.360028] ACPI: (supports S0 S5) [ 0.364006] ACPI: Using IOAPIC for interrupt routing [ 0.368075] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.372618] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.419386] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.420016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.424042] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.428023] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.432609] PCI host bridge to bus 0000:00 [ 0.436008] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.440008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.444011] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.448009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.452010] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.456009] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.498044] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.500008] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.504008] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.508009] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.518598] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.518598] * this clock source is slow. Consider trying other clock sources [ 0.532489] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.592863] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.600521] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.608038] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.613124] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.616727] SCSI subsystem initialized [ 0.620859] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.624000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.628016] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.632013] vgaarb: loaded [ 0.636116] pps_core: LinuxPPS API ver. 1 registered [ 0.640008] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.644038] PTP clock support registered [ 0.648119] EDAC MC: Ver: 3.0.0 [ 0.656882] hv_vmbus: Vmbus version:4.0 [ 0.660427] PCI: Using ACPI for IRQ routing [ 0.666536] NetLabel: Initializing [ 0.668018] NetLabel: domain hash size = 128 [ 0.672013] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.676049] NetLabel: unlabeled traffic allowed by default [ 0.680230] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.701990] VFS: Disk quotas dquot_6.6.0 [ 0.706319] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.711089] AppArmor: AppArmor Filesystem Enabled [ 0.715883] pnp: PnP ACPI init [ 0.727749] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.733333] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.738836] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.745194] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.750650] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.755916] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.761101] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.765966] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.770562] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.775548] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.780258] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.784898] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.789740] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.795032] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.800171] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.804993] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.810543] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.816312] pnp: PnP ACPI: found 9 devices [ 0.827484] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.832721] NET: Registered protocol family 2 [ 0.837377] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.842660] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.852088] TCP: Hash tables configured (established 8192 bind 8192) [ 0.856770] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.861635] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.866611] NET: Registered protocol family 1 [ 0.870809] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.876818] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.882151] Unpacking initramfs... [ 1.179624] Freeing initrd memory: 13088K [ 1.184487] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.190203] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.196053] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e35402a, max_idle_ns: 881590824509 ns [ 1.201516] Scanning for low memory corruption every 60 seconds [ 1.206486] Initialise system trusted keyrings [ 1.212534] Key type blacklist registered [ 1.217395] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.224252] zbud: loaded [ 1.229273] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.234705] fuse init (API version 7.26) [ 1.240212] Key type asymmetric registered [ 1.244802] Asymmetric key parser 'x509' registered [ 1.249602] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.254678] io scheduler noop registered (default) [ 1.259313] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.264747] ACPI: Power Button [PWRF] [ 1.269651] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.298627] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.328717] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.336881] Linux agpgart interface v0.103 [ 1.343357] loop: module loaded [ 1.347492] hv_vmbus: registering driver hv_storvsc [ 1.354834] scsi host0: storvsc_host_t [ 1.363918] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.373117] random: fast init done [ 1.379241] scsi host1: storvsc_host_t [ 1.388906] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.394263] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.400348] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.412630] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.422171] scsi host2: ata_piix [ 1.426999] sd 0:0:0:0: [sda] Write Protect is off [ 1.432858] scsi host3: ata_piix [ 1.437053] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.441733] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.446711] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.463288] libphy: Fixed MDIO Bus: probed [ 1.468335] tun: Universal TUN/TAP device driver, 1.6 [ 1.473346] PPP generic driver version 2.4.2 [ 1.477726] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.503044] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507651] sda: sda1 [ 1.511938] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.516719] mousedev: PS/2 mouse device common for all mice [ 1.523763] rtc_cmos 00:00: RTC can wake from S4 [ 1.530504] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.560825] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.569417] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.577055] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.588470] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.594806] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.603386] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 1.609373] device-mapper: uevent: version 1.0.3 [ 1.614813] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 2.706024] sd 1:0:0:0: [sdb] Write Protect is off [ 2.865888] NET: Registered protocol family 10 [ 2.874866] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.884236] Segment Routing with IPv6 [ 2.889867] NET: Registered protocol family 17 [ 2.896000] Key type dns_resolver registered [ 2.902270] RAS: Correctable Errors collector initialized. [ 2.909333] registered taskstats version 1 [ 2.915239] Loading compiled-in X.509 certificates [ 2.925828] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 2.935291] zswap: loaded using pool lzo/zbud [ 2.949977] sd 1:0:0:0: [sdb] Attached SCSI disk [ 2.960097] Key type big_key registered [ 2.966929] Key type trusted registered [ 2.976498] Key type encrypted registered [ 2.985852] AppArmor: AppArmor sha1 policy hashing enabled [ 2.993027] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.000530] evm: HMAC attrs: 0x1 [ 3.161814] rtc_cmos 00:00: setting system clock to 2021-08-10 15:35:48 UTC (1628609748) [ 3.167667] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.173501] EDD information not available. [ 3.868267] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.884735] ata2.00: configured for MWDMA2 [ 3.910902] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.931332] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.936687] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.949042] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 3.966384] Freeing unused kernel memory: 2248K [ 3.976052] Write protecting the kernel read-only data: 18432k [ 3.982159] Freeing unused kernel memory: 2008K [ 3.987610] Freeing unused kernel memory: 124K [ 4.003321] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.008355] x86/mm: Checking user space page tables [ 4.023956] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.082866] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.088528] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.094451] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.100557] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.105824] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.116132] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.130887] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.139682] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.148135] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.153966] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.306406] hv_utils: Registering HyperV Utility Driver [ 4.311356] hv_vmbus: registering driver hv_util [ 4.321100] hv_vmbus: registering driver hv_netvsc [ 4.335476] hidraw: raw HID events driver (C) Jiri Kosina [ 4.348254] hv_vmbus: registering driver hyperv_keyboard [ 4.369659] hv_vmbus: registering driver hid_hyperv [ 4.415166] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.422901] hv_utils: Heartbeat IC version 3.0 [ 4.429950] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.455039] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.489059] hv_utils: Shutdown IC version 3.0 [ 4.495108] hv_utils: TimeSync IC version 4.0 [ 4.503532] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.788042] raid6: sse2x1 gen() 4140 MB/s [ 4.840082] raid6: sse2x1 xor() 3221 MB/s [ 4.892043] raid6: sse2x2 gen() 4623 MB/s [ 4.944043] raid6: sse2x2 xor() 3965 MB/s [ 4.996089] raid6: sse2x4 gen() 6965 MB/s [ 5.048042] raid6: sse2x4 xor() 4286 MB/s [ 5.054965] raid6: using algorithm sse2x4 gen() 6965 MB/s [ 5.061265] raid6: .... xor() 4286 MB/s, rmw enabled [ 5.066267] raid6: using intx1 recovery algorithm [ 5.081360] xor: measuring software checksum speed [ 5.124032] prefetch64-sse: 9346.000 MB/sec [ 5.168035] generic_sse: 9299.000 MB/sec [ 5.172525] xor: using function: prefetch64-sse (9346.000 MB/sec) [ 5.181933] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 5.419352] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.650443] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.656595] EXT4-fs (sda1): write access will be enabled during recovery [ 5.739623] EXT4-fs (sda1): recovery complete [ 5.759762] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running scripts/init-bottom ... done. [ 6.359000] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 6.370216] systemd[1]: Detected virtualization microsoft. [ 6.377095] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 6.437430] systemd[1]: Set hostname to <tempest-serverrescuenegativetestjson-server-1379431034>. [ 6.989189] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 7.052625] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 7.112332] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 7.171106] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 7.236955] systemd[1]: Listening on udev Control Socket. [[0;32m OK [m] Listening on udev Control Socket. [ 7.321270] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on Journal Socket. Starting Load Kernel Modules... Starting Create list of required st... nodes for the current kernel...[ 8.187533] Loading iSCSI transport class v2.0-870. Starting Remount Root and Kernel File Systems...[ 8.250117] iscsi: registered transport (tcp) Mounting POSIX Message Queue File System...[ 8.316863] iscsi: registered transport (iser) Starting Monitoing of LVM2 mirrors... dmeventdor progress polling... Mounting Debug File System... Mounting Huge Pages File System... Starting Journal Service... [[0;32m OK [0m] [ 8.548460] EXT4-fs (sda1): re-mounted. Opts: (null) Reached target Encrypted Volumes. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting udev Coldplug all Devices... Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Mounting Configuration File System... Mounting FUSE Control File System... Starting Apply Kernel Variables... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [ 14.660346] cloud-init[327]: Cloud-init v. 18.2 running 'init-local' at Tue, 10 Aug 2021 15:35:58 +0000. Up 12.86 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [m] Started ifup for eth0. Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 18.418555] cloud-init[664]: Cloud-init v. 18.2 running 'init' at Tue, 10 Aug 2021 15:36:01 +0000. Up 16.01 seconds. [ 18.545787] cloud-init[[664]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [ 18.689102] [cloud-init[0;32m OK [0m[664]: ] ci-info: +--------+------+-----------------------------+-----------------+-------+------------------+Reached target Cloud-config availability. [[ 18.820355] [0;32m OK [0mcloud-init] [664]: Reached target Network is Online.ci-info: | Device | Up | Address | ask | Scope | Hw-Address | Starting iSCSI initiator daemon (iscsid)...[ 18.964530] cloud-init[664]: [ci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Reached target System Initialization. [ 19.103239] cloud-init[[664]: [0;32m OK [0mci-info: | eth0 | True | 172.20.0.2 | 255.255.255.240 | . | fa:16:3e:f0:06:76 |] Listening on D-Bus System Message Bus Socket. [ 19.213281] cloud-init[664]: ci-info: | eth0 | True | fe80::f816:3eff:fef0676/64 | . | link | fa:16:3e:f0:06:76 |[ [0;32m OK [0m[ 19.292048] ] Started ACPI Events Check.cloud-init [664]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[[0;32m OK [0m ] [ 19.395612] Reached target Paths.cloud-init [664]: [[0;32m OK [0mci-info: | lo | True | ::1/128 | . | host | . |] Listening on ACPID Listen Socket. [ 19.528162] cloud-init[[664]: [0;32m OK [0mci-info: +--------+------+-----------------------------+-----------------+-------+-------------------+] Started Daily apt download activities. [ 19.618634] [cloud-init[664]: [0;32m OK [0mci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++] Started Daily apt upgrade and clean activities. [ 19.703207] cloud-init[664]: [ci-info: +-------+-------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Sockets. [ 19.800228] cloud-init[[664]: [0;32m OK [0mci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |] Reached target Basic System. [ 19.890417] cloud-init[[664]: [0;32m OK [0mci-info: +-------+-------------+------------+-----------------+-----------+-------+] Started Regular background program processing daemon. [ 19.991438] cloud-initStarting Apply the settings specified in cloud-config...[664]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | Starting LSB: Record successful boot for GRUB...[ 20.136213] cloud-init[664]: ci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 20.248253] Starting OpenBSD Secure Shell server...cloud-init [664]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Login Service... Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started D-Bus System Message Bus. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Login Service. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-1379431034 ttyS0 tempest-serverrescuenegativetestjson-server-1379431034 login: [ 74.229718] cloud-init[711]: Cloud-init v. 18.2 running 'modules:config' at Tue, 10 Aug 2021 15:36:06 +0000. Up 21.25 seconds. ci-info: no authorized ssh keys fingerprints found for user ubuntu. <14>Aug 10 15:37:01 ec2: <14>Aug 10 15:37:01 ec2: ############################################################# <14>Aug 10 15:37:01 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Aug 10 15:37:01 ec2: 1024 SHA256:OAUFTM0nyoge38raJPfVv7lXg/7Bgt3S/MncZDWgob0 root@tempest-serverrescuenegativetestjson-server-1379431034 (DSA) <14>Aug 10 15:37:01 ec2: 256 SHA256:5iNhwNgi4G7vyFN5TDJ3N4rT4LVyzruBnDnzYKParqI root@tempest-serverrescuenegativetestjson-server-1379431034 (ECDSA) <14>Aug 10 15:37:01 ec2: 256 SHA256:Z0KYx30t4e5bl2Fru2M8l4dKPUv5g30snkM3fjhdcPs root@tempest-serverrescuenegativetestjson-server-1379431034 (ED25519) <14>Aug 10 15:37:01 ec2: 2048 SHA256:L8l1q3PqO0I0tWnTe0DGDs2DfF6Z7CbzL62GycUq164 root@tempest-serverrescuenegativetestjson-server-1379431034 (RSA) <14>Aug 10 15:37:01 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Aug 10 15:37:01 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN/i6Yu6ne+caMdkb2poofZiP2UXzhpFhfio4Jk+JgkEc1wQ7M5e9QvW4Yk3dalFR4ugZhLTFtvznUpP7aRrUA4= root@tempest-serverrescuenegativetestjson-server-1379431034 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBEgVt+qpYRIWMEfGtLjePo+m886AzyI3+V7zU4YWMC5 root@tempest-serverrescuenegativetestjson-server-1379431034 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoUlqEGXzSfk+6P7yTkFNCb/QaciJPkQtG/Spx6y9e4tfEQa20TmJFsjF77oGt8DNCWbnPcDuosVa327W355ly5LArmR42LTt05FHUuJUgafH2pb/tYJ6eDDvY84n4L1faV9/7PAYwgYB3Br33IcguNvFvU1acdA/OhGIbWErMtVDjRJZsn7IEVwD8v7S377sHrUfucrvOXUqasxo6HwMeLMo5tbJln7auyajQSSHWEzEw0hfZAlaksE+oZOEAfSXvNqM45Jyw0WBy1nQVwgJMM2jfe1Mr3Egt/z8LhF6b2PDLnuS5beO0St8stny2GhTwkfHyPiPO/9375T47INO3 root@tempest-serverrescuenegativetestjson-server-1379431034 -----END SSH HOST KEY KEYS----- [ 76.091347] cloud-init[798]: Cloud-init v. 18.2 running 'modules:final' at Tue, 10 Aug 2021 15:37:00 +0000. Up 74.82 seconds. [ 76.175575] cloud-init[798]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 76.246468] cloud-init[798]: Cloud-init v. 18.2 finished at Tue, 10 Aug 2021 15:37:01 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 75.99 seconds 2021-08-10 15:41:34,322 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:34,323 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16fdf7f5-4424-4899-87d6-6facf704237e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16fdf7f5-4424-4899-87d6-6facf704237e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:35,376 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:41:35,376 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c08d465d-f5bf-4ffb-bf29-56c21266884c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08d465d-f5bf-4ffb-bf29-56c21266884c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:36,430 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:41:36,431 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a231b04-6f92-4e32-aa37-134aa0f4dd15', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a231b04-6f92-4e32-aa37-134aa0f4dd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:37,485 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:37,485 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393dbde1-e88f-4fe0-a53d-566eb2835357', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393dbde1-e88f-4fe0-a53d-566eb2835357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:38,541 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:41:38,542 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0fb0e3-0c3d-479e-81dc-22c12a7493aa', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0fb0e3-0c3d-479e-81dc-22c12a7493aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:39,596 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:41:39,597 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8ed153a-25ce-40a7-812a-d4d3ebe326ae', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8ed153a-25ce-40a7-812a-d4d3ebe326ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:40,650 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:41:40,650 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a5ffed-de5b-4c68-8151-34d6f907dad9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a5ffed-de5b-4c68-8151-34d6f907dad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:41,704 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:41,704 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-012df382-9ffc-4a1e-baa2-9fa99421a151', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-012df382-9ffc-4a1e-baa2-9fa99421a151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:42,759 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:42,759 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1f33d72-82e7-4dd8-a071-716abde02bab', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1f33d72-82e7-4dd8-a071-716abde02bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:43,815 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:41:43,816 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18c09251-8f3a-4b7c-8fe0-6f2c87d2385f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18c09251-8f3a-4b7c-8fe0-6f2c87d2385f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:44,868 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:41:44,869 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5634e7d0-79ca-476f-a720-d0c90b773331', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5634e7d0-79ca-476f-a720-d0c90b773331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:45,922 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:41:45,923 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a30fcc-4bd8-4480-9323-c08166270dfd', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a30fcc-4bd8-4480-9323-c08166270dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:46,977 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:46,977 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba03921-c94a-4cf7-b277-016dc77b88a4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba03921-c94a-4cf7-b277-016dc77b88a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:48,031 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:48,032 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c778057a-a326-4779-bb34-bd51c0f5d8e4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c778057a-a326-4779-bb34-bd51c0f5d8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:49,087 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:41:49,088 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d332366a-1b88-49fc-835c-97e21ebe4119', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d332366a-1b88-49fc-835c-97e21ebe4119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:50,141 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:41:50,141 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1942e20f-3181-4d15-8248-15ff28e28eb5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1942e20f-3181-4d15-8248-15ff28e28eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:51,195 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:51,196 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8288c34b-671c-422d-b028-73ec3726cb5f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8288c34b-671c-422d-b028-73ec3726cb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:52,248 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:41:52,248 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b6955d8-8adf-477b-b8c2-c91681fd662d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b6955d8-8adf-477b-b8c2-c91681fd662d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:53,302 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:53,302 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224fda45-5d9a-4213-9be5-5dfb2df7651a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224fda45-5d9a-4213-9be5-5dfb2df7651a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:54,355 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:41:54,355 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0af449b-d789-408b-a66c-b8c0ada4f001', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0af449b-d789-408b-a66c-b8c0ada4f001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:55,409 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:55,409 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-065a023d-504a-4733-bc86-62b638b4a9d6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-065a023d-504a-4733-bc86-62b638b4a9d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:56,466 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:41:56,466 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d753e85f-1663-423d-9d49-3d4d28ec8038', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d753e85f-1663-423d-9d49-3d4d28ec8038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:57,553 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.080s 2021-08-10 15:41:57,554 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20bfec1-b625-4d89-87f1-b7a445e92e1e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d20bfec1-b625-4d89-87f1-b7a445e92e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:58,605 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:41:58,606 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3073198e-b320-41f3-a8d1-5fe86ed260bc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3073198e-b320-41f3-a8d1-5fe86ed260bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:41:59,659 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:41:59,659 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e21c19-ab74-492b-a89e-67eaca165200', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e21c19-ab74-492b-a89e-67eaca165200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:00,712 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:00,712 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2debe899-9655-47f5-8584-d3c9831bfd11', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2debe899-9655-47f5-8584-d3c9831bfd11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:01,763 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:42:01,763 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc1783f-c2be-44c6-9490-32477c5eee17', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc1783f-c2be-44c6-9490-32477c5eee17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:02,816 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:02,816 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a08c4eac-9414-4fb3-92f5-db58c578e3e2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a08c4eac-9414-4fb3-92f5-db58c578e3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:03,869 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:03,870 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896722c9-cf4c-4331-87e7-ba1903c9b407', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896722c9-cf4c-4331-87e7-ba1903c9b407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:04,921 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:04,922 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0be584f-f570-49ea-a592-a3dbf74d1fb2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0be584f-f570-49ea-a592-a3dbf74d1fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:05,973 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:05,974 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a850fa9-4254-4f0b-9287-2f42b099cda9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a850fa9-4254-4f0b-9287-2f42b099cda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:07,024 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:42:07,025 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93301325-f4e0-498d-ae9b-6229ef278fb8', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93301325-f4e0-498d-ae9b-6229ef278fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:08,079 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:42:08,080 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d4a039-6e49-49d0-a145-ef6a9238fa8d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d4a039-6e49-49d0-a145-ef6a9238fa8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:09,132 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:09,132 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694b5102-967a-440d-8524-f6825cfbd65b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694b5102-967a-440d-8524-f6825cfbd65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:10,185 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:10,185 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab7ee0f-b874-4df1-b6e2-ec36497f22c5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab7ee0f-b874-4df1-b6e2-ec36497f22c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:11,238 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:11,238 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16928bb3-4ee8-441b-b4ac-4b951d63ae80', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16928bb3-4ee8-441b-b4ac-4b951d63ae80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:12,291 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:12,292 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5fb16b7-98e1-4b68-ab4d-6cdf432be09f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5fb16b7-98e1-4b68-ab4d-6cdf432be09f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:13,344 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:13,345 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330928fd-792f-4855-bd38-e1b86eb40292', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330928fd-792f-4855-bd38-e1b86eb40292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:14,397 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:14,397 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb9f7e52-b9b6-4520-b4a4-80e6884edd38', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb9f7e52-b9b6-4520-b4a4-80e6884edd38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:15,454 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:42:15,454 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baae13e3-94b2-48f0-97ae-a7a28db6f83e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baae13e3-94b2-48f0-97ae-a7a28db6f83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:16,506 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:16,507 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9607da1f-54b9-4c71-b55b-643544d61aa3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9607da1f-54b9-4c71-b55b-643544d61aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:17,601 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.086s 2021-08-10 15:42:17,601 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0167f283-c24e-47e6-bfec-6937d7769036', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0167f283-c24e-47e6-bfec-6937d7769036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:18,655 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:18,655 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4c717b7-06ac-48f6-88d0-28cd426f2b42', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4c717b7-06ac-48f6-88d0-28cd426f2b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:19,708 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:19,708 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fdbef05-b31e-4b42-8171-097c9da88ea2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fdbef05-b31e-4b42-8171-097c9da88ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:20,762 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:20,763 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a64eabb-16ff-4331-a158-da76f86665be', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a64eabb-16ff-4331-a158-da76f86665be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:21,815 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:21,816 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf9519c-25c9-4ae6-bfb0-c972bea9e6a7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf9519c-25c9-4ae6-bfb0-c972bea9e6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:22,868 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:22,869 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c582fb-c8d9-4fbb-9be5-c52826348644', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c582fb-c8d9-4fbb-9be5-c52826348644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:23,923 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:42:23,924 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13718d5-4a21-43df-96d9-143dbf7d4bc6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13718d5-4a21-43df-96d9-143dbf7d4bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:24,976 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:24,977 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61bcdee-c2fc-4caa-85f3-5e1653325562', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61bcdee-c2fc-4caa-85f3-5e1653325562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:26,030 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:26,031 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e63cd0-c855-4878-a8cc-c2d53d611fb6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e63cd0-c855-4878-a8cc-c2d53d611fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:27,084 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:27,084 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d458f9-2def-48b0-bb38-a6d8797d4272', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d458f9-2def-48b0-bb38-a6d8797d4272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:28,137 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:28,138 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dffbf86e-1d5d-4724-a957-e7b6c6858b8c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dffbf86e-1d5d-4724-a957-e7b6c6858b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:29,192 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:42:29,193 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0360b0-e4ce-4355-928a-6120e35e09a9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0360b0-e4ce-4355-928a-6120e35e09a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:30,244 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:30,245 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21b249e-e64d-4899-aabc-66b648fd622a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21b249e-e64d-4899-aabc-66b648fd622a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:31,299 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:42:31,299 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e664c547-df2d-4471-8a37-ff520f4ef480', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e664c547-df2d-4471-8a37-ff520f4ef480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:32,351 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:32,352 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415b159a-fc5c-400b-ac54-22d79866e07c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415b159a-fc5c-400b-ac54-22d79866e07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:33,405 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:33,405 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e116b2b5-1f33-4fb9-9dfb-d2a0dafa64da', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e116b2b5-1f33-4fb9-9dfb-d2a0dafa64da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:34,458 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:34,458 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8ee3fb-3ec5-4334-bada-3f3fb0e77b72', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8ee3fb-3ec5-4334-bada-3f3fb0e77b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:35,512 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:35,512 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb72bf28-1a5a-4a9f-adff-830985ec46b1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb72bf28-1a5a-4a9f-adff-830985ec46b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:36,566 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:42:36,566 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54881104-a660-4d39-85f6-bc67b149e1ff', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54881104-a660-4d39-85f6-bc67b149e1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:37,620 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:37,620 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92cc27a2-1a65-493d-8ba3-3f1c84f90870', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92cc27a2-1a65-493d-8ba3-3f1c84f90870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:38,673 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:38,673 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9849c3b-142e-462b-b3bd-228f6be529dc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9849c3b-142e-462b-b3bd-228f6be529dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:39,729 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:39,729 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0b334e-4a1a-4ed4-918f-309ad41438e7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0b334e-4a1a-4ed4-918f-309ad41438e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:40,782 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:40,782 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b6fe00-bb8d-4996-952e-8bb19832f281', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b6fe00-bb8d-4996-952e-8bb19832f281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:41,835 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:41,835 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac136e9-478d-403c-981b-d00cb00de98e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac136e9-478d-403c-981b-d00cb00de98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:42,887 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:42,887 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c06cc176-bd0a-4203-92a2-8cd4ba1c38ba', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c06cc176-bd0a-4203-92a2-8cd4ba1c38ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:43,939 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:43,939 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce133ce0-13fb-44db-b139-cafd1a176f50', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce133ce0-13fb-44db-b139-cafd1a176f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:44,991 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:44,991 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-983846f9-571e-402b-a488-674de4e05bfb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-983846f9-571e-402b-a488-674de4e05bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:46,049 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:42:46,049 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e635b9c-ba5b-45cc-830f-fe2af99ae13e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e635b9c-ba5b-45cc-830f-fe2af99ae13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:47,101 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:47,102 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53a672a-0f40-4895-84c9-b0b106f4da03', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53a672a-0f40-4895-84c9-b0b106f4da03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:48,154 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:48,154 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8435b9d-9f1b-4b14-9c66-082cfd6da6ca', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8435b9d-9f1b-4b14-9c66-082cfd6da6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:49,207 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:49,207 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89b3f3b-d39c-44ea-afaa-0f3ef5762c9a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89b3f3b-d39c-44ea-afaa-0f3ef5762c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:50,259 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:42:50,260 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7acab5cc-e28a-4969-93ea-d88f6c196422', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7acab5cc-e28a-4969-93ea-d88f6c196422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:51,311 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:42:51,311 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a47ba1-2571-4d06-9b0e-873830ad8a9f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a47ba1-2571-4d06-9b0e-873830ad8a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:52,363 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:52,363 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-202c14e8-be4c-4de1-9800-48faec39c1c0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-202c14e8-be4c-4de1-9800-48faec39c1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:53,414 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:42:53,415 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c17df437-60e0-4705-b0e0-dc14debc52c5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c17df437-60e0-4705-b0e0-dc14debc52c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:54,467 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:54,467 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ee0508-49be-4858-b95c-577d7d2129e6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ee0508-49be-4858-b95c-577d7d2129e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:55,520 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:42:55,521 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ca5bd7-3cc9-411a-9bca-faa0058fd868', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ca5bd7-3cc9-411a-9bca-faa0058fd868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:56,573 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:56,573 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d395e3b-3f75-47d9-9c34-aed4d86abba2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d395e3b-3f75-47d9-9c34-aed4d86abba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:57,633 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:42:57,634 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885b0e33-af7b-45c9-bb61-5e0f207309eb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885b0e33-af7b-45c9-bb61-5e0f207309eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:58,686 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:42:58,686 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5fadeb-f505-4cfe-bdcf-df3afab7a62c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5fadeb-f505-4cfe-bdcf-df3afab7a62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:42:59,746 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:42:59,747 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3113826-ace6-4e57-b877-dcae0834e966', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3113826-ace6-4e57-b877-dcae0834e966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:00,800 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:00,800 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08b2fe2-106c-4a09-9f7c-062bcf8a2d84', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08b2fe2-106c-4a09-9f7c-062bcf8a2d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:01,852 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:43:01,853 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d651a87c-20bf-464f-ae73-f0be70587b57', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d651a87c-20bf-464f-ae73-f0be70587b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:02,904 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:43:02,904 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc4b694a-3d35-43f3-8951-ca0a588df291', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc4b694a-3d35-43f3-8951-ca0a588df291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:03,956 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:03,956 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e5cef94-8028-4405-902f-69be72e1d656', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e5cef94-8028-4405-902f-69be72e1d656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:05,009 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:05,009 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c11f66b-0b63-47bb-8316-cb7f8c9245a5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c11f66b-0b63-47bb-8316-cb7f8c9245a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:06,062 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:06,062 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624780b7-4c1b-4649-ae4e-84f5553574d3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624780b7-4c1b-4649-ae4e-84f5553574d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:07,113 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:43:07,114 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46366d8c-ffe8-47ba-a41e-1e05e4b38ae7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46366d8c-ffe8-47ba-a41e-1e05e4b38ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:08,166 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:08,167 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1273c9-9559-4e58-b6eb-696c564f4687', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1273c9-9559-4e58-b6eb-696c564f4687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:09,219 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:09,219 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a5321f-fe08-442b-be5b-c8c4590e264e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a5321f-fe08-442b-be5b-c8c4590e264e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:10,272 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:10,273 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e079ab6d-ee3c-4b2b-9a37-73df981813b7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e079ab6d-ee3c-4b2b-9a37-73df981813b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:11,336 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.054s 2021-08-10 15:43:11,336 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477b6c51-ed31-4ddf-934f-873596b3efdf', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477b6c51-ed31-4ddf-934f-873596b3efdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:12,394 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:43:12,394 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4d89f1-1d71-41c4-90fd-73b3922e2724', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4d89f1-1d71-41c4-90fd-73b3922e2724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:13,454 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:43:13,455 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a640c2-4e2e-4b03-a0e7-e390711f5ef5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a640c2-4e2e-4b03-a0e7-e390711f5ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:14,513 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:43:14,514 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a361255b-2492-4184-aabf-cd80a90ccf68', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a361255b-2492-4184-aabf-cd80a90ccf68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:15,567 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:43:15,567 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f2bc4d5-55e7-4e85-b00d-eb92633eee7a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f2bc4d5-55e7-4e85-b00d-eb92633eee7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:16,629 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.053s 2021-08-10 15:43:16,629 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85f3416-89ee-469d-a4d3-49188041804d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85f3416-89ee-469d-a4d3-49188041804d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:17,682 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:17,683 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272786d5-b636-47d7-be37-51c05a8acaf6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272786d5-b636-47d7-be37-51c05a8acaf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:18,736 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:18,736 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ed1799-90e0-4e07-9bc9-18739fe69d81', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ed1799-90e0-4e07-9bc9-18739fe69d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:19,790 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:19,790 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bde524e-4f0c-414c-b263-b914bb302c72', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bde524e-4f0c-414c-b263-b914bb302c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:20,842 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:20,843 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d49470d-4191-44a2-a2c0-5de523168cab', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d49470d-4191-44a2-a2c0-5de523168cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:21,896 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:21,896 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b592523f-829a-4feb-bee5-fccc20c76ba5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b592523f-829a-4feb-bee5-fccc20c76ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:22,948 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:22,949 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebe1141f-1b29-4aa1-88d9-3c39a5ec1648', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebe1141f-1b29-4aa1-88d9-3c39a5ec1648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:24,004 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:43:24,005 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac22a980-50c6-45e2-9fe8-22076437e0c4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac22a980-50c6-45e2-9fe8-22076437e0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:25,059 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:43:25,059 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d875c7-2584-4683-b642-b765016ec17d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d875c7-2584-4683-b642-b765016ec17d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:26,116 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:43:26,116 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35de484-5bb5-4402-b231-12b182802266', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35de484-5bb5-4402-b231-12b182802266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:27,169 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:27,169 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71039d1-991f-41c6-bc64-3203fa77def7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71039d1-991f-41c6-bc64-3203fa77def7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:28,235 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.058s 2021-08-10 15:43:28,236 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22fe3bac-c1a3-4559-a5c7-be71960a08ef', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22fe3bac-c1a3-4559-a5c7-be71960a08ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:29,289 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:29,289 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271cebfb-54a3-4fea-8e73-bdae36f58f0f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271cebfb-54a3-4fea-8e73-bdae36f58f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:30,342 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:30,342 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1476c121-9cb3-4ef1-8233-18efa2db93f5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1476c121-9cb3-4ef1-8233-18efa2db93f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:31,399 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:43:31,400 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0192a72a-e56a-4da4-b5eb-867cfef551f9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0192a72a-e56a-4da4-b5eb-867cfef551f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:32,479 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.072s 2021-08-10 15:43:32,480 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ed482b-c30a-4804-8cd9-10c9083f5760', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ed482b-c30a-4804-8cd9-10c9083f5760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:33,535 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:43:33,535 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49968e0d-14f6-4555-b34c-388b7627c084', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49968e0d-14f6-4555-b34c-388b7627c084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:34,587 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:34,588 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96644f99-0556-48ce-89ac-72dfdca48d85', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96644f99-0556-48ce-89ac-72dfdca48d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:35,645 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:43:35,646 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba447222-d7ab-4c9a-bcbd-38b9f58b5599', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba447222-d7ab-4c9a-bcbd-38b9f58b5599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:36,697 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:43:36,698 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c400382-0fae-427e-b3b1-96e6f4592421', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c400382-0fae-427e-b3b1-96e6f4592421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:37,749 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:37,749 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52be1243-bc08-44ae-abb0-b9fd6ba80f57', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52be1243-bc08-44ae-abb0-b9fd6ba80f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:38,801 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:38,802 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a4a82b5-c071-4f5c-97a0-b0002ed1a3e7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a4a82b5-c071-4f5c-97a0-b0002ed1a3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:39,858 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:43:39,858 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5271ee8-3f4d-460a-b81a-763cc215974c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5271ee8-3f4d-460a-b81a-763cc215974c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:40,912 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:43:40,912 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5752e50d-93ea-4269-be17-d63be6879c33', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5752e50d-93ea-4269-be17-d63be6879c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:41,970 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:43:41,971 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3738a870-bcd6-4ec8-9c53-2f47298e9399', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3738a870-bcd6-4ec8-9c53-2f47298e9399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:43,025 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:43:43,026 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0abd8a-50b2-455b-a229-2ccfd747abe8', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0abd8a-50b2-455b-a229-2ccfd747abe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:44,081 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:43:44,081 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d8b88f5-66c4-45ab-b0df-6a65a3378f35', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d8b88f5-66c4-45ab-b0df-6a65a3378f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:45,138 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:43:45,139 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b049bfff-7c26-4d99-9dae-4ae39ac193a5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b049bfff-7c26-4d99-9dae-4ae39ac193a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:46,194 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:43:46,194 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73d5b279-d934-44a0-b032-a40483e2db1e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73d5b279-d934-44a0-b032-a40483e2db1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:47,305 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.103s 2021-08-10 15:43:47,306 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28936e4-45f5-44bc-8c7c-53f8e41b8824', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28936e4-45f5-44bc-8c7c-53f8e41b8824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:48,360 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:43:48,361 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a4059d-c4e0-46a4-bead-6577be055025', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a4059d-c4e0-46a4-bead-6577be055025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:49,414 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:49,414 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a5d78ec-064e-421f-9d72-230cc0ac2431', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a5d78ec-064e-421f-9d72-230cc0ac2431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:50,470 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:43:50,470 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb10f931-1907-4477-ba83-132fa44f669f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb10f931-1907-4477-ba83-132fa44f669f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:51,529 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:43:51,529 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19216113-78bf-4f1d-9e3e-baa655b7aacc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19216113-78bf-4f1d-9e3e-baa655b7aacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:52,582 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:43:52,583 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a02a9f0-7027-4ac6-9940-14a07275dd71', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a02a9f0-7027-4ac6-9940-14a07275dd71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:53,636 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:53,637 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6d731b-3e58-4b88-b41c-3533bbb68fc3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6d731b-3e58-4b88-b41c-3533bbb68fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:54,690 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:43:54,691 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f0630b7-ef62-4001-9a93-8f9305df3c5f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f0630b7-ef62-4001-9a93-8f9305df3c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:55,748 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:43:55,748 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af31bc56-e986-45d7-aaab-6bbc2aa49a8c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af31bc56-e986-45d7-aaab-6bbc2aa49a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:56,807 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:43:56,808 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b2d573-897b-41db-899c-5d4a9b76983b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b2d573-897b-41db-899c-5d4a9b76983b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:57,871 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.055s 2021-08-10 15:43:57,871 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f31bda58-d18d-4e85-9dac-7cdb352c4793', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f31bda58-d18d-4e85-9dac-7cdb352c4793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:58,924 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:43:58,924 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22f5b52-4992-44d0-9cfa-8b94e83b7ff6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22f5b52-4992-44d0-9cfa-8b94e83b7ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:43:59,976 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:43:59,976 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f89cba-8d30-46f2-93d7-520303e7cbf4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f89cba-8d30-46f2-93d7-520303e7cbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:01,030 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:01,030 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e802430e-3f68-477b-92f2-e6c19ad809da', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e802430e-3f68-477b-92f2-e6c19ad809da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:02,082 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:02,083 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e1b3cfc-241c-48d6-9ffa-c1bdf32299c5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e1b3cfc-241c-48d6-9ffa-c1bdf32299c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:03,138 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:44:03,139 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b08719f0-c99f-41d2-a827-a32309673c9b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b08719f0-c99f-41d2-a827-a32309673c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:04,202 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.056s 2021-08-10 15:44:04,203 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9376e5b4-a3ee-4d8b-ab8c-17e883981ca0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9376e5b4-a3ee-4d8b-ab8c-17e883981ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:05,254 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:05,254 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f61399-a869-437f-b2d5-72789719c76b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f61399-a869-437f-b2d5-72789719c76b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:06,306 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:44:06,306 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d59204f8-998c-4bc3-8a07-340c10cacd35', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d59204f8-998c-4bc3-8a07-340c10cacd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:07,359 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:07,359 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e946697e-0d70-4bd0-b911-37026f21e063', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e946697e-0d70-4bd0-b911-37026f21e063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:08,423 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.056s 2021-08-10 15:44:08,424 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3724b0b-d4c0-4a90-8ebb-fc759012650e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3724b0b-d4c0-4a90-8ebb-fc759012650e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:09,476 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:09,476 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0499f6eb-ca76-4624-b568-2e41d85d5258', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0499f6eb-ca76-4624-b568-2e41d85d5258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:10,529 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:44:10,530 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4c3590-883e-4481-a86a-d662ee4134e9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4c3590-883e-4481-a86a-d662ee4134e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:11,581 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:11,581 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00df3d2a-e767-4b8f-a3d4-e0ecd124d8e9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00df3d2a-e767-4b8f-a3d4-e0ecd124d8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:12,636 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:44:12,636 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed79fe06-2082-4e21-b0bd-e69601a1cdd1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed79fe06-2082-4e21-b0bd-e69601a1cdd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:13,691 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:13,691 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d6fd05-94d6-4db3-a8a7-5cb40981ac45', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d6fd05-94d6-4db3-a8a7-5cb40981ac45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:14,748 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:44:14,748 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbecae79-e4fb-40de-bc29-dedff1d10021', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbecae79-e4fb-40de-bc29-dedff1d10021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:15,806 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:44:15,806 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f91f887c-48af-4ba2-8782-618441e84922', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f91f887c-48af-4ba2-8782-618441e84922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:16,861 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:44:16,861 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cfda3d-5fad-467b-9af8-a3ad728f250a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cfda3d-5fad-467b-9af8-a3ad728f250a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:17,921 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:44:17,922 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b85643a-1a86-4df7-8f7f-887c18c79f27', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b85643a-1a86-4df7-8f7f-887c18c79f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:18,973 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:18,974 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61997a05-b17d-4fc3-b5cf-79ab8723d239', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61997a05-b17d-4fc3-b5cf-79ab8723d239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:20,026 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:20,027 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97b5ce2-ce2e-4c84-beb4-10214e189346', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97b5ce2-ce2e-4c84-beb4-10214e189346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:21,081 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:21,082 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7822ad6-082c-4914-b3d3-180b8ae659c7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7822ad6-082c-4914-b3d3-180b8ae659c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:22,137 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:44:22,137 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e4cc263-eed9-4639-9ead-5d6744cf8ee3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e4cc263-eed9-4639-9ead-5d6744cf8ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:23,192 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:23,193 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009b7454-75bf-4001-a174-6c99d88e142d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009b7454-75bf-4001-a174-6c99d88e142d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:24,246 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:24,247 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6824598e-ae06-4ab3-bedc-d805de2fbb9f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6824598e-ae06-4ab3-bedc-d805de2fbb9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:25,299 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:25,300 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec41331-9eee-4b0c-b52e-090a91176172', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec41331-9eee-4b0c-b52e-090a91176172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:26,354 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:26,355 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981a7412-84fd-455c-960d-e9b65f5ee9f6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981a7412-84fd-455c-960d-e9b65f5ee9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:27,414 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:44:27,414 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dbfcef3-cf12-4b93-be50-3ab579a56b7d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dbfcef3-cf12-4b93-be50-3ab579a56b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:28,487 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.065s 2021-08-10 15:44:28,488 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e157c6-a722-4688-8735-48dc786e1972', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e157c6-a722-4688-8735-48dc786e1972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:29,539 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:44:29,539 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7974ad4d-725c-4840-9dc5-0b26c1453970', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7974ad4d-725c-4840-9dc5-0b26c1453970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:30,591 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:30,592 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34897362-791f-4f99-84bf-017c0facd6b0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34897362-791f-4f99-84bf-017c0facd6b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:31,643 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:44:31,643 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a053ed-2145-4c89-9cf2-a46ce02b873a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a053ed-2145-4c89-9cf2-a46ce02b873a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:32,695 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:44:32,695 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4344e75f-c673-4d95-94c6-8ad0ebc00fe3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4344e75f-c673-4d95-94c6-8ad0ebc00fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:33,747 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:44:33,747 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c8d93e-b43a-4217-bf89-d411c81d6326', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c8d93e-b43a-4217-bf89-d411c81d6326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:34,800 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:34,800 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-781d618a-6040-4970-b9f1-370fae10a226', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-781d618a-6040-4970-b9f1-370fae10a226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:35,856 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:44:35,857 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-474b94e6-4568-4a49-a2f4-250da62b03cb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-474b94e6-4568-4a49-a2f4-250da62b03cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:36,910 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:36,910 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a485d0-b560-452a-b151-349462da82d1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a485d0-b560-452a-b151-349462da82d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:37,966 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:44:37,966 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2787f381-f849-45fa-9411-64645d992eac', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2787f381-f849-45fa-9411-64645d992eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:39,023 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:44:39,024 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5253a0-c04d-4a62-862a-f0c9dbae36ba', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5253a0-c04d-4a62-862a-f0c9dbae36ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:40,080 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:40,080 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b97d8a7-aca7-4fe8-a3d1-332ccca4a1fa', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b97d8a7-aca7-4fe8-a3d1-332ccca4a1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:41,133 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:41,133 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a50cb6b0-4657-45e8-8d89-e23a506e50d1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a50cb6b0-4657-45e8-8d89-e23a506e50d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:42,186 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:42,186 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4883776-3f61-4c88-8105-20ea6439cc9e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4883776-3f61-4c88-8105-20ea6439cc9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:43,244 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:44:43,245 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0e48dd-4449-4154-8d66-7ad5fab1a2df', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0e48dd-4449-4154-8d66-7ad5fab1a2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:44,300 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:44,300 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e04e1b4-5a13-4707-aff8-3e6f548ab6f4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e04e1b4-5a13-4707-aff8-3e6f548ab6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:45,355 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:45,356 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76ecffe9-0acd-4c2a-bd94-f6d7ad2c4d48', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76ecffe9-0acd-4c2a-bd94-f6d7ad2c4d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:46,409 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:46,410 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d0d20a-84c4-43f6-9f7b-8a2870b0da0b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d0d20a-84c4-43f6-9f7b-8a2870b0da0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:47,465 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:47,465 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c754b55f-bd60-4519-8400-25eed6686b23', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c754b55f-bd60-4519-8400-25eed6686b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:48,535 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.062s 2021-08-10 15:44:48,535 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-808cbab7-d9eb-4f73-9edd-87128053834c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-808cbab7-d9eb-4f73-9edd-87128053834c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:49,587 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:44:49,587 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c9f7d7-d148-4a25-9d7d-6507d862ebd5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c9f7d7-d148-4a25-9d7d-6507d862ebd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:50,640 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:44:50,640 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72d2b63-87c6-4878-919d-85090a0c0ca0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72d2b63-87c6-4878-919d-85090a0c0ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:51,692 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:51,692 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24bd8c1f-1698-41fa-a8b6-f6acd4fa24a1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24bd8c1f-1698-41fa-a8b6-f6acd4fa24a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:52,748 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:44:52,748 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe59e7d-2373-4ca4-80fa-3275940ba2b1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe59e7d-2373-4ca4-80fa-3275940ba2b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:53,801 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:53,801 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8fe4e2c-80cd-400d-a74b-67c2ba8379e3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8fe4e2c-80cd-400d-a74b-67c2ba8379e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:54,855 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:44:54,856 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d93805-0faf-435e-a889-0de53b95f4b5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d93805-0faf-435e-a889-0de53b95f4b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:55,911 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:44:55,912 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ebd29f-eb8c-408f-a8e8-de4e3dfcb65b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ebd29f-eb8c-408f-a8e8-de4e3dfcb65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:56,966 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:44:56,967 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54a2309d-7c9f-4eca-a02d-1cc1b80efa1e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54a2309d-7c9f-4eca-a02d-1cc1b80efa1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:58,030 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.055s 2021-08-10 15:44:58,030 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b15d1e-da44-43bd-af42-479653ba010f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b15d1e-da44-43bd-af42-479653ba010f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:44:59,086 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:44:59,086 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a043ba12-ce0c-41e0-8187-6139c04a9e6c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a043ba12-ce0c-41e0-8187-6139c04a9e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:00,139 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:45:00,139 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ee4569-d9f1-4108-b2c0-4c8f511e167e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ee4569-d9f1-4108-b2c0-4c8f511e167e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:01,190 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:45:01,191 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e6aabe-dc98-4cf7-aff9-91f03e0c63e2', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e6aabe-dc98-4cf7-aff9-91f03e0c63e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:02,242 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:02,243 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8249ce67-1504-46c2-8c7c-3316c691cdf9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8249ce67-1504-46c2-8c7c-3316c691cdf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:03,296 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:03,296 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24266869-d691-44d7-99e3-12bc291e159c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24266869-d691-44d7-99e3-12bc291e159c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:04,352 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:45:04,352 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e155f8-7885-48ef-b520-d476e7f7980b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e155f8-7885-48ef-b520-d476e7f7980b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:05,409 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:45:05,409 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1ffc01-f34a-42e6-9a1f-3f58e73d4ad6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1ffc01-f34a-42e6-9a1f-3f58e73d4ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:06,464 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:45:06,465 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7478de92-410a-469d-8589-8d4b296930d9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7478de92-410a-469d-8589-8d4b296930d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:07,519 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:45:07,519 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ba3cfb-a6f8-4534-8c79-f05ca6e3d768', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ba3cfb-a6f8-4534-8c79-f05ca6e3d768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:08,578 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:45:08,578 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e092cc7-3824-4d69-beee-3273268ac252', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e092cc7-3824-4d69-beee-3273268ac252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:09,631 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:09,631 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a6c31f-2587-43e3-8ca1-c0606080b293', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a6c31f-2587-43e3-8ca1-c0606080b293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:10,701 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.061s 2021-08-10 15:45:10,702 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09d6938-8a56-4d02-a52c-22a985d441b5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09d6938-8a56-4d02-a52c-22a985d441b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:11,758 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:45:11,758 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b25bc86-ed03-4aac-a7d8-37b65ae91cb3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b25bc86-ed03-4aac-a7d8-37b65ae91cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:12,810 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:12,810 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae6a7f64-ca7d-4282-adb6-9bd09f367700', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae6a7f64-ca7d-4282-adb6-9bd09f367700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:13,862 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:45:13,862 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b2e2b42-7123-4976-92f2-3e49441af53e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b2e2b42-7123-4976-92f2-3e49441af53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:14,912 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:45:14,913 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93c7487c-debb-4307-b6e8-3f42f3e53007', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93c7487c-debb-4307-b6e8-3f42f3e53007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:15,966 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:15,966 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6de318-b3de-4781-b69d-6cdd317fb1ce', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e6de318-b3de-4781-b69d-6cdd317fb1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:17,018 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:17,018 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b70c1d59-44d7-4ef5-8394-780361119b30', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b70c1d59-44d7-4ef5-8394-780361119b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:18,079 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:45:18,079 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d90e267b-740a-43bc-9714-75934f3f077b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d90e267b-740a-43bc-9714-75934f3f077b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:19,132 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:19,132 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd07f60-cc1f-437f-b92f-088b60823ae8', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd07f60-cc1f-437f-b92f-088b60823ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:20,185 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:20,185 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad6e21c1-b272-4926-a014-f4b3d7b6b63a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad6e21c1-b272-4926-a014-f4b3d7b6b63a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:21,241 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:45:21,241 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8df0cb6-e420-4597-b35c-a23719efd6bb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8df0cb6-e420-4597-b35c-a23719efd6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:22,294 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:22,295 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6120d6d-510a-441c-bd36-6c549030fff7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6120d6d-510a-441c-bd36-6c549030fff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:23,349 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:45:23,350 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c57bb2-20ff-4b37-a987-aebcbc589b21', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c57bb2-20ff-4b37-a987-aebcbc589b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:24,414 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.056s 2021-08-10 15:45:24,415 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb126ae-8076-43df-b110-bbbf36d604d0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb126ae-8076-43df-b110-bbbf36d604d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:25,468 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:25,468 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7076dc74-ec10-4ef5-9a59-ebd69aece6e0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7076dc74-ec10-4ef5-9a59-ebd69aece6e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:26,521 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:26,521 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ada140-a43a-47df-915d-9f587759616d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ada140-a43a-47df-915d-9f587759616d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:27,573 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:27,573 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1633251e-59d0-4926-9c30-d70b0af4dff0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1633251e-59d0-4926-9c30-d70b0af4dff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:28,630 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:45:28,631 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24117805-1e9d-44b7-b52a-1a51e38a7b95', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24117805-1e9d-44b7-b52a-1a51e38a7b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:29,686 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:45:29,686 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd62dcf-14a8-43be-86eb-f90097a1b67e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd62dcf-14a8-43be-86eb-f90097a1b67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:30,751 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.058s 2021-08-10 15:45:30,752 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4337b18-e1cb-4d5f-bb67-8194da2bf11d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4337b18-e1cb-4d5f-bb67-8194da2bf11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:31,805 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:45:31,805 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e60ce16-5e6d-4793-8853-a07b5454ffbe', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e60ce16-5e6d-4793-8853-a07b5454ffbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:32,863 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:45:32,863 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99972f31-c6d9-4cb9-8ff1-82a479b482f3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99972f31-c6d9-4cb9-8ff1-82a479b482f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:33,915 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:33,916 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-121b5cce-ebcd-4a06-b9db-70614253d40a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-121b5cce-ebcd-4a06-b9db-70614253d40a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:34,976 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:45:34,976 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54916c7a-9524-4fcc-95fe-58b19a8b36de', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54916c7a-9524-4fcc-95fe-58b19a8b36de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:36,037 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:45:36,037 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c224b99-9e20-4725-8fce-038cc1db4cdc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c224b99-9e20-4725-8fce-038cc1db4cdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:37,089 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:37,089 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecde676c-1c56-4681-9f06-7c47beac216b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecde676c-1c56-4681-9f06-7c47beac216b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:38,141 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:38,141 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f81ef243-123c-4e66-808a-0964f7858aae', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f81ef243-123c-4e66-808a-0964f7858aae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:39,193 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:45:39,193 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ee622c-3ba1-476c-97f3-9005093c3ec4', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ee622c-3ba1-476c-97f3-9005093c3ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:40,247 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:40,248 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5d3ca5-cd4f-4699-9a52-1f28dfefbb07', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5d3ca5-cd4f-4699-9a52-1f28dfefbb07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:41,307 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:45:41,307 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b412bd36-b259-4ca6-b99a-8fe85f9836b3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b412bd36-b259-4ca6-b99a-8fe85f9836b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:42,366 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:45:42,367 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72394e38-b0a4-46f2-b664-cfe156506842', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72394e38-b0a4-46f2-b664-cfe156506842', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:43,422 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:45:43,423 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032e65c3-62ee-4c04-8f10-3bc6325b84f6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032e65c3-62ee-4c04-8f10-3bc6325b84f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:44,476 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:45:44,477 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a067c1c8-17f9-455c-86f8-c6f3ba015499', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a067c1c8-17f9-455c-86f8-c6f3ba015499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:45,532 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:45:45,533 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365df473-735a-4153-994a-6c6e8d5a28fb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365df473-735a-4153-994a-6c6e8d5a28fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:46,583 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.043s 2021-08-10 15:45:46,583 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f787fc1-256a-487e-ae56-3e461452e701', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f787fc1-256a-487e-ae56-3e461452e701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:47,638 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:45:47,638 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab9c77f-4a06-4a17-8492-6cfb53bdc20d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab9c77f-4a06-4a17-8492-6cfb53bdc20d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:48,695 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:45:48,696 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcf009c5-5191-4c44-aaef-fe2a1cfdbb32', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcf009c5-5191-4c44-aaef-fe2a1cfdbb32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:49,749 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:49,749 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4226770-5dde-4666-a1af-6330835285a1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4226770-5dde-4666-a1af-6330835285a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:50,807 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:45:50,808 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f60d424-55e8-4dcf-a279-5b81f27198f9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f60d424-55e8-4dcf-a279-5b81f27198f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:51,860 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:51,861 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4980c0f9-3f95-4105-9962-a6731160f3ca', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4980c0f9-3f95-4105-9962-a6731160f3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:52,913 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:52,914 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a391a13-5bcf-44d2-a1a3-412a6eaffa73', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a391a13-5bcf-44d2-a1a3-412a6eaffa73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:53,965 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:53,965 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b16bcc-3de4-4250-a998-2c64c67b221f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b16bcc-3de4-4250-a998-2c64c67b221f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:55,024 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:45:55,024 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c59524f-2869-462a-84ea-d56e0921384f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c59524f-2869-462a-84ea-d56e0921384f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:56,080 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:56,080 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ca32d6-7dca-4b2e-868d-89d8b763ecde', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ca32d6-7dca-4b2e-868d-89d8b763ecde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:57,132 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:45:57,132 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c40b90b-be5c-49fd-8338-e1244f91abbf', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c40b90b-be5c-49fd-8338-e1244f91abbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:58,186 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:45:58,187 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8490c55d-0819-4938-9b38-e4733c1dbc4f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8490c55d-0819-4938-9b38-e4733c1dbc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:45:59,241 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:45:59,242 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac31c8a-7c6b-47df-973d-56e771f1859a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac31c8a-7c6b-47df-973d-56e771f1859a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:00,295 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:00,296 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db361a4-a225-414c-b549-f9454ee42289', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db361a4-a225-414c-b549-f9454ee42289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:01,358 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.054s 2021-08-10 15:46:01,359 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f4b4844-ad5c-4402-90c4-ddf4b6116ffc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f4b4844-ad5c-4402-90c4-ddf4b6116ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:02,411 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:02,412 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1892d6a1-ed89-4983-929d-422a6d695a3a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1892d6a1-ed89-4983-929d-422a6d695a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:03,466 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:03,466 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c440b9a-1c2a-444e-8870-a59f4bbd2916', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c440b9a-1c2a-444e-8870-a59f4bbd2916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:04,520 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:04,520 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1fc6e0d-2d60-450d-b83d-7b380ac8f4d0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1fc6e0d-2d60-450d-b83d-7b380ac8f4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:05,574 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:05,574 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1eaf62c-b2b9-4475-a249-82a7675de6a7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1eaf62c-b2b9-4475-a249-82a7675de6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:06,627 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:06,628 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6054d34-2ac5-4187-b968-0b2ec1219269', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6054d34-2ac5-4187-b968-0b2ec1219269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:07,681 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:07,682 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b3e32e-d50f-477e-8c9e-0b4989772c08', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b3e32e-d50f-477e-8c9e-0b4989772c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:08,734 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:08,735 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b37a801e-6b55-4861-9dd2-7e7f4cb1a89c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b37a801e-6b55-4861-9dd2-7e7f4cb1a89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:09,788 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:09,788 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56194595-1495-4ca6-a36f-2283d0da47d3', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56194595-1495-4ca6-a36f-2283d0da47d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:10,842 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:10,844 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb5e2ee6-e8d0-4770-a45b-c0e497547f00', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb5e2ee6-e8d0-4770-a45b-c0e497547f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:11,900 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:46:11,900 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87bb3823-5cf6-4455-bf25-7de6b3111fad', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87bb3823-5cf6-4455-bf25-7de6b3111fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:12,954 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:12,954 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d25a706f-70e2-4c1f-b423-2c68e6a4246d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d25a706f-70e2-4c1f-b423-2c68e6a4246d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:14,006 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:14,007 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022361fb-3159-40c3-a0eb-4b32b4c0dc77', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022361fb-3159-40c3-a0eb-4b32b4c0dc77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:15,058 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:15,058 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55233d97-4dc6-4eed-affe-cf032cd28f6d', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55233d97-4dc6-4eed-affe-cf032cd28f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:16,112 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:16,112 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dbad6c1-a9d5-43e4-8b2f-88ef8085bacb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dbad6c1-a9d5-43e4-8b2f-88ef8085bacb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:17,164 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:17,164 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e868b648-faff-4010-832d-045697e77bb5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e868b648-faff-4010-832d-045697e77bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:18,222 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:46:18,222 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3040da26-5468-4198-833e-f5056dd5092a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3040da26-5468-4198-833e-f5056dd5092a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:19,275 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:19,275 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014ddb83-6845-46e8-ad13-399696e27ae0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014ddb83-6845-46e8-ad13-399696e27ae0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:20,329 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:20,329 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4036ddb4-60c4-43d2-b8bd-e613b0d33a3a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4036ddb4-60c4-43d2-b8bd-e613b0d33a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:21,382 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:21,382 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0019450e-ca31-4655-a991-04b804b5ef28', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0019450e-ca31-4655-a991-04b804b5ef28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:22,437 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:46:22,437 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e80b5b-7b28-4e78-987a-28c26e0da36e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e80b5b-7b28-4e78-987a-28c26e0da36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:23,492 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:46:23,492 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13bfc93-b71d-491c-9733-61a8d9097bb7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13bfc93-b71d-491c-9733-61a8d9097bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:24,543 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.044s 2021-08-10 15:46:24,544 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8f9ff4-42cd-4384-8823-152ab8d359df', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8f9ff4-42cd-4384-8823-152ab8d359df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:25,599 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:25,599 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d2dc95-8433-4715-bb95-ef8f86b93268', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d2dc95-8433-4715-bb95-ef8f86b93268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:26,652 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:26,653 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28293642-7130-4aab-b99a-8c8e5a357ca0', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28293642-7130-4aab-b99a-8c8e5a357ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:27,705 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:27,706 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8981f6-fb57-42b4-9848-452b4c74169e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8981f6-fb57-42b4-9848-452b4c74169e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:28,758 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:28,759 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ff7f08-2793-4271-9960-6dffad1195f6', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ff7f08-2793-4271-9960-6dffad1195f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:29,814 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:29,814 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84e116c-2bb3-4067-ac4b-56f638ad765c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84e116c-2bb3-4067-ac4b-56f638ad765c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:30,868 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:30,868 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1773cb-ad89-40bf-8975-5efa2df6a317', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1773cb-ad89-40bf-8975-5efa2df6a317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:31,923 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:31,923 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9ae42f-397c-4741-823a-cf695b8ce97b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9ae42f-397c-4741-823a-cf695b8ce97b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:32,994 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.063s 2021-08-10 15:46:32,994 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0817b5e2-e787-4e33-9d81-48db3556d5aa', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0817b5e2-e787-4e33-9d81-48db3556d5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:34,048 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:34,049 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7279ccc-fe92-4e9b-b2ba-2861757d3700', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7279ccc-fe92-4e9b-b2ba-2861757d3700', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:35,105 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:46:35,105 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11fdf3e-4df6-4def-8e44-b96f158e9747', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11fdf3e-4df6-4def-8e44-b96f158e9747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:36,161 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:46:36,162 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91795249-e6d6-4127-85cd-b59e47275dce', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91795249-e6d6-4127-85cd-b59e47275dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:37,231 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.062s 2021-08-10 15:46:37,232 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f349b57a-fe4c-4fd0-a576-035d5548272b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f349b57a-fe4c-4fd0-a576-035d5548272b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:38,288 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:46:38,288 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9fff05-789a-4c51-97df-22e41caf7d7e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9fff05-789a-4c51-97df-22e41caf7d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:39,344 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:46:39,345 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cbcf07a-b9f5-4fd6-a505-41c417fd5da9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cbcf07a-b9f5-4fd6-a505-41c417fd5da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:40,400 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:46:40,400 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eecd41f2-9934-4a53-af95-238c03fb9312', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eecd41f2-9934-4a53-af95-238c03fb9312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:41,455 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:41,455 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd01481-b094-476c-9b00-b4bcb700708e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dd01481-b094-476c-9b00-b4bcb700708e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:42,512 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:46:42,512 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7ce261-bc24-421d-83f6-44881ab0fa52', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7ce261-bc24-421d-83f6-44881ab0fa52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:43,566 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:43,567 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41d1759-9f08-4876-842e-e270228ccdcb', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41d1759-9f08-4876-842e-e270228ccdcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:44,621 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:46:44,622 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf9df9cc-307d-447c-bc60-1e0f3976ffbd', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9df9cc-307d-447c-bc60-1e0f3976ffbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:45,674 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:45,674 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a74ac4-74e7-4b15-b24b-c2d7b832a8b8', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a74ac4-74e7-4b15-b24b-c2d7b832a8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:46,731 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:46:46,732 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6350a5e-2c82-4d2e-87eb-58e6df923a6c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6350a5e-2c82-4d2e-87eb-58e6df923a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:47,785 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:47,785 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e193bed9-706b-4255-9439-a9757aeb35ac', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e193bed9-706b-4255-9439-a9757aeb35ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:48,838 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:48,838 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be663fa4-a588-412b-a7c9-654eb0e61fd1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be663fa4-a588-412b-a7c9-654eb0e61fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:49,892 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:49,892 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53638ec-d669-491a-b4d3-8a2681787112', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53638ec-d669-491a-b4d3-8a2681787112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:50,946 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:50,946 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b09318e-5a0b-477a-a665-a346d2494409', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b09318e-5a0b-477a-a665-a346d2494409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:52,003 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:52,003 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d21623f-148b-4a1e-aba1-832b7f8812e8', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d21623f-148b-4a1e-aba1-832b7f8812e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:53,057 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:53,057 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e797ccb-3761-4b2c-8a91-57234d12b36e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e797ccb-3761-4b2c-8a91-57234d12b36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:54,115 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:54,115 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91d312cc-b3c1-4dd8-9951-5876aa373f4b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91d312cc-b3c1-4dd8-9951-5876aa373f4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:55,169 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:55,170 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3afd51e9-e62d-4b32-b757-7282384e4858', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3afd51e9-e62d-4b32-b757-7282384e4858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:56,224 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:46:56,224 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-359758bc-d103-4a73-9719-8ba20091ab9e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-359758bc-d103-4a73-9719-8ba20091ab9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:57,284 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:46:57,285 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd4e06f-8535-4303-9e41-90d01583633c', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd4e06f-8535-4303-9e41-90d01583633c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:58,346 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.053s 2021-08-10 15:46:58,346 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea617264-cc99-4685-b0fb-efe66b91512a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea617264-cc99-4685-b0fb-efe66b91512a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:46:59,401 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:46:59,402 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8770cde7-c2b1-4c67-9411-63f2ec442384', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8770cde7-c2b1-4c67-9411-63f2ec442384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:00,460 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.051s 2021-08-10 15:47:00,461 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d599690e-570e-41be-831f-4dd86eb6cdfa', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d599690e-570e-41be-831f-4dd86eb6cdfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:01,518 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.049s 2021-08-10 15:47:01,519 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-209b1689-41bd-4651-aa06-8fd8ee14acef', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209b1689-41bd-4651-aa06-8fd8ee14acef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:02,576 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:47:02,577 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cd6afa7-45fc-43a3-8c23-b3ac602fba1e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cd6afa7-45fc-43a3-8c23-b3ac602fba1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:03,632 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.047s 2021-08-10 15:47:03,632 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcaeb76d-9e2e-432a-a83d-e47fd954d949', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcaeb76d-9e2e-432a-a83d-e47fd954d949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:04,688 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:47:04,689 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c32436f-5ea6-4159-9aad-686482cad6bc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c32436f-5ea6-4159-9aad-686482cad6bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:05,741 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:05,742 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8db1e59-12e7-479a-9a4c-82ba8a814ae1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8db1e59-12e7-479a-9a4c-82ba8a814ae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:06,796 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:06,796 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493c130b-6ece-44a0-b563-830e76584aa1', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493c130b-6ece-44a0-b563-830e76584aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:07,852 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:47:07,852 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0950e02-1187-4f8b-930b-8590f7b67674', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0950e02-1187-4f8b-930b-8590f7b67674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:08,906 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:08,906 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c6fc5ff-819c-4797-9bec-7852ed0bbeba', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c6fc5ff-819c-4797-9bec-7852ed0bbeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:09,960 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:09,960 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35d928c-f54e-4087-8650-05475b92076e', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35d928c-f54e-4087-8650-05475b92076e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:11,013 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:11,014 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6c6505-c1f5-47a8-bb4b-1f9247ac6c39', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6c6505-c1f5-47a8-bb4b-1f9247ac6c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:12,067 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:12,068 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7a25c7-73c8-4f5e-a6fd-8d5afeb7b765', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7a25c7-73c8-4f5e-a6fd-8d5afeb7b765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:13,120 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:13,121 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535a9677-db77-4aa8-b915-6118235eeb7b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535a9677-db77-4aa8-b915-6118235eeb7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:14,180 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.050s 2021-08-10 15:47:14,180 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ccfd8c-697a-446a-a821-6c0429e2aa95', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58ccfd8c-697a-446a-a821-6c0429e2aa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:15,241 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:47:15,241 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c0c52b-b8a4-4af5-9984-fce6468e7631', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c0c52b-b8a4-4af5-9984-fce6468e7631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:16,295 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:16,296 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cbea9e5-f43f-4b6e-9715-bd1748073668', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cbea9e5-f43f-4b6e-9715-bd1748073668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:17,419 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.115s 2021-08-10 15:47:17,420 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dccdca34-2efc-4764-9d43-7b5e7468e90f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dccdca34-2efc-4764-9d43-7b5e7468e90f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:18,480 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.052s 2021-08-10 15:47:18,480 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb0d095-4df4-4c31-bed3-e7212603677a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb0d095-4df4-4c31-bed3-e7212603677a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:19,535 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:19,535 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b99838-db71-4b9f-a8d6-ebd1eced96c5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b99838-db71-4b9f-a8d6-ebd1eced96c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:20,589 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:20,590 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7891820-76e1-4b73-8c86-6a073e2477dc', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7891820-76e1-4b73-8c86-6a073e2477dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:21,642 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:21,643 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adde4ea5-0d60-4c0a-a62c-446d2178eb6a', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adde4ea5-0d60-4c0a-a62c-446d2178eb6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:22,699 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:47:22,699 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1ca013-4659-4fc9-8f65-2f2e056451f9', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1ca013-4659-4fc9-8f65-2f2e056451f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:23,753 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:23,753 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad9d435-6529-4f06-b7cb-b8aafd6a82b5', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad9d435-6529-4f06-b7cb-b8aafd6a82b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:24,806 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:24,806 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab581a42-e037-4563-a2a2-b9e905d94796', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab581a42-e037-4563-a2a2-b9e905d94796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:25,861 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:25,862 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce85ba9e-de9c-4674-899f-912058bcb98b', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce85ba9e-de9c-4674-899f-912058bcb98b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:26,914 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:26,914 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36d8c7c-7ed8-4d04-bb56-4c74bb36a511', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36d8c7c-7ed8-4d04-bb56-4c74bb36a511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:27,968 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:27,969 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355d3109-3348-4c40-99d5-f7f2787b50ca', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355d3109-3348-4c40-99d5-f7f2787b50ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:29,022 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:29,022 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e433b1f8-174f-417c-a4ca-08e3430be843', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e433b1f8-174f-417c-a4ca-08e3430be843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:30,076 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:30,076 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa1b7a1-c6a0-45d7-a14c-0adda3a6339f', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa1b7a1-c6a0-45d7-a14c-0adda3a6339f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:31,133 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.048s 2021-08-10 15:47:31,133 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f29f89f9-f1ef-4fcd-af29-cb8a4f371e29', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f29f89f9-f1ef-4fcd-af29-cb8a4f371e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:32,187 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.045s 2021-08-10 15:47:32,187 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b78ce8-8210-4f04-a7f5-6129a363bd36', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b78ce8-8210-4f04-a7f5-6129a363bd36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:33,241 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:33,242 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982ad381-4f5c-41cb-9a67-ce4591f22094', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982ad381-4f5c-41cb-9a67-ce4591f22094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' 2021-08-10 15:47:34,296 114855 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 0.046s 2021-08-10 15:47:34,296 114855 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1038644-eb9c-42d9-be33-187f2f29d487', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1038644-eb9c-42d9-be33-187f2f29d487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9'} Body: b'{"volume": {"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:28.000000", "updated_at": "2021-08-10T15:35:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1621607748", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/32842db495a14116b8fba94134528a92/volumes/8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9"}], "user_id": "3fe44917f6d44574be54bce48048cd39", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "attachment_id": "ed4e6a18-3c85-4170-982e-6d587701dab3", "volume_id": "8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9", "server_id": "041a48ed-9060-4624-b3a5-d7b43dd10bfe", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:33.000000"}], "os-vol-tenant-attr:tenant_id": "32842db495a14116b8fba94134528a92"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 8759e5e0-0f34-4f53-bfe6-6c3cc57d86d9 failed to detach from server 041a48ed-9060-4624-b3a5-d7b43dd10bfe within the required time (360 s) from the compute API perspective |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft6.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:32:20,995 114841 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-08-10 15:32:20,995 114841 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-08-10 15:32:22,289 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21/compute/v2.1/os-keypairs 1.294s 2021-08-10 15:32:22,290 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1993660263"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-768da5bb-518e-4bdd-9396-c333c54aed47', 'x-compute-request-id': 'req-768da5bb-518e-4bdd-9396-c333c54aed47', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAu0E7JtvK+dXSgdz7E7BguXSZeUkR0xcJbJwyBMIUD3mXG+Ek\\n8+wyqC6PBfwjN28LiKVSFR9lVmCBh08NSwqrlL9PRYSNNX+CJh3wnWzCI8F4BzAg\\n/1/vuB/nSIErZKuzqFnxE0OqZitaQ+v62JFqIHl53UrNRmGXdk9GIm5VGDVO1zr1\\nkl1M4d+Sj0jaWtZaTU3bzzJtKx+rBAzBGRwOvL+wkCoqIgm7trotfQv3MxUtg9W1\\nsIkZkTPf2a45a/SKNl35SYH1gp+18Stow/reSiVyJh0vVNTumxxFG2dySJZpZJR/\\nyacfuX8HMzbIXwSk74sSV5C6UHQXFwFtoz5zlwIDAQABAoIBAQCvt5/FcD2Bwofe\\nuzqVGE872NHoQYxLdPOwCsbZNjJS7zvAur7Nctl6fu5RpHB7pWXCXbiv/509uCP0\\nkFceEy490GSYDLHiAPxlvnS7lYJ8wSFcRWrBmgo+0xlbLXNF7eYSVgxmknnFlGsJ\\nD9l9/r8DKFsWMQp+QDg8mllrF/QcWNY7jwhYr7+34lBAs42wfJ5DDkV64x/sy1vg\\nDk3fxna5G2m8UIxRvn1HLKs1n1rvgLNkBoSnxx1RBre5D0Zh54A0Lb32h23MZ9/h\\nMYHq5NLE9mBu7VwffxeAOCYg5gadNVcgBTWsXzcCeZL/l15+8p2P4YL6rrCjW4wh\\n+DnzEZapAoGBAOgfSLpqfw9QBYM4XfvVC6Pa2gx9BlGRoFFZ+SXxO40/V8BTnpoe\\nMIZ9IrAuwPppkkLSZcFtUI2vegkPrS8zEacTuNzeY6trfoyyRKiLGbegavJCRjst\\nPMazPpgVm5g4WCnqFLvACxdk1XGEyhCf8JNzorq3LfkZq8JDHmK+mSsjAoGBAM6E\\naDfaC+/FXm2WIe+AghVeqj0aNxXmt8wj5GbVuJvVQSFpR7quYZ9mP8SYMMCCFN1T\\n8sRx3EJ349IRzUI2qfVIIDirWdBw8dSTpLSbTpBkO22jvERC/O0ArllaUIKBQGHM\\nWBam0CwsLqWIN9n7qEHYBeKleEH8aJ33wU8BdAb9AoGBALw+AqELFJe6cX4FDFLa\\nZ2IubX6LNcCYtMbEjIT0qTLXF7blGU4rBXdLrAHtKJrrWq3OKq8+k4ETuYf3qp8I\\nb1xrZhPYVkQCHNLFD2EPzX9ZHOHyVTpQaWVKn4x+mXxM1VLIfp/0Egqav24cHjJ1\\nQoiR0npRa3sEEoKsI8w4fca5AoGAPjnROTr/K8D5oeWB1iuPhqbefsi+XmAFc4JB\\nGOc+192a4Vlanppame/yOOdukSLg7IuV87EnH/QF9k8c3N2humGAK/Mdfdv6UgYm\\ns7C0LHe3HGMgoCTbFwKEhjHbXmdZod4zkKe0xAqQB5qS0aCtYyGXLGKVaLSIRUjY\\nu1iBwHUCgYBi7JRHffdDtwN2rh2TUOM4rBd6CcLAUyfgvoJNQdUU8Q6ZgzIIfQ1q\\n3KdJF9EY78LQ2NXzBlZGv4/RXqsqT3PQpGmtBZQuvpFUEYYku6A1SJ3KO/n+QBOR\\nBjpSxX4PurBpvQ2fZwBLQD6CIMWgdXzuDD2gKDUEh+krub0Jf96CQw==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-1993660263", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7QTsm28r51dKB3PsTsGC5dJl5SRHTFwlsnDIEwhQPeZcb4STz7DKoLo8F/CM3bwuIpVIVH2VWYIGHTw1LCquUv09FhI01f4ImHfCdbMIjwXgHMCD/X++4H+dIgStkq7OoWfETQ6pmK1pD6/rYkWogeXndSs1GYZd2T0YiblUYNU7XOvWSXUzh35KPSNpa1lpNTdvPMm0rH6sEDMEZHA68v7CQKioiCbu2ui19C/czFS2D1bWwiRmRM9/Zrjlr9Io2XflJgfWCn7XxK2jD+t5KJXImHS9U1O6bHEUbZ3JIlmlklH/Jpx+5fwczNshfBKTvixJXkLpQdBcXAW2jPnOX Generated-by-Nova", "fingerprint": "07:fa:a3:66:bc:0c:dc:29:20:67:f6:ed:35:95:57:7e", "user_id": "7bdff3f7b2a44f64944e0580ada36baf"}}' 2021-08-10 15:32:22,292 114841 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1993660263 created 2021-08-10 15:32:23,251 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-groups 0.958s 2021-08-10 15:32:23,251 114841 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--1791756224", "description": "tempest-description--395761809"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1579', 'x-openstack-request-id': 'req-e8606ee4-f412-4e70-968c-90c8b71bc737', 'date': 'Tue, 10 Aug 2021 15:32:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "a4e18d12-80c0-4f69-a360-0a486927160a", "name": "tempest-securitygroup--1791756224", "stateful": true, "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "description": "tempest-description--395761809", "security_group_rules": [{"id": "5dfb51c1-330b-4931-9d64-31b7fe8aedd0", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "a4e18d12-80c0-4f69-a360-0a486927160a", "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": 120, "description": null, "tags": [], "created_at": "2021-08-10T15:32:22Z", "updated_at": "2021-08-10T15:32:22Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}, {"id": "f3d4db07-f769-40e0-8145-cc59e73906e7", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "a4e18d12-80c0-4f69-a360-0a486927160a", "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": 121, "description": null, "tags": [], "created_at": "2021-08-10T15:32:22Z", "updated_at": "2021-08-10T15:32:22Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}], "tags": [], "created_at": "2021-08-10T15:32:22Z", "updated_at": "2021-08-10T15:32:22Z", "revision_number": 1, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:32:25,042 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 1.790s 2021-08-10 15:32:25,043 114841 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": "a4e18d12-80c0-4f69-a360-0a486927160a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-de3a32e7-fe4e-423c-bdd7-2eb16fc44364', 'date': 'Tue, 10 Aug 2021 15:32:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2a1dffbc-2c2f-43fb-9314-5146338f1c15", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "a4e18d12-80c0-4f69-a360-0a486927160a", "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, "description": "", "created_at": "2021-08-10T15:32:24Z", "updated_at": "2021-08-10T15:32:24Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:32:27,041 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 1.998s 2021-08-10 15:32:27,042 114841 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": "a4e18d12-80c0-4f69-a360-0a486927160a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2cf33d26-6a2c-4179-bae0-8da4acc58291', 'date': 'Tue, 10 Aug 2021 15:32:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9c40c5b-b5e8-4c3b-8bba-87ddb5a4a7ba", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "a4e18d12-80c0-4f69-a360-0a486927160a", "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, "description": "", "created_at": "2021-08-10T15:32:26Z", "updated_at": "2021-08-10T15:32:26Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:32:27,042 114841 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1791756224 created 2021-08-10 15:32:29,678 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/floatingips 2.635s 2021-08-10 15:32:29,679 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-85012816-71b5-4512-838a-48ff76f532f4', 'date': 'Tue, 10 Aug 2021 15:32:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c0f8976b-353e-401f-8e6b-b9de68677daa", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "floating_ip_address": "172.27.3.192", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "description": "", "port_details": null, "tags": [], "created_at": "2021-08-10T15:32:28Z", "updated_at": "2021-08-10T15:32:28Z", "revision_number": 0}}' 2021-08-10 15:32:29,679 114841 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c0f8976b-353e-401f-8e6b-b9de68677daa', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'floating_ip_address': '172.27.3.192', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:32:28Z', 'updated_at': '2021-08-10T15:32:28Z', 'revision_number': 0, 'ip': '172.27.3.192'} created 2021-08-10 15:32:29,839 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.21/identity/v3/auth/tokens 0.154s 2021-08-10 15:32:29,839 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3407', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-27154107-8d01-4bd8-930e-cbce606c6fe7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7bdff3f7b2a44f64944e0580ada36baf", "name": "tempest-AttachVolumeShelveTestJSON-774084148-project", "password_expires_at": null}, "audit_ids": ["cSt8NevAQma3W7kec1WHgA"], "expires_at": "2021-08-10T16:32:29.000000Z", "issued_at": "2021-08-10T15:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "name": "tempest-AttachVolumeShelveTestJSON-774084148"}, "is_domain": false, "roles": [{"id": "93016b25cb1d4ab29cbc6d088f2bb2a6", "name": "reader"}, {"id": "3f0e67136fd346359265e2fb6f5e3133", "name": "member"}], "catalog": [{"endpoints": [{"id": "e1c4616a7a394f9793fcc756891761bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2/1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "0f439aca09b940b095cf6b424ebf8f9a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "32e9e956edf54f918aa8bd22bcefaa7e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}, {"id": "e632fc2df7374a23bb2bb772dab001eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}], "id": "327603b840204b6ab8eb4b7b9e011511", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2f5e195ed3f844bfbda7b1bd516eeb75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "3860ab1a1c5e4fdbb14fb758d5069f32", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a289e48496ce42fb8901a4ca82a22e4a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/image", "region": "RegionOne"}], "id": "4b7249a1c1044a069c1fb0ebb717c8d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81e1ac20b1fd45fda0adedc5309e6974", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "71b1c4e37b29475689a2f3a97f55088c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "cde045d618b44ff0b53328611f007682", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/placement", "region": "RegionOne"}], "id": "7c5037f8892e46dfbc3c95d4a389a284", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0ad36d76ccb043bfa2d1057be9e9ff68", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21:8080", "region": "RegionOne"}, {"id": "fe00482004584c039cab04e8ac8d8d8a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:8080/v1/AUTH_1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "bc90e41c210749b899510acd79e9950f", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "8eee5c9a63314f45a0aafcc3830e0527", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:9696/", "region": "RegionOne"}], "id": "c23af3b8d8ab49269b27232ede5e3d64", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8bb54876d76f46b69d930189bebd223b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2.1", "region": "RegionOne"}], "id": "e6db6146bd3e4d2a8ac79beebf3f9b82", "type": "compute", "name": "nova"}]}}' 2021-08-10 15:32:29,840 114841 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '1054f74d-0fbd-4887-9cc1-ba2ab9fa1994', 'name': 'tempest-AttachVolumeShelveTestJSON-1339996016-network', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 817, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-08-10T15:32:03Z', 'updated_at': '2021-08-10T15:32:03Z', 'revision_number': 1} available for tenant 2021-08-10 15:32:29,841 114841 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAu0E7JtvK+dXSgdz7E7BguXSZeUkR0xcJbJwyBMIUD3mXG+Ek\n8+wyqC6PBfwjN28LiKVSFR9lVmCBh08NSwqrlL9PRYSNNX+CJh3wnWzCI8F4BzAg\n/1/vuB/nSIErZKuzqFnxE0OqZitaQ+v62JFqIHl53UrNRmGXdk9GIm5VGDVO1zr1\nkl1M4d+Sj0jaWtZaTU3bzzJtKx+rBAzBGRwOvL+wkCoqIgm7trotfQv3MxUtg9W1\nsIkZkTPf2a45a/SKNl35SYH1gp+18Stow/reSiVyJh0vVNTumxxFG2dySJZpZJR/\nyacfuX8HMzbIXwSk74sSV5C6UHQXFwFtoz5zlwIDAQABAoIBAQCvt5/FcD2Bwofe\nuzqVGE872NHoQYxLdPOwCsbZNjJS7zvAur7Nctl6fu5RpHB7pWXCXbiv/509uCP0\nkFceEy490GSYDLHiAPxlvnS7lYJ8wSFcRWrBmgo+0xlbLXNF7eYSVgxmknnFlGsJ\nD9l9/r8DKFsWMQp+QDg8mllrF/QcWNY7jwhYr7+34lBAs42wfJ5DDkV64x/sy1vg\nDk3fxna5G2m8UIxRvn1HLKs1n1rvgLNkBoSnxx1RBre5D0Zh54A0Lb32h23MZ9/h\nMYHq5NLE9mBu7VwffxeAOCYg5gadNVcgBTWsXzcCeZL/l15+8p2P4YL6rrCjW4wh\n+DnzEZapAoGBAOgfSLpqfw9QBYM4XfvVC6Pa2gx9BlGRoFFZ+SXxO40/V8BTnpoe\nMIZ9IrAuwPppkkLSZcFtUI2vegkPrS8zEacTuNzeY6trfoyyRKiLGbegavJCRjst\nPMazPpgVm5g4WCnqFLvACxdk1XGEyhCf8JNzorq3LfkZq8JDHmK+mSsjAoGBAM6E\naDfaC+/FXm2WIe+AghVeqj0aNxXmt8wj5GbVuJvVQSFpR7quYZ9mP8SYMMCCFN1T\n8sRx3EJ349IRzUI2qfVIIDirWdBw8dSTpLSbTpBkO22jvERC/O0ArllaUIKBQGHM\nWBam0CwsLqWIN9n7qEHYBeKleEH8aJ33wU8BdAb9AoGBALw+AqELFJe6cX4FDFLa\nZ2IubX6LNcCYtMbEjIT0qTLXF7blGU4rBXdLrAHtKJrrWq3OKq8+k4ETuYf3qp8I\nb1xrZhPYVkQCHNLFD2EPzX9ZHOHyVTpQaWVKn4x+mXxM1VLIfp/0Egqav24cHjJ1\nQoiR0npRa3sEEoKsI8w4fca5AoGAPjnROTr/K8D5oeWB1iuPhqbefsi+XmAFc4JB\nGOc+192a4Vlanppame/yOOdukSLg7IuV87EnH/QF9k8c3N2humGAK/Mdfdv6UgYm\ns7C0LHe3HGMgoCTbFwKEhjHbXmdZod4zkKe0xAqQB5qS0aCtYyGXLGKVaLSIRUjY\nu1iBwHUCgYBi7JRHffdDtwN2rh2TUOM4rBd6CcLAUyfgvoJNQdUU8Q6ZgzIIfQ1q\n3KdJF9EY78LQ2NXzBlZGv4/RXqsqT3PQpGmtBZQuvpFUEYYku6A1SJ3KO/n+QBOR\nBjpSxX4PurBpvQ2fZwBLQD6CIMWgdXzuDD2gKDUEh+krub0Jf96CQw==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-1993660263', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7QTsm28r51dKB3PsTsGC5dJl5SRHTFwlsnDIEwhQPeZcb4STz7DKoLo8F/CM3bwuIpVIVH2VWYIGHTw1LCquUv09FhI01f4ImHfCdbMIjwXgHMCD/X++4H+dIgStkq7OoWfETQ6pmK1pD6/rYkWogeXndSs1GYZd2T0YiblUYNU7XOvWSXUzh35KPSNpa1lpNTdvPMm0rH6sEDMEZHA68v7CQKioiCbu2ui19C/czFS2D1bWwiRmRM9/Zrjlr9Io2XflJgfWCn7XxK2jD+t5KJXImHS9U1O6bHEUbZ3JIlmlklH/Jpx+5fwczNshfBKTvixJXkLpQdBcXAW2jPnOX Generated-by-Nova', 'fingerprint': '07:fa:a3:66:bc:0c:dc:29:20:67:f6:ed:35:95:57:7e', 'user_id': '7bdff3f7b2a44f64944e0580ada36baf'}, 'security_group': {'id': 'a4e18d12-80c0-4f69-a360-0a486927160a', 'name': 'tempest-securitygroup--1791756224', 'stateful': True, 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'description': 'tempest-description--395761809', 'security_group_rules': [{'id': '5dfb51c1-330b-4931-9d64-31b7fe8aedd0', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'security_group_id': 'a4e18d12-80c0-4f69-a360-0a486927160a', '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': 120, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:32:22Z', 'updated_at': '2021-08-10T15:32:22Z', 'revision_number': 0, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19'}, {'id': 'f3d4db07-f769-40e0-8145-cc59e73906e7', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'security_group_id': 'a4e18d12-80c0-4f69-a360-0a486927160a', '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': 121, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:32:22Z', 'updated_at': '2021-08-10T15:32:22Z', 'revision_number': 0, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19'}], 'tags': [], 'created_at': '2021-08-10T15:32:22Z', 'updated_at': '2021-08-10T15:32:22Z', 'revision_number': 1, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19'}, 'floating_ip': {'id': 'c0f8976b-353e-401f-8e6b-b9de68677daa', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'floating_ip_address': '172.27.3.192', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:32:28Z', 'updated_at': '2021-08-10T15:32:28Z', 'revision_number': 0, 'ip': '172.27.3.192'}} 2021-08-10 15:32:31,316 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.21/compute/v2.1/servers 1.474s 2021-08-10 15:32:31,317 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1054f74d-0fbd-4887-9cc1-ba2ab9fa1994"}], "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "key_name": "tempest-keypair-1993660263", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21bb98e0-77bc-4e3a-8654-59de8ee1b746', 'x-compute-request-id': 'req-21bb98e0-77bc-4e3a-8654-59de8ee1b746', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "adminPass": "password"}}' 2021-08-10 15:32:31,520 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.201s 2021-08-10 15:32:31,521 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e776f35-10f3-4959-aa45-6f5bd0dad956', 'x-compute-request-id': 'req-9e776f35-10f3-4959-aa45-6f5bd0dad956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1993660263", "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": [], "locked": false, "description": null}}' 2021-08-10 15:32:32,989 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.456s 2021-08-10 15:32:32,990 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e8bb98b-cc48-4423-b14d-664e29b0c720', 'x-compute-request-id': 'req-9e8bb98b-cc48-4423-b14d-664e29b0c720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "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": [], "locked": false, "description": null}}' 2021-08-10 15:32:34,565 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.566s 2021-08-10 15:32:34,565 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c242defd-ef0a-4c31-b6ee-8b0eacb7536c', 'x-compute-request-id': 'req-c242defd-ef0a-4c31-b6ee-8b0eacb7536c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:34,574 114841 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2021-08-10 15:32:37,101 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 1.526s 2021-08-10 15:32:37,102 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb987adc-925a-4ccd-b0cc-06a96bbe616a', 'x-compute-request-id': 'req-bb987adc-925a-4ccd-b0cc-06a96bbe616a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:38,999 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.888s 2021-08-10 15:32:38,999 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c42eb1e-4f95-4156-8ba3-ce501cea9d5d', 'x-compute-request-id': 'req-9c42eb1e-4f95-4156-8ba3-ce501cea9d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:40,371 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.362s 2021-08-10 15:32:40,372 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98cb657e-6427-4631-bcfc-3e0a7509d8c1', 'x-compute-request-id': 'req-98cb657e-6427-4631-bcfc-3e0a7509d8c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:42,092 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.711s 2021-08-10 15:32:42,092 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58e74942-4816-42a2-a127-354d7dd2ef37', 'x-compute-request-id': 'req-58e74942-4816-42a2-a127-354d7dd2ef37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:43,437 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.336s 2021-08-10 15:32:43,438 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-974790c8-4f7b-42f8-81c9-26f1a8eb34ee', 'x-compute-request-id': 'req-974790c8-4f7b-42f8-81c9-26f1a8eb34ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:44,852 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.406s 2021-08-10 15:32:44,853 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-228f4b9a-c5e5-4df3-a9da-fe4ff4e72586', 'x-compute-request-id': 'req-228f4b9a-c5e5-4df3-a9da-fe4ff4e72586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:46,096 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.233s 2021-08-10 15:32:46,096 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a79fc6d-250b-438d-9f5b-83676093d9fb', 'x-compute-request-id': 'req-1a79fc6d-250b-438d-9f5b-83676093d9fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:47,292 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.185s 2021-08-10 15:32:47,292 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f86f081b-4599-47e4-b0a9-544f099d5a11', 'x-compute-request-id': 'req-f86f081b-4599-47e4-b0a9-544f099d5a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:48,754 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.453s 2021-08-10 15:32:48,755 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba87fcf-db61-4920-9bf8-912a1880de4e', 'x-compute-request-id': 'req-4ba87fcf-db61-4920-9bf8-912a1880de4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:50,007 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.242s 2021-08-10 15:32:50,007 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14838626-53a4-4677-b17c-dbe44f4bb6d6', 'x-compute-request-id': 'req-14838626-53a4-4677-b17c-dbe44f4bb6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:51,252 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.235s 2021-08-10 15:32:51,253 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfde9bf3-f0f7-4642-9a5e-3321a052cf14', 'x-compute-request-id': 'req-dfde9bf3-f0f7-4642-9a5e-3321a052cf14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:32:50Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:32:51,263 114841 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait 2021-08-10 15:32:51,386 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-interface 0.122s 2021-08-10 15:32:51,387 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2d84175-8780-4653-899c-d043a32676d9', 'x-compute-request-id': 'req-c2d84175-8780-4653-899c-d043a32676d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1054f74d-0fbd-4887-9cc1-ba2ab9fa1994", "port_id": "2e89de7e-2e85-494b-8ace-dd47c8e9c021", "mac_addr": "fa:16:3e:eb:ba:71", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fd215940-0e08-482f-8bea-6d77476ac48d", "ip_address": "172.20.0.5"}]}]}' 2021-08-10 15:32:54,125 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.21:9696/v2.0/floatingips/c0f8976b-353e-401f-8e6b-b9de68677daa 2.735s 2021-08-10 15:32:54,126 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "2e89de7e-2e85-494b-8ace-dd47c8e9c021"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-23ca5d7c-6b50-48c3-9bc3-fa0f522a0ed3', 'date': 'Tue, 10 Aug 2021 15:32:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/c0f8976b-353e-401f-8e6b-b9de68677daa'} Body: b'{"floatingip": {"id": "c0f8976b-353e-401f-8e6b-b9de68677daa", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "floating_ip_address": "172.27.3.192", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": "14af296d-34b4-4ffd-bfc6-0bb5791ed7f9", "port_id": "2e89de7e-2e85-494b-8ace-dd47c8e9c021", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1054f74d-0fbd-4887-9cc1-ba2ab9fa1994", "mac_address": "fa:16:3e:eb:ba:71", "admin_state_up": true, "status": "ACTIVE", "device_id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-08-10T15:32:28Z", "updated_at": "2021-08-10T15:32:52Z", "revision_number": 1, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:32:54,292 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.165s 2021-08-10 15:32:54,292 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c5c286e-0907-4844-af36-b36979be2dc7', 'x-compute-request-id': 'req-1c5c286e-0907-4844-af36-b36979be2dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:32:55,483 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.188s 2021-08-10 15:32:55,483 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c003f144-0acd-4c8c-8ab9-293a684ebacb', 'x-compute-request-id': 'req-c003f144-0acd-4c8c-8ab9-293a684ebacb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:32:56,684 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.199s 2021-08-10 15:32:56,685 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-237773f3-a8d4-4935-94d5-c2273e3c1a25', 'x-compute-request-id': 'req-237773f3-a8d4-4935-94d5-c2273e3c1a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:32:57,783 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.096s 2021-08-10 15:32:57,784 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c009e0b7-9abb-4c21-b8a1-fb91423dfb4d', 'x-compute-request-id': 'req-c009e0b7-9abb-4c21-b8a1-fb91423dfb4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:32:58,907 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.121s 2021-08-10 15:32:58,908 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9e9b1d9-b595-4b89-b23b-936581cca7d3', 'x-compute-request-id': 'req-f9e9b1d9-b595-4b89-b23b-936581cca7d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:00,037 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.127s 2021-08-10 15:33:00,037 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e71188c-8e9f-4a24-821d-db4610a56bf0', 'x-compute-request-id': 'req-4e71188c-8e9f-4a24-821d-db4610a56bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:01,140 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.100s 2021-08-10 15:33:01,140 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a143204-b376-45c3-8372-954ac625b292', 'x-compute-request-id': 'req-6a143204-b376-45c3-8372-954ac625b292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:06,573 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 4.430s 2021-08-10 15:33:06,574 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27e288d1-8543-4a92-8513-efe63a8b9940', 'x-compute-request-id': 'req-27e288d1-8543-4a92-8513-efe63a8b9940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:07,714 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.138s 2021-08-10 15:33:07,714 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4d4edf5-bed9-4054-900c-8ab23d137fe5', 'x-compute-request-id': 'req-e4d4edf5-bed9-4054-900c-8ab23d137fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:08,835 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.118s 2021-08-10 15:33:08,835 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f13d2616-27e3-403c-bc37-819d2f046736', 'x-compute-request-id': 'req-f13d2616-27e3-403c-bc37-819d2f046736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:09,960 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.122s 2021-08-10 15:33:09,960 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9e36321-7b32-4ee1-a6f5-5239d9d5e457', 'x-compute-request-id': 'req-e9e36321-7b32-4ee1-a6f5-5239d9d5e457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:11,064 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.101s 2021-08-10 15:33:11,065 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-840b488d-e4ce-4dd6-bd57-0c72eff82591', 'x-compute-request-id': 'req-840b488d-e4ce-4dd6-bd57-0c72eff82591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:12,167 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.100s 2021-08-10 15:33:12,168 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36161d52-5d3d-42a3-8c5a-82ab29373d44', 'x-compute-request-id': 'req-36161d52-5d3d-42a3-8c5a-82ab29373d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": ""}' 2021-08-10 15:33:13,299 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.129s 2021-08-10 15:33:13,300 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75842358-c53c-402b-9b79-c1c51a73597f', 'x-compute-request-id': 'req-75842358-c53c-402b-9b79-c1c51a73597f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:14,412 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.109s 2021-08-10 15:33:14,412 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '10581', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1450f3ed-224e-4892-88b2-668a859fce41', 'x-compute-request-id': 'req-1450f3ed-224e-4892-88b2-668a859fce41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:15,511 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.096s 2021-08-10 15:33:15,512 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '15025', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2c3fa99-3896-4117-aeb9-d2a44dd9f4ef', 'x-compute-request-id': 'req-d2c3fa99-3896-4117-aeb9-d2a44dd9f4ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:16,629 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.114s 2021-08-10 15:33:16,630 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '16963', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cfaf7a2-8013-4ec9-bdc7-ed3dd11892cc', 'x-compute-request-id': 'req-7cfaf7a2-8013-4ec9-bdc7-ed3dd11892cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:17,727 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.095s 2021-08-10 15:33:17,728 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d43f256f-301b-4f54-8dc2-40e98656a96b', 'x-compute-request-id': 'req-d43f256f-301b-4f54-8dc2-40e98656a96b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:18,865 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.134s 2021-08-10 15:33:18,865 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a042816-dd6e-47a9-a960-d1b196ceec61', 'x-compute-request-id': 'req-9a042816-dd6e-47a9-a960-d1b196ceec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:19,971 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.103s 2021-08-10 15:33:19,971 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19446', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-deeff057-ca44-4e8c-8c42-43ec77cd3a79', 'x-compute-request-id': 'req-deeff057-ca44-4e8c-8c42-43ec77cd3a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:21,072 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.099s 2021-08-10 15:33:21,073 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40fc6963-b7a3-4658-8353-49d5f971f406', 'x-compute-request-id': 'req-40fc6963-b7a3-4658-8353-49d5f971f406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:22,184 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.108s 2021-08-10 15:33:22,185 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1e284bb-bf87-497a-b035-8f9acc41d5aa', 'x-compute-request-id': 'req-d1e284bb-bf87-497a-b035-8f9acc41d5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:26,528 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 3.340s 2021-08-10 15:33:26,528 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24906', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46f45d7a-2024-4d57-bec4-3ac70eb5431f', 'x-compute-request-id': 'req-46f45d7a-2024-4d57-bec4-3ac70eb5431f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:27,639 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.108s 2021-08-10 15:33:27,640 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25608', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0350a029-05ce-4129-9ab7-3d7717695834', 'x-compute-request-id': 'req-0350a029-05ce-4129-9ab7-3d7717695834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:28,750 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.107s 2021-08-10 15:33:28,750 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25904', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2257a91e-c8b9-47de-8611-5c95c1a8d8c4', 'x-compute-request-id': 'req-2257a91e-c8b9-47de-8611-5c95c1a8d8c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:29,871 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.118s 2021-08-10 15:33:29,872 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26516', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-909a8473-b7e1-44b5-8584-b64d0ac11d81', 'x-compute-request-id': 'req-909a8473-b7e1-44b5-8584-b64d0ac11d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:31,291 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.416s 2021-08-10 15:33:31,292 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27159', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c5ab8d-d8d4-4652-8f1d-bfa293774b31', 'x-compute-request-id': 'req-23c5ab8d-d8d4-4652-8f1d-bfa293774b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:32,431 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.135s 2021-08-10 15:33:32,432 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a959808-5e6f-435a-8895-4c65a203b992', 'x-compute-request-id': 'req-7a959808-5e6f-435a-8895-4c65a203b992', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:33,548 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.113s 2021-08-10 15:33:33,548 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aad96cf-e8cd-473f-9a34-d57daff4de64', 'x-compute-request-id': 'req-0aad96cf-e8cd-473f-9a34-d57daff4de64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:34,658 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.106s 2021-08-10 15:33:34,659 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27895', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7800aeb3-96a3-4e77-bda6-bf1d87e71805', 'x-compute-request-id': 'req-7800aeb3-96a3-4e77-bda6-bf1d87e71805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:35,783 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.122s 2021-08-10 15:33:35,784 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d50d8599-2911-4523-a8b1-c1a4cc8121be', 'x-compute-request-id': 'req-d50d8599-2911-4523-a8b1-c1a4cc8121be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:38,836 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 2.049s 2021-08-10 15:33:38,836 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-136e4422-d078-4d04-9701-9febc2f772b3', 'x-compute-request-id': 'req-136e4422-d078-4d04-9701-9febc2f772b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:39,939 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.100s 2021-08-10 15:33:39,939 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f23a156b-8265-4cd4-a05b-9daeb846a8a2', 'x-compute-request-id': 'req-f23a156b-8265-4cd4-a05b-9daeb846a8a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:41,114 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.172s 2021-08-10 15:33:41,115 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0481ccd5-1960-42a9-bd5c-57871d178cb1', 'x-compute-request-id': 'req-0481ccd5-1960-42a9-bd5c-57871d178cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:42,261 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.144s 2021-08-10 15:33:42,261 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02f7deb8-af81-4427-9c02-70f3c0e56049', 'x-compute-request-id': 'req-02f7deb8-af81-4427-9c02-70f3c0e56049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:43,368 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.103s 2021-08-10 15:33:43,369 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2ad1978-1557-4cec-a6c4-798bb068f061', 'x-compute-request-id': 'req-b2ad1978-1557-4cec-a6c4-798bb068f061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:44,472 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.101s 2021-08-10 15:33:44,473 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6203e06c-9b47-4de1-8126-8c6dd30b9480', 'x-compute-request-id': 'req-6203e06c-9b47-4de1-8126-8c6dd30b9480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:47,620 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 2.144s 2021-08-10 15:33:47,621 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28728', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf967bec-a68a-416f-aed3-3e87614fa081', 'x-compute-request-id': 'req-cf967bec-a68a-416f-aed3-3e87614fa081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:48,730 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.106s 2021-08-10 15:33:48,731 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28847', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c6889a8-1996-4f40-a79c-c434191be26a', 'x-compute-request-id': 'req-5c6889a8-1996-4f40-a79c-c434191be26a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:49,848 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.115s 2021-08-10 15:33:49,849 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29633', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8a6f480-aefd-46f2-ba21-0112e9b260b4', 'x-compute-request-id': 'req-d8a6f480-aefd-46f2-ba21-0112e9b260b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:50,997 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.145s 2021-08-10 15:33:50,997 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31436', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbb7f9db-52b7-4939-a6bd-e61d13feb412', 'x-compute-request-id': 'req-dbb7f9db-52b7-4939-a6bd-e61d13feb412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:52,112 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.111s 2021-08-10 15:33:52,113 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e307758-1a9c-4f47-8b7b-38e49e824cc4', 'x-compute-request-id': 'req-1e307758-1a9c-4f47-8b7b-38e49e824cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:53,233 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.117s 2021-08-10 15:33:53,234 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19aadf85-75a0-4a4d-8b73-079b7319924e', 'x-compute-request-id': 'req-19aadf85-75a0-4a4d-8b73-079b7319924e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:54,366 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.129s 2021-08-10 15:33:54,366 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33853', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3352b63-b1f0-4c00-a262-de80fee56e52', 'x-compute-request-id': 'req-a3352b63-b1f0-4c00-a262-de80fee56e52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:55,469 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.099s 2021-08-10 15:33:55,470 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aab2b09a-8182-437b-b80b-36ccef15ce36', 'x-compute-request-id': 'req-aab2b09a-8182-437b-b80b-36ccef15ce36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:56,583 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.110s 2021-08-10 15:33:56,583 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34698', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31a12500-ee3d-46a3-955b-6519bc67e104', 'x-compute-request-id': 'req-31a12500-ee3d-46a3-955b-6519bc67e104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:57,683 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.096s 2021-08-10 15:33:57,684 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35013', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-101d9bf5-8b11-48cc-bb68-a8adade3c922', 'x-compute-request-id': 'req-101d9bf5-8b11-48cc-bb68-a8adade3c922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:58,785 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.098s 2021-08-10 15:33:58,786 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ffb1a8b-fd93-48bb-a22b-6562fd6408b9', 'x-compute-request-id': 'req-1ffb1a8b-fd93-48bb-a22b-6562fd6408b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:59,896 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.107s 2021-08-10 15:33:59,897 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35762', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2506958f-fadc-4bf7-a3e0-c5733e2e71c3', 'x-compute-request-id': 'req-2506958f-fadc-4bf7-a3e0-c5733e2e71c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:01,059 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.159s 2021-08-10 15:34:01,060 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36011', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-724bd877-eadb-4457-b6a2-23dac898c780', 'x-compute-request-id': 'req-724bd877-eadb-4457-b6a2-23dac898c780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:02,178 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.115s 2021-08-10 15:34:02,179 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36444', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2a4e42-fc0a-48b8-889d-74768c03b0e3', 'x-compute-request-id': 'req-fc2a4e42-fc0a-48b8-889d-74768c03b0e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:03,315 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.133s 2021-08-10 15:34:03,316 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36864', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c6d39f-47d2-4e5c-9e90-872d3db28652', 'x-compute-request-id': 'req-76c6d39f-47d2-4e5c-9e90-872d3db28652', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:04,453 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.134s 2021-08-10 15:34:04,454 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89d3d636-31b9-4f46-9e87-a3f50898642c', 'x-compute-request-id': 'req-89d3d636-31b9-4f46-9e87-a3f50898642c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:05,607 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.150s 2021-08-10 15:34:05,608 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37960', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9908c4d1-d15d-429f-b072-bb2d0e494b00', 'x-compute-request-id': 'req-9908c4d1-d15d-429f-b072-bb2d0e494b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:06,713 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.101s 2021-08-10 15:34:06,713 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f067aba8-c8d6-4c2e-b0ab-0fbe8f450cfd', 'x-compute-request-id': 'req-f067aba8-c8d6-4c2e-b0ab-0fbe8f450cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:07,820 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.103s 2021-08-10 15:34:07,820 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d6aa106-c102-400c-bd6a-5aab1aadde1e', 'x-compute-request-id': 'req-4d6aa106-c102-400c-bd6a-5aab1aadde1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:08,940 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.117s 2021-08-10 15:34:08,941 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2e2a7aa-dc59-4d42-917c-eb8e6020f509', 'x-compute-request-id': 'req-e2e2a7aa-dc59-4d42-917c-eb8e6020f509', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:08,984 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/ips 0.040s 2021-08-10 15:34:08,984 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3718982-b94e-41f1-a31e-60c850e7d873', 'x-compute-request-id': 'req-d3718982-b94e-41f1-a31e-60c850e7d873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5"}, {"version": 4, "addr": "172.27.3.192"}]}}' 2021-08-10 15:34:09,203 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes 0.216s 2021-08-10 15:34:09,203 114841 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-AttachVolumeShelveTestJSON-volume-439216117"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3505db95-38f6-4da8-a00c-3764766c851f', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3505db95-38f6-4da8-a00c-3764766c851f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.133116", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:34:09,260 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48 0.049s 2021-08-10 15:34:09,260 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3619be5-9845-479e-b9a4-5bb9090de0c5', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3619be5-9845-479e-b9a4-5bb9090de0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:34:10,314 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48 0.045s 2021-08-10 15:34:10,314 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a84e6f5-216b-4925-bff9-db62bfe3bef9', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a84e6f5-216b-4925-bff9-db62bfe3bef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.000000", "updated_at": "2021-08-10T15:34:10.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:34:10,321 114841 INFO [tempest.common.waiters] volume b44e5f30-b70e-4e97-b627-35154999fd48 reached available after waiting for 1.321079 seconds 2021-08-10 15:34:10,334 114841 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2021-08-10 15:34:10,334 114841 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.192:22' as 'ubuntu' with public key authentication 2021-08-10 15:34:10,363 114841 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-08-10 15:34:10,515 114841 INFO [paramiko.transport] Authentication (publickey) successful! 2021-08-10 15:34:10,516 114841 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.192 successfully created 2021-08-10 15:34:11,493 114841 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.192:22' as 'ubuntu' with public key authentication 2021-08-10 15:34:11,553 114841 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-08-10 15:34:11,686 114841 INFO [paramiko.transport] Authentication (publickey) successful! 2021-08-10 15:34:11,686 114841 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.192 successfully created 2021-08-10 15:34:12,005 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.318s 2021-08-10 15:34:12,005 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f5d19fa-b898-4621-8684-9ba87d53dcd3', 'x-compute-request-id': 'req-0f5d19fa-b898-4621-8684-9ba87d53dcd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'' 2021-08-10 15:34:12,154 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:34:12,155 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3abc2d59-dbd5-41e9-8a89-9c9f137f0875', 'x-compute-request-id': 'req-3abc2d59-dbd5-41e9-8a89-9c9f137f0875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:13,331 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.166s 2021-08-10 15:34:13,331 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a847aea9-004c-452d-9c3b-6f3b701ca7d2', 'x-compute-request-id': 'req-a847aea9-004c-452d-9c3b-6f3b701ca7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:14,492 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:34:14,492 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17d2abd0-70bd-47c6-84da-4d8b7ce311f2', 'x-compute-request-id': 'req-17d2abd0-70bd-47c6-84da-4d8b7ce311f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:15,658 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.155s 2021-08-10 15:34:15,658 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2274830d-bdac-466e-ad4b-2b31730006ec', 'x-compute-request-id': 'req-2274830d-bdac-466e-ad4b-2b31730006ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:16,814 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:34:16,815 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8868da04-66a3-4d1c-b42a-09e0f25e508d', 'x-compute-request-id': 'req-8868da04-66a3-4d1c-b42a-09e0f25e508d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:17,977 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:34:17,977 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2895209-6f72-4911-8b8d-3d7bddcf1e72', 'x-compute-request-id': 'req-f2895209-6f72-4911-8b8d-3d7bddcf1e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:19,136 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:34:19,137 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9497a1f7-5305-40f3-8cb9-25b8d5d88570', 'x-compute-request-id': 'req-9497a1f7-5305-40f3-8cb9-25b8d5d88570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:20,299 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:34:20,300 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e604290-2ef5-4976-95d2-eb2c7aae7ec4', 'x-compute-request-id': 'req-6e604290-2ef5-4976-95d2-eb2c7aae7ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:21,459 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:34:21,460 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bce3034-70b6-4bfe-a276-36050191c4f1', 'x-compute-request-id': 'req-8bce3034-70b6-4bfe-a276-36050191c4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:22,625 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.155s 2021-08-10 15:34:22,625 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-690a7632-3dd4-4f31-a771-802c0c01b065', 'x-compute-request-id': 'req-690a7632-3dd4-4f31-a771-802c0c01b065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:23,785 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:34:23,785 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a2f8c7-7151-4341-af72-7f6e6e8e50a8', 'x-compute-request-id': 'req-c7a2f8c7-7151-4341-af72-7f6e6e8e50a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:24,995 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.200s 2021-08-10 15:34:24,996 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8050686f-cf4a-40c5-9ecc-84b7008ec3e7', 'x-compute-request-id': 'req-8050686f-cf4a-40c5-9ecc-84b7008ec3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:26,171 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.165s 2021-08-10 15:34:26,171 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe78f752-1493-40ef-9b2f-9fb4d87bf8dc', 'x-compute-request-id': 'req-fe78f752-1493-40ef-9b2f-9fb4d87bf8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:27,408 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.226s 2021-08-10 15:34:27,409 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2689bf21-8b5a-464c-bba4-148b7f823a89', 'x-compute-request-id': 'req-2689bf21-8b5a-464c-bba4-148b7f823a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:28,590 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.172s 2021-08-10 15:34:28,591 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16285c01-f580-4e84-bcb5-4e8d09b46555', 'x-compute-request-id': 'req-16285c01-f580-4e84-bcb5-4e8d09b46555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:29,757 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.156s 2021-08-10 15:34:29,758 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b1120d4-3df8-40be-bc52-6b6480d44c8b', 'x-compute-request-id': 'req-5b1120d4-3df8-40be-bc52-6b6480d44c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:30,921 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:34:30,921 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b86a77c-1261-4e50-84af-c06ff8929b2a', 'x-compute-request-id': 'req-0b86a77c-1261-4e50-84af-c06ff8929b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:32,085 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:34:32,086 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4768aa7f-ab37-4927-ae4c-598fed1d00ba', 'x-compute-request-id': 'req-4768aa7f-ab37-4927-ae4c-598fed1d00ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:33,352 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.256s 2021-08-10 15:34:33,352 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8fe1d28-60ee-44b7-9fd4-c2da02577be0', 'x-compute-request-id': 'req-c8fe1d28-60ee-44b7-9fd4-c2da02577be0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:34,513 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:34:34,513 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-344c629a-a924-4d63-b35d-b858813ec97c', 'x-compute-request-id': 'req-344c629a-a924-4d63-b35d-b858813ec97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:35,671 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:34:35,671 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92ccbfaf-c26d-491f-8efb-7eebbed5c55a', 'x-compute-request-id': 'req-92ccbfaf-c26d-491f-8efb-7eebbed5c55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:36,831 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:34:36,831 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe57dbf5-e60d-45ad-afe3-ccb2473668da', 'x-compute-request-id': 'req-fe57dbf5-e60d-45ad-afe3-ccb2473668da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:38,044 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.201s 2021-08-10 15:34:38,045 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cb60063-6074-404b-ae73-89ee7cf3a524', 'x-compute-request-id': 'req-4cb60063-6074-404b-ae73-89ee7cf3a524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:39,198 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:34:39,199 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aa88bdd-9381-4800-9d9a-864094c5f4d9', 'x-compute-request-id': 'req-9aa88bdd-9381-4800-9d9a-864094c5f4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:39,207 114841 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 27 second wait 2021-08-10 15:34:40,356 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:34:40,356 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d15afb-ebce-446f-9cd3-47102a2d84eb', 'x-compute-request-id': 'req-15d15afb-ebce-446f-9cd3-47102a2d84eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:41,532 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.166s 2021-08-10 15:34:41,533 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1746', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-157e50aa-7a1c-441a-847f-e5154603323d', 'x-compute-request-id': 'req-157e50aa-7a1c-441a-847f-e5154603323d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:42,702 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.159s 2021-08-10 15:34:42,702 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c53f968-f1ae-4b5b-92a0-a95f4c9a8e47', 'x-compute-request-id': 'req-1c53f968-f1ae-4b5b-92a0-a95f4c9a8e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:42,711 114841 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 30 second wait 2021-08-10 15:34:43,875 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.163s 2021-08-10 15:34:43,876 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e643e74a-742e-4344-97a4-0fc311f8eb56', 'x-compute-request-id': 'req-e643e74a-742e-4344-97a4-0fc311f8eb56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:45,200 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.314s 2021-08-10 15:34:45,200 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2eba066-a6f2-4074-b532-02a2f39af706', 'x-compute-request-id': 'req-d2eba066-a6f2-4074-b532-02a2f39af706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:46,385 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.173s 2021-08-10 15:34:46,386 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92d83cdd-7765-47ae-b57a-680ca414426e', 'x-compute-request-id': 'req-92d83cdd-7765-47ae-b57a-680ca414426e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:47,602 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.197s 2021-08-10 15:34:47,603 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a667e84-9aff-40e0-8080-5ad8c40061ee', 'x-compute-request-id': 'req-7a667e84-9aff-40e0-8080-5ad8c40061ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:48,787 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.168s 2021-08-10 15:34:48,787 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d28e1958-eabf-4254-ae00-90755f203fb5', 'x-compute-request-id': 'req-d28e1958-eabf-4254-ae00-90755f203fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:49,975 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.175s 2021-08-10 15:34:49,976 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0efc184f-a260-4ae5-a233-336ff21db4c4', 'x-compute-request-id': 'req-0efc184f-a260-4ae5-a233-336ff21db4c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:51,178 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.193s 2021-08-10 15:34:51,178 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3ab6887-9932-4394-89e9-a78489cee109', 'x-compute-request-id': 'req-e3ab6887-9932-4394-89e9-a78489cee109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:52,335 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:34:52,335 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24f75931-ebb6-4441-8d13-e6c601a34dee', 'x-compute-request-id': 'req-24f75931-ebb6-4441-8d13-e6c601a34dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:53,494 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:34:53,494 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4622fd24-8183-468e-adcc-43cbb529cec5', 'x-compute-request-id': 'req-4622fd24-8183-468e-adcc-43cbb529cec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:53,502 114841 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 41 second wait 2021-08-10 15:34:54,650 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:34:54,650 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72760b7a-92d1-4579-9af2-da88fb4a76e7', 'x-compute-request-id': 'req-72760b7a-92d1-4579-9af2-da88fb4a76e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:55,838 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:34:55,839 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0011d50-ccb1-4456-83e7-5d9cdcef700d', 'x-compute-request-id': 'req-e0011d50-ccb1-4456-83e7-5d9cdcef700d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:56,992 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:34:56,992 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cc3c19a-ccc9-48f3-a8ae-40a4c06519e7', 'x-compute-request-id': 'req-3cc3c19a-ccc9-48f3-a8ae-40a4c06519e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:58,157 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.156s 2021-08-10 15:34:58,158 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eb6331d-1a84-4469-b776-2ea9ec99d4cf', 'x-compute-request-id': 'req-3eb6331d-1a84-4469-b776-2ea9ec99d4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:53Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:59,315 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:34:59,316 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f1ab185-30d5-452c-ad66-cff32587aee1', 'x-compute-request-id': 'req-5f1ab185-30d5-452c-ad66-cff32587aee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:34:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:34:59,324 114841 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 47 second wait 2021-08-10 15:34:59,607 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-volume_attachments 0.282s 2021-08-10 15:34:59,607 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "b44e5f30-b70e-4e97-b627-35154999fd48"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e0ec92d-e5d5-4999-870d-275238d2df08', 'x-compute-request-id': 'req-8e0ec92d-e5d5-4999-870d-275238d2df08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "serverId": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "volumeId": "b44e5f30-b70e-4e97-b627-35154999fd48", "device": null}}' 2021-08-10 15:34:59,655 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48 0.046s 2021-08-10 15:34:59,655 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504b78f1-2965-495b-9c61-26f0cd1207ab', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504b78f1-2965-495b-9c61-26f0cd1207ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.000000", "updated_at": "2021-08-10T15:35:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "attachment_id": "0c3fef3a-130f-4325-9773-67a6ae1aacb1", "volume_id": "b44e5f30-b70e-4e97-b627-35154999fd48", "server_id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:34:59,663 114841 INFO [tempest.common.waiters] Attachment 0c3fef3a-130f-4325-9773-67a6ae1aacb1 created for volume b44e5f30-b70e-4e97-b627-35154999fd48 to server 985decd1-7cfc-43ed-9bc5-30fbbaa34294 after waiting for 0.663462 seconds 2021-08-10 15:34:59,708 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48 0.044s 2021-08-10 15:34:59,708 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ee8b15-24ed-4f4d-b835-cb16d474744a', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ee8b15-24ed-4f4d-b835-cb16d474744a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.000000", "updated_at": "2021-08-10T15:35:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "attachment_id": "0c3fef3a-130f-4325-9773-67a6ae1aacb1", "volume_id": "b44e5f30-b70e-4e97-b627-35154999fd48", "server_id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:34:59,715 114841 INFO [tempest.common.waiters] volume b44e5f30-b70e-4e97-b627-35154999fd48 reached in-use after waiting for 0.715370 seconds 2021-08-10 15:34:59,813 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action 0.097s 2021-08-10 15:34:59,813 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"unshelve": null} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-938fea8d-20b5-4091-852a-5a8104885440', 'x-compute-request-id': 'req-938fea8d-20b5-4091-852a-5a8104885440', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/action'} Body: b'' 2021-08-10 15:35:00,006 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.192s 2021-08-10 15:35:00,006 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1752', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94877b91-6a3d-4b4d-a6a0-2d1b7d7c70b8', 'x-compute-request-id': 'req-94877b91-6a3d-4b4d-a6a0-2d1b7d7c70b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:01,161 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:01,161 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e78aa5a-eb20-4854-bef6-746d84049a29', 'x-compute-request-id': 'req-7e78aa5a-eb20-4854-bef6-746d84049a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:01,170 114841 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/unshelving" ==> "SHELVED_OFFLOADED/spawning" after 1 second wait 2021-08-10 15:35:02,313 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:35:02,314 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6faa8f93-f510-43b1-8947-40d8ba3a786c', 'x-compute-request-id': 'req-6faa8f93-f510-43b1-8947-40d8ba3a786c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:03,465 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:35:03,466 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49d9b6ed-8ad8-42a8-9bfd-3a64fe8fbf40', 'x-compute-request-id': 'req-49d9b6ed-8ad8-42a8-9bfd-3a64fe8fbf40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:04,625 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:35:04,626 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b044ff06-5329-4b21-915f-efd9d9ef7f34', 'x-compute-request-id': 'req-b044ff06-5329-4b21-915f-efd9d9ef7f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:05,783 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:35:05,784 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ab31bc4-9bdd-4e47-bb73-002286a314ea', 'x-compute-request-id': 'req-2ab31bc4-9bdd-4e47-bb73-002286a314ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:06,941 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:35:06,941 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff95afb5-977f-476a-b382-3f0bd3936c54', 'x-compute-request-id': 'req-ff95afb5-977f-476a-b382-3f0bd3936c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:08,099 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:08,099 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-729da45a-3fe2-470b-b36e-74ed11e04a75', 'x-compute-request-id': 'req-729da45a-3fe2-470b-b36e-74ed11e04a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:09,260 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:35:09,260 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fba73c0-b17f-4927-bd2f-c715e3f90cbb', 'x-compute-request-id': 'req-6fba73c0-b17f-4927-bd2f-c715e3f90cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:10,417 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:35:10,417 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1cdd8d2-cbb2-40d3-a49b-9201af4f3709', 'x-compute-request-id': 'req-c1cdd8d2-cbb2-40d3-a49b-9201af4f3709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:11,574 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:35:11,574 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bd94354-ada0-4c4a-b5ff-bbbf930772f3', 'x-compute-request-id': 'req-7bd94354-ada0-4c4a-b5ff-bbbf930772f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:12,729 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:35:12,730 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd036057-8769-4845-a47c-2721c2c5032d', 'x-compute-request-id': 'req-fd036057-8769-4845-a47c-2721c2c5032d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:13,890 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:35:13,891 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db36d64f-bef7-4b21-ad4b-2af6caa85740', 'x-compute-request-id': 'req-db36d64f-bef7-4b21-ad4b-2af6caa85740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:15,048 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:15,048 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-122a30ec-be49-46b2-afff-468cc0301126', 'x-compute-request-id': 'req-122a30ec-be49-46b2-afff-468cc0301126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:16,202 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:16,202 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4639709-581d-4a3d-97cc-638ac2983872', 'x-compute-request-id': 'req-a4639709-581d-4a3d-97cc-638ac2983872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:17,358 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:35:17,358 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3293b733-0b34-4ab0-92f9-8ca3ef8a59aa', 'x-compute-request-id': 'req-3293b733-0b34-4ab0-92f9-8ca3ef8a59aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:18,513 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:18,513 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9c9e02-980f-4929-8bc4-cecd29e18a57', 'x-compute-request-id': 'req-da9c9e02-980f-4929-8bc4-cecd29e18a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:19,676 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:35:19,676 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9639de6c-c745-40a1-bff2-cd1a8f856228', 'x-compute-request-id': 'req-9639de6c-c745-40a1-bff2-cd1a8f856228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:20,835 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:35:20,835 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9905d10c-dc32-411b-8e35-31b7bc8d23a5', 'x-compute-request-id': 'req-9905d10c-dc32-411b-8e35-31b7bc8d23a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:21,997 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:35:21,998 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f64ae7a3-48e5-4694-b432-b7069c103df7', 'x-compute-request-id': 'req-f64ae7a3-48e5-4694-b432-b7069c103df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:23,155 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:35:23,155 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf21402-f560-44ab-a5cc-2e58b88cdd9a', 'x-compute-request-id': 'req-ebf21402-f560-44ab-a5cc-2e58b88cdd9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:24,312 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:35:24,313 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d2e44b5-8128-4484-aca7-149e7b85cde6', 'x-compute-request-id': 'req-1d2e44b5-8128-4484-aca7-149e7b85cde6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:25,470 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:35:25,470 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a53e1b68-2817-4587-ba35-adee521964aa', 'x-compute-request-id': 'req-a53e1b68-2817-4587-ba35-adee521964aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:26,628 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:35:26,629 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8d22e65-5813-4955-86d5-bc47955709c2', 'x-compute-request-id': 'req-d8d22e65-5813-4955-86d5-bc47955709c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:27,782 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:27,783 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3736e500-e7f7-45ed-828a-06815d9d44e8', 'x-compute-request-id': 'req-3736e500-e7f7-45ed-828a-06815d9d44e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:28,935 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:28,935 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-646aaf24-0a14-4dab-ab5a-da0917e9e08f', 'x-compute-request-id': 'req-646aaf24-0a14-4dab-ab5a-da0917e9e08f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:30,094 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:35:30,094 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d21d6cf6-fff1-4c14-8ca8-d69a2c2586f7', 'x-compute-request-id': 'req-d21d6cf6-fff1-4c14-8ca8-d69a2c2586f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:31,286 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.181s 2021-08-10 15:35:31,286 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ebaa784-5b8b-4f8d-abcc-2050fa903071', 'x-compute-request-id': 'req-6ebaa784-5b8b-4f8d-abcc-2050fa903071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:32,444 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:35:32,444 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b272300-b571-41dd-b0c6-60b783821da7', 'x-compute-request-id': 'req-2b272300-b571-41dd-b0c6-60b783821da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:33,604 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:35:33,604 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0db1f95-4217-4dcf-9d7a-70b25f6ded0f', 'x-compute-request-id': 'req-f0db1f95-4217-4dcf-9d7a-70b25f6ded0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:34,764 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:35:34,765 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4dfc22c-f8a0-42f4-b883-2fc5bfc96d92', 'x-compute-request-id': 'req-a4dfc22c-f8a0-42f4-b883-2fc5bfc96d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:35,921 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:35:35,921 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7df24224-601f-403f-9ec3-21ab3e738245', 'x-compute-request-id': 'req-7df24224-601f-403f-9ec3-21ab3e738245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:37,074 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:37,074 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a186619-4eb7-42ac-bcc5-e65b36b8fe4f', 'x-compute-request-id': 'req-5a186619-4eb7-42ac-bcc5-e65b36b8fe4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:38,237 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:35:38,237 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ec48ce-7606-4968-a9c7-6ff7e579fe1b', 'x-compute-request-id': 'req-a8ec48ce-7606-4968-a9c7-6ff7e579fe1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:39,391 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:39,392 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60dd815-b2f1-4e76-83e0-df58f577ac1f', 'x-compute-request-id': 'req-d60dd815-b2f1-4e76-83e0-df58f577ac1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:40,553 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:35:40,553 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49c8e3c-8742-4583-84bb-d8466df55993', 'x-compute-request-id': 'req-d49c8e3c-8742-4583-84bb-d8466df55993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:41,706 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:35:41,706 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a2087de-8e66-4021-866e-b6af2bb6732e', 'x-compute-request-id': 'req-1a2087de-8e66-4021-866e-b6af2bb6732e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:42,859 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:42,859 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-776fdf28-bd51-410d-8881-059109a3c2fe', 'x-compute-request-id': 'req-776fdf28-bd51-410d-8881-059109a3c2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:44,015 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:35:44,016 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-611c7012-639a-46f6-b119-f13f6b58d3a8', 'x-compute-request-id': 'req-611c7012-639a-46f6-b119-f13f6b58d3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:45,170 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:45,170 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-531aa02e-087f-4af1-bc79-156a9b84f93a', 'x-compute-request-id': 'req-531aa02e-087f-4af1-bc79-156a9b84f93a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:46,333 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:35:46,333 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7a32c6b-6cfc-4d06-a6d2-3d291aee3d57', 'x-compute-request-id': 'req-c7a32c6b-6cfc-4d06-a6d2-3d291aee3d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:47,493 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:35:47,493 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef98610-b13e-4d04-a58b-96995798b6b3', 'x-compute-request-id': 'req-8ef98610-b13e-4d04-a58b-96995798b6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:48,649 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:35:48,650 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b15f1f01-9d4d-495d-99f8-7e9fea172d37', 'x-compute-request-id': 'req-b15f1f01-9d4d-495d-99f8-7e9fea172d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:49,803 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:49,803 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a139a6ad-5b5c-474a-b767-c7c540b8147c', 'x-compute-request-id': 'req-a139a6ad-5b5c-474a-b767-c7c540b8147c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:50,956 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:50,956 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85b30f23-f94f-4c3a-a240-1f9a6170b285', 'x-compute-request-id': 'req-85b30f23-f94f-4c3a-a240-1f9a6170b285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:52,117 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:35:52,118 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6994035e-3a08-4897-9088-988f1f0764ee', 'x-compute-request-id': 'req-6994035e-3a08-4897-9088-988f1f0764ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:53,482 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.354s 2021-08-10 15:35:53,482 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-840fa93a-b5bb-4daf-ac5a-25c8abd9eda8', 'x-compute-request-id': 'req-840fa93a-b5bb-4daf-ac5a-25c8abd9eda8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:54,643 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:35:54,643 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea80f292-d356-43c7-9f99-07b27a5dca24', 'x-compute-request-id': 'req-ea80f292-d356-43c7-9f99-07b27a5dca24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:55,799 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:35:55,799 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ed0912a-988a-497f-8177-2b3b59a8a57b', 'x-compute-request-id': 'req-3ed0912a-988a-497f-8177-2b3b59a8a57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:56,952 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:35:56,952 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-670921d8-320b-4f6b-9cd1-81dc0809708d', 'x-compute-request-id': 'req-670921d8-320b-4f6b-9cd1-81dc0809708d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:58,108 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:35:58,108 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8df0abb2-31cb-47aa-8b05-89c81f4c90a0', 'x-compute-request-id': 'req-8df0abb2-31cb-47aa-8b05-89c81f4c90a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:35:59,261 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:35:59,262 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fe44dfc-fc33-46d0-bf5e-f09e86fff9f7', 'x-compute-request-id': 'req-8fe44dfc-fc33-46d0-bf5e-f09e86fff9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:00,418 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:00,418 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-787680be-3627-4c92-901c-5a638829cbe0', 'x-compute-request-id': 'req-787680be-3627-4c92-901c-5a638829cbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:01,575 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:01,576 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9df27a64-5eb4-4e1c-a3e8-a1c264866579', 'x-compute-request-id': 'req-9df27a64-5eb4-4e1c-a3e8-a1c264866579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:02,727 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:36:02,728 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13a12773-dd4f-4fcc-89ae-7c91646c3962', 'x-compute-request-id': 'req-13a12773-dd4f-4fcc-89ae-7c91646c3962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:03,881 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:03,881 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e17a4c-9669-4b13-bf19-78b5eb51afe6', 'x-compute-request-id': 'req-e3e17a4c-9669-4b13-bf19-78b5eb51afe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:05,032 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:36:05,033 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bab4286d-4e92-4bc8-a1a0-e9db36023c80', 'x-compute-request-id': 'req-bab4286d-4e92-4bc8-a1a0-e9db36023c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:06,190 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:36:06,191 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c98327b-e999-485b-9a4d-558c20af0d5f', 'x-compute-request-id': 'req-7c98327b-e999-485b-9a4d-558c20af0d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:07,350 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:36:07,350 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f952cffa-998f-4ddc-9b9e-28710df3f6e2', 'x-compute-request-id': 'req-f952cffa-998f-4ddc-9b9e-28710df3f6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:08,512 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:36:08,513 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b88c068a-abdd-487e-a258-b49e775a9db5', 'x-compute-request-id': 'req-b88c068a-abdd-487e-a258-b49e775a9db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:09,667 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:36:09,667 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a86453c6-6ac8-4d5c-891f-e3ee2f7916df', 'x-compute-request-id': 'req-a86453c6-6ac8-4d5c-891f-e3ee2f7916df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:10,827 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:36:10,828 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b6a1348-be76-46c4-9648-1889b670cc96', 'x-compute-request-id': 'req-6b6a1348-be76-46c4-9648-1889b670cc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:11,980 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:11,980 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a96958d-dfff-439e-9d03-7a21ebaee06d', 'x-compute-request-id': 'req-7a96958d-dfff-439e-9d03-7a21ebaee06d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:13,132 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:36:13,132 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccbf0342-81d1-43a8-8c98-3ac237d95401', 'x-compute-request-id': 'req-ccbf0342-81d1-43a8-8c98-3ac237d95401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:14,290 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:14,290 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a88411b8-d2c9-488f-9c37-3c2b8ec25325', 'x-compute-request-id': 'req-a88411b8-d2c9-488f-9c37-3c2b8ec25325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:15,447 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:36:15,447 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc362559-7b69-4ff6-9e4b-921d5d088640', 'x-compute-request-id': 'req-fc362559-7b69-4ff6-9e4b-921d5d088640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:16,606 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:16,606 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cb4b973-a1f7-44ac-ba1e-bdf3035e0521', 'x-compute-request-id': 'req-7cb4b973-a1f7-44ac-ba1e-bdf3035e0521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:17,761 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:36:17,762 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc4d9b7-9655-4acd-b966-c979a89b467e', 'x-compute-request-id': 'req-6fc4d9b7-9655-4acd-b966-c979a89b467e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:18,919 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:36:18,919 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fcd5ce6-8c45-471a-badd-149f40dd2481', 'x-compute-request-id': 'req-6fcd5ce6-8c45-471a-badd-149f40dd2481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:20,074 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:36:20,074 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f079107e-d743-44d0-92c0-44a8cb7ae0c2', 'x-compute-request-id': 'req-f079107e-d743-44d0-92c0-44a8cb7ae0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:21,231 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:36:21,231 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b4260d-20d2-45a0-87c9-fca2bf0af707', 'x-compute-request-id': 'req-d1b4260d-20d2-45a0-87c9-fca2bf0af707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:22,393 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:36:22,393 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab739edc-f755-4030-8491-6cac8c44f663', 'x-compute-request-id': 'req-ab739edc-f755-4030-8491-6cac8c44f663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:23,549 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:23,549 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e75e60-1d17-473b-83ae-c93134b9741c', 'x-compute-request-id': 'req-25e75e60-1d17-473b-83ae-c93134b9741c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:24,702 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:24,702 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4af1dab5-126d-42e7-b423-ddbd9ff8ab0f', 'x-compute-request-id': 'req-4af1dab5-126d-42e7-b423-ddbd9ff8ab0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:25,857 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:36:25,857 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b72c0403-0ac6-440f-b1cc-642db4d30b09', 'x-compute-request-id': 'req-b72c0403-0ac6-440f-b1cc-642db4d30b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:27,010 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:27,011 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b5360c0-930b-478d-9a12-bb15988983fc', 'x-compute-request-id': 'req-7b5360c0-930b-478d-9a12-bb15988983fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:28,169 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:28,170 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a06cb66-bd28-4459-8277-e373cce77236', 'x-compute-request-id': 'req-2a06cb66-bd28-4459-8277-e373cce77236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:29,329 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:36:29,329 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83fca95a-0a46-4252-85e4-a3cbb89b7c92', 'x-compute-request-id': 'req-83fca95a-0a46-4252-85e4-a3cbb89b7c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:30,486 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:30,486 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba29c44e-3cc4-4286-b4c6-9f010e219b58', 'x-compute-request-id': 'req-ba29c44e-3cc4-4286-b4c6-9f010e219b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:31,649 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:36:31,650 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c3dd888-b103-4468-9be2-6d168d673ecc', 'x-compute-request-id': 'req-7c3dd888-b103-4468-9be2-6d168d673ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:32,802 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:32,803 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-467384cb-abaa-473b-8440-c3ff0fbec8cc', 'x-compute-request-id': 'req-467384cb-abaa-473b-8440-c3ff0fbec8cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:33,957 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:36:33,958 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00830591-a230-49f2-8f1b-8a4ca6b075e1', 'x-compute-request-id': 'req-00830591-a230-49f2-8f1b-8a4ca6b075e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:35,115 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:35,115 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f8c234c-bcfa-40e5-b858-5f6f7069e65d', 'x-compute-request-id': 'req-9f8c234c-bcfa-40e5-b858-5f6f7069e65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:36,279 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:36:36,280 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13f6b9d0-5cf4-47f1-887b-ca31e14bfad6', 'x-compute-request-id': 'req-13f6b9d0-5cf4-47f1-887b-ca31e14bfad6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:37,432 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:37,433 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e20b53ff-d707-4781-80bf-060d30100f5b', 'x-compute-request-id': 'req-e20b53ff-d707-4781-80bf-060d30100f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:38,586 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:36:38,586 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b4a9f48-9f7c-4569-bd71-4478480397d4', 'x-compute-request-id': 'req-3b4a9f48-9f7c-4569-bd71-4478480397d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:39,741 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:39,741 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d542b7d9-a414-4454-90cb-53acea4cc54f', 'x-compute-request-id': 'req-d542b7d9-a414-4454-90cb-53acea4cc54f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:40,898 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:36:40,899 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99bea572-f74b-4682-a216-56875ba68f34', 'x-compute-request-id': 'req-99bea572-f74b-4682-a216-56875ba68f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:42,059 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:36:42,059 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4b09985-aa69-4123-8a86-8a6a6425f4e9', 'x-compute-request-id': 'req-d4b09985-aa69-4123-8a86-8a6a6425f4e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:43,217 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:43,217 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0eda329-58a3-45d0-9583-a20acf7b199d', 'x-compute-request-id': 'req-e0eda329-58a3-45d0-9583-a20acf7b199d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:44,375 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:44,376 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63b34c01-715f-4347-ae63-fd8f3911ee35', 'x-compute-request-id': 'req-63b34c01-715f-4347-ae63-fd8f3911ee35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:45,528 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:45,529 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2db5f83-2f05-44c4-a3c9-e1f7efcce613', 'x-compute-request-id': 'req-f2db5f83-2f05-44c4-a3c9-e1f7efcce613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:46,682 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:46,682 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999e8e8e-dd48-4189-a7a3-aa537677f1fc', 'x-compute-request-id': 'req-999e8e8e-dd48-4189-a7a3-aa537677f1fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:47,836 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:47,836 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59c061af-b8d0-417f-9f71-522c076ada3e', 'x-compute-request-id': 'req-59c061af-b8d0-417f-9f71-522c076ada3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:48,994 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:36:48,994 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78242b9e-8bca-4e77-87ac-e93f61fefe8e', 'x-compute-request-id': 'req-78242b9e-8bca-4e77-87ac-e93f61fefe8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:50,151 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:36:50,152 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e728950e-a7fd-45f1-9e9c-2417fb564d86', 'x-compute-request-id': 'req-e728950e-a7fd-45f1-9e9c-2417fb564d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:51,304 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:36:51,305 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c4b9e3d-bc35-426d-9f7a-edff4ba297d9', 'x-compute-request-id': 'req-2c4b9e3d-bc35-426d-9f7a-edff4ba297d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:52,460 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:52,461 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3cc9e35-bd18-499e-8df8-4c484deb6a9b', 'x-compute-request-id': 'req-f3cc9e35-bd18-499e-8df8-4c484deb6a9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:53,636 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.164s 2021-08-10 15:36:53,636 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3535551c-ce6d-4153-8306-d2b37873a373', 'x-compute-request-id': 'req-3535551c-ce6d-4153-8306-d2b37873a373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:54,793 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:54,793 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96228f7f-99ab-4274-9539-5a27668ed7e6', 'x-compute-request-id': 'req-96228f7f-99ab-4274-9539-5a27668ed7e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:55,953 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:36:55,953 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1a7fa87-6010-448e-880d-8b09172dcdd7', 'x-compute-request-id': 'req-f1a7fa87-6010-448e-880d-8b09172dcdd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:57,109 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:36:57,109 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e19d72e9-0e60-4ce7-b139-2d30e7e0b8b1', 'x-compute-request-id': 'req-e19d72e9-0e60-4ce7-b139-2d30e7e0b8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:58,280 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.161s 2021-08-10 15:36:58,280 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b0f9d14-51a3-4156-a546-573a3b474a4a', 'x-compute-request-id': 'req-0b0f9d14-51a3-4156-a546-573a3b474a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:36:59,435 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:36:59,436 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe43ee1b-00cc-4aea-b9ae-8b4c1e7ee251', 'x-compute-request-id': 'req-fe43ee1b-00cc-4aea-b9ae-8b4c1e7ee251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:00,596 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:37:00,597 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6626aaae-222a-479d-bf89-73636a2b3e74', 'x-compute-request-id': 'req-6626aaae-222a-479d-bf89-73636a2b3e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:01,749 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:01,750 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-452d8a5e-2b0a-4a5e-bddd-0e5b2bc1e5d3', 'x-compute-request-id': 'req-452d8a5e-2b0a-4a5e-bddd-0e5b2bc1e5d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:02,906 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:02,906 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cff5ba3-b6eb-4168-bcca-211d15f8f111', 'x-compute-request-id': 'req-6cff5ba3-b6eb-4168-bcca-211d15f8f111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:04,065 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:37:04,065 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-143ad560-c7ee-445b-ba48-bfc1e2776b56', 'x-compute-request-id': 'req-143ad560-c7ee-445b-ba48-bfc1e2776b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:05,218 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:37:05,219 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c69ba5d4-6aa2-4923-82a8-b019a77b5d94', 'x-compute-request-id': 'req-c69ba5d4-6aa2-4923-82a8-b019a77b5d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:06,487 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.259s 2021-08-10 15:37:06,488 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c0d33d7-7fdc-4bfc-9dc0-17e8db71a8c0', 'x-compute-request-id': 'req-8c0d33d7-7fdc-4bfc-9dc0-17e8db71a8c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:07,687 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.190s 2021-08-10 15:37:07,687 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31ab62ae-3372-4f9f-890d-bb6ce838678d', 'x-compute-request-id': 'req-31ab62ae-3372-4f9f-890d-bb6ce838678d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:08,839 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:08,839 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-666567b9-9a1d-4f9d-9a0a-e0afd420e53d', 'x-compute-request-id': 'req-666567b9-9a1d-4f9d-9a0a-e0afd420e53d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:09,996 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:37:09,996 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2facf1c5-e267-4d98-ac21-b636f67964b0', 'x-compute-request-id': 'req-2facf1c5-e267-4d98-ac21-b636f67964b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:11,154 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:11,154 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46c4011f-c732-4b49-95cb-3ae1141151c0', 'x-compute-request-id': 'req-46c4011f-c732-4b49-95cb-3ae1141151c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:12,307 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:37:12,308 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf4de353-9447-470f-a0ef-aefa7c790289', 'x-compute-request-id': 'req-bf4de353-9447-470f-a0ef-aefa7c790289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:13,461 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:37:13,461 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c45a6e8-8c92-4c06-9dd2-a130373dd06a', 'x-compute-request-id': 'req-3c45a6e8-8c92-4c06-9dd2-a130373dd06a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:14,618 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:14,619 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4e79224-1454-4215-9449-0e5820dfce72', 'x-compute-request-id': 'req-a4e79224-1454-4215-9449-0e5820dfce72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:15,771 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:15,772 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54121d40-002f-4900-ac79-2c2365930cd3', 'x-compute-request-id': 'req-54121d40-002f-4900-ac79-2c2365930cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:16,931 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:37:16,931 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2241c9d8-abb7-44c3-a6df-5cefd26d3dd0', 'x-compute-request-id': 'req-2241c9d8-abb7-44c3-a6df-5cefd26d3dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:18,092 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:37:18,092 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1194dda-ab6d-4fc5-b8de-011e3fd0b2d3', 'x-compute-request-id': 'req-a1194dda-ab6d-4fc5-b8de-011e3fd0b2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:19,245 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:19,245 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d88d31e-532d-4449-8f7c-f6f06af89e08', 'x-compute-request-id': 'req-7d88d31e-532d-4449-8f7c-f6f06af89e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:20,398 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:20,398 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f05100e-c714-4aae-be9f-e77765a19070', 'x-compute-request-id': 'req-3f05100e-c714-4aae-be9f-e77765a19070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:21,646 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.238s 2021-08-10 15:37:21,646 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-611c7a45-7e58-406d-beba-2a192091d45d', 'x-compute-request-id': 'req-611c7a45-7e58-406d-beba-2a192091d45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:22,801 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:37:22,802 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-952c66b4-0d2a-4638-81c2-df1aa41d6d46', 'x-compute-request-id': 'req-952c66b4-0d2a-4638-81c2-df1aa41d6d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:23,960 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:37:23,960 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5faa32f0-928d-40f4-8c81-7cc7d136469b', 'x-compute-request-id': 'req-5faa32f0-928d-40f4-8c81-7cc7d136469b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:25,121 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:37:25,122 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-312ff650-2e3a-46b1-bb9d-d2ad73e941ed', 'x-compute-request-id': 'req-312ff650-2e3a-46b1-bb9d-d2ad73e941ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:26,279 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:37:26,279 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4782148c-7341-4740-8d57-f34c81af2e15', 'x-compute-request-id': 'req-4782148c-7341-4740-8d57-f34c81af2e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:27,433 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:37:27,433 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73c450a2-9d44-4ec2-bd95-68614163faea', 'x-compute-request-id': 'req-73c450a2-9d44-4ec2-bd95-68614163faea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:28,596 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:37:28,597 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-080cf27c-129c-4cd0-a51f-a9d8ac788cad', 'x-compute-request-id': 'req-080cf27c-129c-4cd0-a51f-a9d8ac788cad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:29,751 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:37:29,751 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1fa48a7-bf36-4bb7-b775-3cfd0489cd4d', 'x-compute-request-id': 'req-f1fa48a7-bf36-4bb7-b775-3cfd0489cd4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:30,922 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.161s 2021-08-10 15:37:30,922 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fecfd76d-df1f-4886-af28-bfbc1c790f26', 'x-compute-request-id': 'req-fecfd76d-df1f-4886-af28-bfbc1c790f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:32,078 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:37:32,079 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a52e9b7-19f4-445e-a79f-ddd78315e663', 'x-compute-request-id': 'req-0a52e9b7-19f4-445e-a79f-ddd78315e663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:33,231 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:33,232 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3a89d04-1bbf-41b5-ac6a-1c173ad12bbd', 'x-compute-request-id': 'req-f3a89d04-1bbf-41b5-ac6a-1c173ad12bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:34,385 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:37:34,385 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11108dc3-2e3b-474f-8921-4f6363731869', 'x-compute-request-id': 'req-11108dc3-2e3b-474f-8921-4f6363731869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:35,542 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:35,542 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bfdc74f-a55c-4f4e-a582-8224d1a9725a', 'x-compute-request-id': 'req-5bfdc74f-a55c-4f4e-a582-8224d1a9725a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:36,696 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:37:36,697 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d15a75-727b-42c4-81e5-31d053966fc0', 'x-compute-request-id': 'req-f9d15a75-727b-42c4-81e5-31d053966fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:37,854 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:37,854 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3320566b-0fc8-4441-a331-d4e6933cc27e', 'x-compute-request-id': 'req-3320566b-0fc8-4441-a331-d4e6933cc27e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:39,233 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.370s 2021-08-10 15:37:39,234 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94de2a4d-511f-43b1-8629-f092ac2aeefd', 'x-compute-request-id': 'req-94de2a4d-511f-43b1-8629-f092ac2aeefd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:40,390 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:40,391 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f662c8-6327-409f-baa5-21f695f2aa56', 'x-compute-request-id': 'req-31f662c8-6327-409f-baa5-21f695f2aa56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:41,542 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:41,543 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67fe739-83d2-4b43-bbef-58838ba8e309', 'x-compute-request-id': 'req-d67fe739-83d2-4b43-bbef-58838ba8e309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:42,701 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:37:42,702 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5415132-68ac-48f6-8fa9-a1301afb6bc7', 'x-compute-request-id': 'req-d5415132-68ac-48f6-8fa9-a1301afb6bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:43,853 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:37:43,853 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88bd3d5-0222-4492-b993-b089c94b65fb', 'x-compute-request-id': 'req-c88bd3d5-0222-4492-b993-b089c94b65fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:45,008 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:37:45,009 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b1c935-fe1d-4c51-a93d-c504f69e8032', 'x-compute-request-id': 'req-21b1c935-fe1d-4c51-a93d-c504f69e8032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:46,177 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.157s 2021-08-10 15:37:46,177 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4babaac-0393-49af-8c69-f86a07ea1505', 'x-compute-request-id': 'req-d4babaac-0393-49af-8c69-f86a07ea1505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:47,330 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:37:47,331 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be2ffce7-15cb-4c7f-8066-f08a4d4a05d4', 'x-compute-request-id': 'req-be2ffce7-15cb-4c7f-8066-f08a4d4a05d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:48,491 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:37:48,491 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f782708-bf1c-44be-b338-e8fcf7a51ff6', 'x-compute-request-id': 'req-1f782708-bf1c-44be-b338-e8fcf7a51ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:49,646 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:37:49,646 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-626dee5e-cdc7-4309-a8fc-f9850df6ff70', 'x-compute-request-id': 'req-626dee5e-cdc7-4309-a8fc-f9850df6ff70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:50,803 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:37:50,803 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe03c8f-0184-4385-8cb7-0272a92819b7', 'x-compute-request-id': 'req-bbe03c8f-0184-4385-8cb7-0272a92819b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:51,961 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:37:51,962 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecb7592d-d649-4a31-885e-bba40dede7df', 'x-compute-request-id': 'req-ecb7592d-d649-4a31-885e-bba40dede7df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:53,122 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:37:53,123 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c697a7d8-f08d-41b5-b757-22108f476d65', 'x-compute-request-id': 'req-c697a7d8-f08d-41b5-b757-22108f476d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:54,279 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:54,280 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a227864c-4ab6-41af-b6b9-4c6318dee9c1', 'x-compute-request-id': 'req-a227864c-4ab6-41af-b6b9-4c6318dee9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:55,451 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.162s 2021-08-10 15:37:55,451 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baec0bac-bf31-4695-8d15-fa61b816ed9d', 'x-compute-request-id': 'req-baec0bac-bf31-4695-8d15-fa61b816ed9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:56,609 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:37:56,609 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b038f72-0cd7-4828-9db8-29fdcd5a9d36', 'x-compute-request-id': 'req-9b038f72-0cd7-4828-9db8-29fdcd5a9d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:57,762 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:37:57,762 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dd3cc89-75b5-4a72-9de1-aa2b6da4598f', 'x-compute-request-id': 'req-8dd3cc89-75b5-4a72-9de1-aa2b6da4598f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:37:58,920 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:37:58,920 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-227c50f4-5756-446e-aa9b-9c95155e1c1b', 'x-compute-request-id': 'req-227c50f4-5756-446e-aa9b-9c95155e1c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:00,077 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:38:00,077 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78ba93c1-d162-4cac-a66c-93b461f9efae', 'x-compute-request-id': 'req-78ba93c1-d162-4cac-a66c-93b461f9efae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:01,232 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:38:01,233 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e06a817c-583a-4715-be49-59dea70b5139', 'x-compute-request-id': 'req-e06a817c-583a-4715-be49-59dea70b5139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:02,390 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:38:02,391 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-074837e3-563a-433a-8f7c-46d50828269a', 'x-compute-request-id': 'req-074837e3-563a-433a-8f7c-46d50828269a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:03,548 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:38:03,548 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1770d1aa-3e35-4491-b580-7cc37ab2a654', 'x-compute-request-id': 'req-1770d1aa-3e35-4491-b580-7cc37ab2a654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:04,709 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:38:04,709 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69864790-ec34-4060-af29-f08cc83b9563', 'x-compute-request-id': 'req-69864790-ec34-4060-af29-f08cc83b9563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:05,864 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:05,864 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b49d8f8c-5105-403f-88be-1406b050230c', 'x-compute-request-id': 'req-b49d8f8c-5105-403f-88be-1406b050230c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:07,020 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:38:07,020 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cf081f7-ee7c-4141-8014-4a30db9bd40d', 'x-compute-request-id': 'req-2cf081f7-ee7c-4141-8014-4a30db9bd40d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:08,179 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:38:08,179 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c4649d4-080e-406f-83b0-3be61a50cd56', 'x-compute-request-id': 'req-1c4649d4-080e-406f-83b0-3be61a50cd56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:09,331 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:38:09,331 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-649f4ec4-6f7d-4d63-83d0-87cac17939cd', 'x-compute-request-id': 'req-649f4ec4-6f7d-4d63-83d0-87cac17939cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:10,484 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:38:10,484 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e60a336d-1bdd-4e19-b254-f9805f1043fa', 'x-compute-request-id': 'req-e60a336d-1bdd-4e19-b254-f9805f1043fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:11,638 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:38:11,638 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76e7e33c-5501-4cbf-be80-e9e050022d62', 'x-compute-request-id': 'req-76e7e33c-5501-4cbf-be80-e9e050022d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:12,803 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.155s 2021-08-10 15:38:12,803 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebe0d00c-b162-4701-97d8-8e4433c63ecc', 'x-compute-request-id': 'req-ebe0d00c-b162-4701-97d8-8e4433c63ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:13,964 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:38:13,964 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c65d86d-79da-4748-a20e-eb0feb331c78', 'x-compute-request-id': 'req-6c65d86d-79da-4748-a20e-eb0feb331c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:15,117 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:38:15,118 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b22a198d-7785-49ff-a9d4-cbd464d2c9e0', 'x-compute-request-id': 'req-b22a198d-7785-49ff-a9d4-cbd464d2c9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:16,282 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:38:16,282 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4338d1c-d674-4b29-af40-82662e79154c', 'x-compute-request-id': 'req-d4338d1c-d674-4b29-af40-82662e79154c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:17,434 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:38:17,435 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91bdf564-bf7b-424c-976b-cf3382ad2759', 'x-compute-request-id': 'req-91bdf564-bf7b-424c-976b-cf3382ad2759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:18,593 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:38:18,594 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5140b80-8796-4caf-a116-6f587601b7eb', 'x-compute-request-id': 'req-e5140b80-8796-4caf-a116-6f587601b7eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:19,758 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:38:19,758 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c3ebfdf-8ca0-4f78-b912-d1eee903bd71', 'x-compute-request-id': 'req-4c3ebfdf-8ca0-4f78-b912-d1eee903bd71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:20,916 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:38:20,916 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24768d41-ea3e-4556-9346-d407abe34e28', 'x-compute-request-id': 'req-24768d41-ea3e-4556-9346-d407abe34e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:22,072 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:38:22,072 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b440c160-557d-4350-9bf2-7b8aebc2a56d', 'x-compute-request-id': 'req-b440c160-557d-4350-9bf2-7b8aebc2a56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:23,225 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:38:23,225 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2a570a3-d3d7-4186-a41f-b4876cb096cf', 'x-compute-request-id': 'req-d2a570a3-d3d7-4186-a41f-b4876cb096cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:24,377 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.141s 2021-08-10 15:38:24,377 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18e08184-5038-44b3-9b74-3e7a4f1e79e8', 'x-compute-request-id': 'req-18e08184-5038-44b3-9b74-3e7a4f1e79e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:25,536 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:38:25,536 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-973a4f79-84a8-4096-988c-2ebc83776d35', 'x-compute-request-id': 'req-973a4f79-84a8-4096-988c-2ebc83776d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:26,688 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:38:26,688 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765ff58b-22af-4194-b037-a3317a248ff8', 'x-compute-request-id': 'req-765ff58b-22af-4194-b037-a3317a248ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:27,854 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:38:27,855 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-382e6ee9-6d53-4a84-a4de-61ba207d720b', 'x-compute-request-id': 'req-382e6ee9-6d53-4a84-a4de-61ba207d720b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:29,014 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:38:29,015 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb158c69-2dfe-44d9-98d1-c8bd698a6f97', 'x-compute-request-id': 'req-bb158c69-2dfe-44d9-98d1-c8bd698a6f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:30,169 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:38:30,169 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ca40f8b-905a-4b7c-91ab-fb731470ae48', 'x-compute-request-id': 'req-5ca40f8b-905a-4b7c-91ab-fb731470ae48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:31,324 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:38:31,324 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf21a00-11c8-4785-9827-56ed5d77fcf8', 'x-compute-request-id': 'req-5cf21a00-11c8-4785-9827-56ed5d77fcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:32,478 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:38:32,478 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec286a30-515d-4f50-bc54-a2dad75f2fa2', 'x-compute-request-id': 'req-ec286a30-515d-4f50-bc54-a2dad75f2fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:33,632 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:38:33,632 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a50dbc6-911a-4cd7-bef2-f6f0086b3860', 'x-compute-request-id': 'req-1a50dbc6-911a-4cd7-bef2-f6f0086b3860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:34,796 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.155s 2021-08-10 15:38:34,796 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-911c677f-e50a-48a1-a815-6acae651a347', 'x-compute-request-id': 'req-911c677f-e50a-48a1-a815-6acae651a347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:35,952 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:35,952 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77785003-fed6-4d41-9a0e-b0689834b501', 'x-compute-request-id': 'req-77785003-fed6-4d41-9a0e-b0689834b501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:37,105 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:38:37,105 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9cbc00b-7b33-47a0-aeb7-150c1bd86348', 'x-compute-request-id': 'req-d9cbc00b-7b33-47a0-aeb7-150c1bd86348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:38,257 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:38:38,258 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98b43043-5f87-43f5-91ec-3b4bc4481f2e', 'x-compute-request-id': 'req-98b43043-5f87-43f5-91ec-3b4bc4481f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:39,413 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:38:39,413 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c2dd649-cdaa-412c-8f61-77ee4a7dc2cb', 'x-compute-request-id': 'req-1c2dd649-cdaa-412c-8f61-77ee4a7dc2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:40,567 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:38:40,567 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a5bd8ff-2e14-42bb-b1b0-58ddba853ab5', 'x-compute-request-id': 'req-7a5bd8ff-2e14-42bb-b1b0-58ddba853ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:41,729 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:38:41,729 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84151d7c-256b-4a40-8822-dbffae1cb6ee', 'x-compute-request-id': 'req-84151d7c-256b-4a40-8822-dbffae1cb6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:42,887 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:38:42,887 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e69c278c-8fbc-44db-800b-c627f119bae9', 'x-compute-request-id': 'req-e69c278c-8fbc-44db-800b-c627f119bae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:44,045 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:38:44,045 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13a7c581-4e02-4622-9f1d-682b45f5130a', 'x-compute-request-id': 'req-13a7c581-4e02-4622-9f1d-682b45f5130a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:45,200 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:45,201 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f89dcfcc-6c35-4788-a8cc-72add4363e69', 'x-compute-request-id': 'req-f89dcfcc-6c35-4788-a8cc-72add4363e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:46,354 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:38:46,354 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9844a33f-0ef2-48e3-9f67-6dd3eec916a8', 'x-compute-request-id': 'req-9844a33f-0ef2-48e3-9f67-6dd3eec916a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:47,509 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:47,509 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f7686f-3adb-40f4-b36d-2b3d17856e7a', 'x-compute-request-id': 'req-95f7686f-3adb-40f4-b36d-2b3d17856e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:48,670 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:38:48,670 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e117d788-89cb-414d-b7b0-266ffeed796a', 'x-compute-request-id': 'req-e117d788-89cb-414d-b7b0-266ffeed796a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:49,825 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:49,826 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b68718f-dab5-4274-89fc-098562b0b459', 'x-compute-request-id': 'req-6b68718f-dab5-4274-89fc-098562b0b459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:50,981 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:38:50,982 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d22216e2-feea-4424-b37d-31e2caa8b102', 'x-compute-request-id': 'req-d22216e2-feea-4424-b37d-31e2caa8b102', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:52,140 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:38:52,140 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edbefa8a-a29b-4e1d-9bbc-cb3ffda948c1', 'x-compute-request-id': 'req-edbefa8a-a29b-4e1d-9bbc-cb3ffda948c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:53,293 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:38:53,293 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e3cd8c7-b7bc-490f-99e2-82de713dd952', 'x-compute-request-id': 'req-4e3cd8c7-b7bc-490f-99e2-82de713dd952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:54,445 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:38:54,446 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ca3e2dc-4cfc-4f73-9856-436d44021827', 'x-compute-request-id': 'req-1ca3e2dc-4cfc-4f73-9856-436d44021827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:55,609 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:38:55,610 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77fea1ce-2e0b-41b0-9a1a-07c932ee3e3a', 'x-compute-request-id': 'req-77fea1ce-2e0b-41b0-9a1a-07c932ee3e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:56,781 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.162s 2021-08-10 15:38:56,782 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866ba1b1-077b-419f-9c2f-3a7a389df581', 'x-compute-request-id': 'req-866ba1b1-077b-419f-9c2f-3a7a389df581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:57,938 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:57,938 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cff6af62-2f78-446b-bac1-b497cc0a79a8', 'x-compute-request-id': 'req-cff6af62-2f78-446b-bac1-b497cc0a79a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:38:59,093 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:38:59,093 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76d3f1cc-cb0f-4b47-805d-cb45ed4b9753', 'x-compute-request-id': 'req-76d3f1cc-cb0f-4b47-805d-cb45ed4b9753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:00,248 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:39:00,249 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8057d763-1b66-4279-8883-2e847a6800d9', 'x-compute-request-id': 'req-8057d763-1b66-4279-8883-2e847a6800d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:01,403 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:39:01,404 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-928362ac-a65b-4b44-b65d-90c519dc995c', 'x-compute-request-id': 'req-928362ac-a65b-4b44-b65d-90c519dc995c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:02,561 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:39:02,562 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0daadb12-5dab-4c81-8fd4-9707a4890ba1', 'x-compute-request-id': 'req-0daadb12-5dab-4c81-8fd4-9707a4890ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:03,727 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.155s 2021-08-10 15:39:03,727 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-688365ca-7932-4328-8d68-2101f31669fd', 'x-compute-request-id': 'req-688365ca-7932-4328-8d68-2101f31669fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:04,888 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:39:04,888 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32598522-a93c-4827-bbd6-ac2728c695e5', 'x-compute-request-id': 'req-32598522-a93c-4827-bbd6-ac2728c695e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:06,043 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:39:06,044 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1019700-e22c-4267-959e-fc9168856dcb', 'x-compute-request-id': 'req-c1019700-e22c-4267-959e-fc9168856dcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:07,199 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:39:07,199 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee35f130-f21b-47a6-a45c-d8e9b3024aba', 'x-compute-request-id': 'req-ee35f130-f21b-47a6-a45c-d8e9b3024aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:08,355 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:39:08,356 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9e04678-2039-4704-b7b7-99e80149d6c4', 'x-compute-request-id': 'req-b9e04678-2039-4704-b7b7-99e80149d6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:09,513 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:09,513 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a521e16b-416f-40d8-9ebd-32530971c804', 'x-compute-request-id': 'req-a521e16b-416f-40d8-9ebd-32530971c804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:10,670 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:10,670 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60a8f942-6dc7-49cb-8bc6-482576392485', 'x-compute-request-id': 'req-60a8f942-6dc7-49cb-8bc6-482576392485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:11,823 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:39:11,823 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b93e7e63-8daf-4ee5-95b9-c0f395114a7f', 'x-compute-request-id': 'req-b93e7e63-8daf-4ee5-95b9-c0f395114a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:12,984 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:39:12,985 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8335f47-9fbf-4a0c-92dc-5945e79913e1', 'x-compute-request-id': 'req-f8335f47-9fbf-4a0c-92dc-5945e79913e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:14,140 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:39:14,141 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f60893cb-9b16-4f5e-9d21-7bea798b5f04', 'x-compute-request-id': 'req-f60893cb-9b16-4f5e-9d21-7bea798b5f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:15,301 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:39:15,301 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d7118bb-0cf8-4c94-b49b-2af4e5fac498', 'x-compute-request-id': 'req-0d7118bb-0cf8-4c94-b49b-2af4e5fac498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:16,470 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.158s 2021-08-10 15:39:16,470 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe9e41e2-7700-4b0f-a259-1437b815d0de', 'x-compute-request-id': 'req-fe9e41e2-7700-4b0f-a259-1437b815d0de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:17,625 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:39:17,625 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f48bf34-9618-4b47-a87f-aa59cbeaaf76', 'x-compute-request-id': 'req-7f48bf34-9618-4b47-a87f-aa59cbeaaf76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:18,781 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:39:18,781 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67073c04-00cb-42ed-b525-e295462e0866', 'x-compute-request-id': 'req-67073c04-00cb-42ed-b525-e295462e0866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:19,934 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:39:19,934 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee1cfab1-837f-456b-9552-37169551bfd8', 'x-compute-request-id': 'req-ee1cfab1-837f-456b-9552-37169551bfd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:21,095 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:39:21,096 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ba89228-261e-4a76-b865-71f0e3d60714', 'x-compute-request-id': 'req-9ba89228-261e-4a76-b865-71f0e3d60714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:22,247 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:39:22,247 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fade39e-f657-44a8-a694-b349de5d97c4', 'x-compute-request-id': 'req-3fade39e-f657-44a8-a694-b349de5d97c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:23,403 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:39:23,403 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e5c9911-cef8-49b3-ac67-7d0261e92668', 'x-compute-request-id': 'req-4e5c9911-cef8-49b3-ac67-7d0261e92668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:24,560 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:24,560 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f8aaf04-a9a8-472c-a27b-dd845e8c9670', 'x-compute-request-id': 'req-0f8aaf04-a9a8-472c-a27b-dd845e8c9670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:25,718 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:25,718 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7faa6a2-0ced-4718-8209-10657c272134', 'x-compute-request-id': 'req-f7faa6a2-0ced-4718-8209-10657c272134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:26,873 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:39:26,873 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f34f508-c5e7-484b-8746-da5b50ab018f', 'x-compute-request-id': 'req-8f34f508-c5e7-484b-8746-da5b50ab018f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:28,038 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.155s 2021-08-10 15:39:28,039 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca2f797e-3b7f-4c92-849c-be7e9bb08f99', 'x-compute-request-id': 'req-ca2f797e-3b7f-4c92-849c-be7e9bb08f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:29,199 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:39:29,199 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cca0256-b53a-4f9f-8e19-fc4f81ef648a', 'x-compute-request-id': 'req-2cca0256-b53a-4f9f-8e19-fc4f81ef648a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:30,368 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.158s 2021-08-10 15:39:30,369 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6d6d11d-9442-4c37-a30f-2d8d18bac7ca', 'x-compute-request-id': 'req-a6d6d11d-9442-4c37-a30f-2d8d18bac7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:31,525 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:31,526 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13470b93-e3fc-4f1e-8a36-6cc7281d5cf9', 'x-compute-request-id': 'req-13470b93-e3fc-4f1e-8a36-6cc7281d5cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:32,678 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:39:32,679 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50991951-d593-4ed9-b42f-98a531475eee', 'x-compute-request-id': 'req-50991951-d593-4ed9-b42f-98a531475eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:33,832 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:39:33,832 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff2cb05b-93cc-44fb-9644-b7850573ca8f', 'x-compute-request-id': 'req-ff2cb05b-93cc-44fb-9644-b7850573ca8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:34,986 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:39:34,986 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f379571b-f1af-47a6-9b95-cea05c842b47', 'x-compute-request-id': 'req-f379571b-f1af-47a6-9b95-cea05c842b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:36,140 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:39:36,140 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-569d60b1-264f-4b2e-b026-7fcef4f81d1e', 'x-compute-request-id': 'req-569d60b1-264f-4b2e-b026-7fcef4f81d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:37,304 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:39:37,305 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07b0472b-2102-435d-9cd7-fa29d26528cf', 'x-compute-request-id': 'req-07b0472b-2102-435d-9cd7-fa29d26528cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:38,464 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:39:38,465 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dad29fa-c4f4-48dd-a290-7a9bf79c99a0', 'x-compute-request-id': 'req-7dad29fa-c4f4-48dd-a290-7a9bf79c99a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:39,622 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:39,622 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-329ccefd-d11a-4150-b9a4-7b8d830049a9', 'x-compute-request-id': 'req-329ccefd-d11a-4150-b9a4-7b8d830049a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:40,782 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:39:40,782 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04d956f7-2b92-4f09-954a-dbbd04194cc0', 'x-compute-request-id': 'req-04d956f7-2b92-4f09-954a-dbbd04194cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:41,936 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:39:41,936 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-431738bb-455c-41e2-bc45-9b24dda7579e', 'x-compute-request-id': 'req-431738bb-455c-41e2-bc45-9b24dda7579e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:43,090 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:39:43,090 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b78085d0-ec91-469c-b452-4339765edd19', 'x-compute-request-id': 'req-b78085d0-ec91-469c-b452-4339765edd19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:44,248 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:39:44,249 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056cd692-c935-48ea-baa7-cd0029bb650e', 'x-compute-request-id': 'req-056cd692-c935-48ea-baa7-cd0029bb650e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:45,409 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:39:45,409 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c3c1e2b-6dae-4715-81b3-2cdfdf4b6e32', 'x-compute-request-id': 'req-1c3c1e2b-6dae-4715-81b3-2cdfdf4b6e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:46,567 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:46,567 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c28aa60a-6cbc-464f-bb81-a7ecce1c24bd', 'x-compute-request-id': 'req-c28aa60a-6cbc-464f-bb81-a7ecce1c24bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:47,729 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:39:47,729 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1754', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a7a3be0-e054-4ab4-a564-131dd7590193', 'x-compute-request-id': 'req-4a7a3be0-e054-4ab4-a564-131dd7590193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:35:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:48,883 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:39:48,884 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50644db5-b1a4-40c0-b430-5a97d5256647', 'x-compute-request-id': 'req-50644db5-b1a4-40c0-b430-5a97d5256647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:48,892 114841 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/spawning" ==> "SHELVED_OFFLOADED/None" after 288 second wait 2021-08-10 15:39:50,042 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:39:50,043 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cea1f11-71f9-40d5-bdef-971038a03674', 'x-compute-request-id': 'req-7cea1f11-71f9-40d5-bdef-971038a03674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:51,207 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:39:51,207 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54d108e9-ccd3-4163-93b7-2df76df337ab', 'x-compute-request-id': 'req-54d108e9-ccd3-4163-93b7-2df76df337ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:52,365 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:39:52,366 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92ef943b-0e78-4878-b85d-7235f1d53be4', 'x-compute-request-id': 'req-92ef943b-0e78-4878-b85d-7235f1d53be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:53,520 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:39:53,521 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-771db044-a714-4041-9256-9436b46c1eb3', 'x-compute-request-id': 'req-771db044-a714-4041-9256-9436b46c1eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:54,676 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:39:54,677 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f442d3b-459c-4824-810b-908ea4310132', 'x-compute-request-id': 'req-4f442d3b-459c-4824-810b-908ea4310132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:55,829 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:39:55,829 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec1c1e17-ae18-4afd-bd01-dedeb4c9e5f9', 'x-compute-request-id': 'req-ec1c1e17-ae18-4afd-bd01-dedeb4c9e5f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:56,986 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:39:56,986 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a95182cf-d2e5-4d58-945b-4c7a319c8c44', 'x-compute-request-id': 'req-a95182cf-d2e5-4d58-945b-4c7a319c8c44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:58,147 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:39:58,147 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e9b5191-6f31-4ba3-9e62-dbaa0cbea760', 'x-compute-request-id': 'req-1e9b5191-6f31-4ba3-9e62-dbaa0cbea760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:39:59,315 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.158s 2021-08-10 15:39:59,316 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0deba191-bdc9-4e76-a119-6577f7d806de', 'x-compute-request-id': 'req-0deba191-bdc9-4e76-a119-6577f7d806de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:00,472 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:00,472 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-524b5de0-0acc-4f14-8705-862264c6fedf', 'x-compute-request-id': 'req-524b5de0-0acc-4f14-8705-862264c6fedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:01,629 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:01,629 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f17700d5-578e-4830-b504-f26b11ef2eba', 'x-compute-request-id': 'req-f17700d5-578e-4830-b504-f26b11ef2eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:02,782 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:40:02,783 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27faa055-ace1-40ca-baa9-6daacdbe747e', 'x-compute-request-id': 'req-27faa055-ace1-40ca-baa9-6daacdbe747e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:03,937 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:03,937 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22687b1e-9399-4842-b25f-fd404c486d3b', 'x-compute-request-id': 'req-22687b1e-9399-4842-b25f-fd404c486d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:05,094 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:40:05,095 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3399a8bd-1cfd-430b-8fc8-afbf85d96728', 'x-compute-request-id': 'req-3399a8bd-1cfd-430b-8fc8-afbf85d96728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:06,253 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:40:06,254 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ac52493-1e8b-421a-b7e2-bc912c10abf9', 'x-compute-request-id': 'req-7ac52493-1e8b-421a-b7e2-bc912c10abf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:07,408 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:07,408 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c148f8e1-1551-4478-bb68-817f3d38eb66', 'x-compute-request-id': 'req-c148f8e1-1551-4478-bb68-817f3d38eb66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:08,567 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.149s 2021-08-10 15:40:08,567 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-920fab62-01b7-4e5a-aea5-780e82b0d61c', 'x-compute-request-id': 'req-920fab62-01b7-4e5a-aea5-780e82b0d61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:09,721 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:09,721 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8978d99a-1c78-440c-8460-3ddf176c8ccb', 'x-compute-request-id': 'req-8978d99a-1c78-440c-8460-3ddf176c8ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:10,876 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:10,877 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f392f061-1e52-4fab-9a8b-9d15e2b2f459', 'x-compute-request-id': 'req-f392f061-1e52-4fab-9a8b-9d15e2b2f459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:12,035 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:40:12,035 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e13b3ff6-c1ea-4466-b92f-8d1477abdaa0', 'x-compute-request-id': 'req-e13b3ff6-c1ea-4466-b92f-8d1477abdaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:13,193 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:40:13,193 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0c7bf0d-72f9-499a-a548-54f1f1f707f5', 'x-compute-request-id': 'req-a0c7bf0d-72f9-499a-a548-54f1f1f707f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:14,351 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:14,351 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc91031a-5352-4f7c-94d6-e51eda6389a1', 'x-compute-request-id': 'req-bc91031a-5352-4f7c-94d6-e51eda6389a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:15,527 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.166s 2021-08-10 15:40:15,528 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44cc53a2-aecc-4e2f-af00-3923e4adc735', 'x-compute-request-id': 'req-44cc53a2-aecc-4e2f-af00-3923e4adc735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:16,691 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:40:16,691 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eaab19c-db09-4458-9a18-98376654ef6f', 'x-compute-request-id': 'req-3eaab19c-db09-4458-9a18-98376654ef6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:17,845 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:17,846 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a98b80-c153-4fbf-9a5e-eb9085f4252e', 'x-compute-request-id': 'req-b1a98b80-c153-4fbf-9a5e-eb9085f4252e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:19,002 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:19,002 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7657a4e-1355-4d04-875a-4a435a283100', 'x-compute-request-id': 'req-b7657a4e-1355-4d04-875a-4a435a283100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:20,157 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:20,157 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a293a46-a8d6-46b7-a870-368a658413ca', 'x-compute-request-id': 'req-6a293a46-a8d6-46b7-a870-368a658413ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:21,327 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.159s 2021-08-10 15:40:21,327 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be29637d-f697-4e3c-b729-c0572ff4c199', 'x-compute-request-id': 'req-be29637d-f697-4e3c-b729-c0572ff4c199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:22,483 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:22,483 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c13f4b4-b623-403f-9f1e-7a282a0bbf83', 'x-compute-request-id': 'req-2c13f4b4-b623-403f-9f1e-7a282a0bbf83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:23,638 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:23,638 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e92b395-b7bd-4e3b-b245-c0f4997c84ed', 'x-compute-request-id': 'req-3e92b395-b7bd-4e3b-b245-c0f4997c84ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:24,793 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:24,793 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc07b294-ba17-45f6-92a0-e0c74e5483ed', 'x-compute-request-id': 'req-bc07b294-ba17-45f6-92a0-e0c74e5483ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:25,951 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:40:25,952 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6a3a7b6-4544-4782-93a2-ed01872acc1e', 'x-compute-request-id': 'req-a6a3a7b6-4544-4782-93a2-ed01872acc1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:27,108 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:40:27,108 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c340f79-19bf-455d-9508-f9573e4d7951', 'x-compute-request-id': 'req-8c340f79-19bf-455d-9508-f9573e4d7951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:28,269 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:40:28,269 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1d10789-ee73-4218-a67d-d9f12f11f228', 'x-compute-request-id': 'req-a1d10789-ee73-4218-a67d-d9f12f11f228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:29,431 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.152s 2021-08-10 15:40:29,431 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aca522f1-1af3-4799-939b-8eb3e83fcafd', 'x-compute-request-id': 'req-aca522f1-1af3-4799-939b-8eb3e83fcafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:30,586 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:30,586 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4c9cde7-817d-441d-aa7b-e4104bf9c78c', 'x-compute-request-id': 'req-f4c9cde7-817d-441d-aa7b-e4104bf9c78c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:31,739 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:40:31,740 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11dc5ab6-eeae-460d-8139-1d73c61c9642', 'x-compute-request-id': 'req-11dc5ab6-eeae-460d-8139-1d73c61c9642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:32,895 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:32,896 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e41d0d62-6088-4b34-8152-cd68c8c55aa6', 'x-compute-request-id': 'req-e41d0d62-6088-4b34-8152-cd68c8c55aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:34,053 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:40:34,053 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a80ed91f-0035-434b-af95-3018d959ec04', 'x-compute-request-id': 'req-a80ed91f-0035-434b-af95-3018d959ec04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:35,206 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:40:35,206 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bed3ca9-9047-4782-8215-4111d86e288a', 'x-compute-request-id': 'req-4bed3ca9-9047-4782-8215-4111d86e288a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:36,360 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:40:36,360 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d09ce9-8c55-4681-838b-4ab289ae8633', 'x-compute-request-id': 'req-c7d09ce9-8c55-4681-838b-4ab289ae8633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:37,519 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.148s 2021-08-10 15:40:37,519 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab3456b-38df-4710-a8b5-0c8667def7d8', 'x-compute-request-id': 'req-dab3456b-38df-4710-a8b5-0c8667def7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:38,680 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:40:38,680 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92fa6f46-aa71-4e15-90eb-caf5ce6fc27b', 'x-compute-request-id': 'req-92fa6f46-aa71-4e15-90eb-caf5ce6fc27b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:39,843 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:40:39,844 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb2552e9-bff6-442b-8fb2-f2345b810224', 'x-compute-request-id': 'req-cb2552e9-bff6-442b-8fb2-f2345b810224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:41,000 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:40:41,001 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41dfb6c0-39ce-4353-881f-63921829026b', 'x-compute-request-id': 'req-41dfb6c0-39ce-4353-881f-63921829026b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:42,155 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:42,155 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca533ebd-15c1-4d04-a3e9-5dc4f8f069ca', 'x-compute-request-id': 'req-ca533ebd-15c1-4d04-a3e9-5dc4f8f069ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:43,309 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:43,310 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea600438-417a-4f9f-a8ed-b284235d4ffe', 'x-compute-request-id': 'req-ea600438-417a-4f9f-a8ed-b284235d4ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:44,463 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:44,464 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d997e46-1b36-4b08-8433-928ae297ce96', 'x-compute-request-id': 'req-0d997e46-1b36-4b08-8433-928ae297ce96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:45,619 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:45,619 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c36389a-7acd-4a74-b1c1-56ce58b8d98f', 'x-compute-request-id': 'req-2c36389a-7acd-4a74-b1c1-56ce58b8d98f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:46,776 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.147s 2021-08-10 15:40:46,776 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf009ac7-d27e-4d1d-a439-fe6d920bff6a', 'x-compute-request-id': 'req-bf009ac7-d27e-4d1d-a439-fe6d920bff6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:47,939 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.153s 2021-08-10 15:40:47,940 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6a00997-28d4-439d-a5ed-da7456e5e2a7', 'x-compute-request-id': 'req-b6a00997-28d4-439d-a5ed-da7456e5e2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:49,092 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:40:49,092 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44c1f605-5dbf-4670-8864-fedfd1948c08', 'x-compute-request-id': 'req-44c1f605-5dbf-4670-8864-fedfd1948c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:50,244 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.142s 2021-08-10 15:40:50,245 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3342d6e-51b8-47f8-a9de-bfaf711cfdf1', 'x-compute-request-id': 'req-c3342d6e-51b8-47f8-a9de-bfaf711cfdf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:51,397 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:40:51,398 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a1d3cf7-0d6d-44fc-b5c8-198a52b91c21', 'x-compute-request-id': 'req-3a1d3cf7-0d6d-44fc-b5c8-198a52b91c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:52,551 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:40:52,551 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0039635a-665b-4546-956a-4da9491c3d4b', 'x-compute-request-id': 'req-0039635a-665b-4546-956a-4da9491c3d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:53,707 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.146s 2021-08-10 15:40:53,707 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8635d1c8-a36a-46e2-be91-0e9cd09f1a03', 'x-compute-request-id': 'req-8635d1c8-a36a-46e2-be91-0e9cd09f1a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:54,866 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.150s 2021-08-10 15:40:54,867 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3d1580b-2fb7-4ee8-b442-b4055b51a1e3', 'x-compute-request-id': 'req-c3d1580b-2fb7-4ee8-b442-b4055b51a1e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:56,028 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.151s 2021-08-10 15:40:56,028 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a35ea70-789e-4fd7-8ead-65121afc2e3d', 'x-compute-request-id': 'req-5a35ea70-789e-4fd7-8ead-65121afc2e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:57,184 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.145s 2021-08-10 15:40:57,184 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1019777c-e586-473f-9406-dd5073c6f1dc', 'x-compute-request-id': 'req-1019777c-e586-473f-9406-dd5073c6f1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:58,337 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.143s 2021-08-10 15:40:58,337 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b28547c-ce1e-41f3-ac28-9025f206ca24', 'x-compute-request-id': 'req-7b28547c-ce1e-41f3-ac28-9025f206ca24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:40:59,501 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.154s 2021-08-10 15:40:59,501 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8a57d1-d09c-464c-a056-20383bee224c', 'x-compute-request-id': 'req-cc8a57d1-d09c-464c-a056-20383bee224c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:41:00,655 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.144s 2021-08-10 15:41:00,656 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1748', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06924747-d11a-406e-b508-7872e4b48184', 'x-compute-request-id': 'req-06924747-d11a-406e-b508-7872e4b48184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"server": {"id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "name": "tempest-AttachVolumeShelveTestJSON-server-2025351991", "status": "SHELVED_OFFLOADED", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:31Z", "updated": "2021-08-10T15:39:48Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}, {"version": 4, "addr": "172.27.3.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ba:71"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1993660263", "OS-SRV-USG:launched_at": "2021-08-10T15:32:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1791756224"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "delete_on_termination": false}], "locked": false, "description": null}}' 2021-08-10 15:41:00,711 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48 0.046s 2021-08-10 15:41:00,711 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab87e1e1-4667-4bbd-95fc-a94345e9eaae', 'content-length': '1180', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab87e1e1-4667-4bbd-95fc-a94345e9eaae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.000000", "updated_at": "2021-08-10T15:35:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "attachment_id": "0c3fef3a-130f-4325-9773-67a6ae1aacb1", "volume_id": "b44e5f30-b70e-4e97-b627-35154999fd48", "server_id": "985decd1-7cfc-43ed-9bc5-30fbbaa34294", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:01,006 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 202 DELETE http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-volume_attachments/b44e5f30-b70e-4e97-b627-35154999fd48 0.287s 2021-08-10 15:41:01,006 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16b40b89-0ea7-43b1-a9e1-f9b6bebff8c1', 'x-compute-request-id': 'req-16b40b89-0ea7-43b1-a9e1-f9b6bebff8c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-volume_attachments/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'' 2021-08-10 15:41:01,051 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-volume_attachments 0.044s 2021-08-10 15:41:01,052 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c849c6-d7b4-40ba-9926-11a8754dbb4d', 'x-compute-request-id': 'req-27c849c6-d7b4-40ba-9926-11a8754dbb4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294/os-volume_attachments'} Body: b'{"volumeAttachments": []}' 2021-08-10 15:41:01,095 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48 0.041s 2021-08-10 15:41:01,096 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ddcefb-8ed7-4d51-8506-08f468b8d5a3', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ddcefb-8ed7-4d51-8506-08f468b8d5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48'} Body: b'{"volume": {"id": "b44e5f30-b70e-4e97-b627-35154999fd48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:09.000000", "updated_at": "2021-08-10T15:41:01.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-439216117", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/b44e5f30-b70e-4e97-b627-35154999fd48"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:01,103 114841 INFO [tempest.common.waiters] volume b44e5f30-b70e-4e97-b627-35154999fd48 reached available after waiting for 0.103183 seconds 2021-08-10 15:41:02,975 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 1.871s 2021-08-10 15:41:02,975 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd3e157e-0cd6-43a4-8be9-5b3495d53677', 'x-compute-request-id': 'req-dd3e157e-0cd6-43a4-8be9-5b3495d53677', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'' 2021-08-10 15:41:03,011 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294 0.035s 2021-08-10 15:41:03,012 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-daef6735-2478-4828-82dc-762f073eac4f', 'x-compute-request-id': 'req-daef6735-2478-4828-82dc-762f073eac4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/985decd1-7cfc-43ed-9bc5-30fbbaa34294'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 985decd1-7cfc-43ed-9bc5-30fbbaa34294 could not be found."}}' 2021-08-10 15:41:03,038 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-1993660263 0.025s 2021-08-10 15:41:03,039 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d28b3b2-1038-4329-8550-b8743b159e12', 'x-compute-request-id': 'req-1d28b3b2-1038-4329-8550-b8743b159e12', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-1993660263'} Body: b'' 2021-08-10 15:41:03,181 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/security-groups/a4e18d12-80c0-4f69-a360-0a486927160a 0.142s 2021-08-10 15:41:03,182 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-5a94807e-d238-445c-9b91-a65f7c47b452', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/a4e18d12-80c0-4f69-a360-0a486927160a'} Body: b'' 2021-08-10 15:41:03,210 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.21:9696/v2.0/security-groups/a4e18d12-80c0-4f69-a360-0a486927160a 0.028s 2021-08-10 15:41:03,211 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e9d78e2d-242d-428b-95f9-9866d8da3284', 'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/a4e18d12-80c0-4f69-a360-0a486927160a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a4e18d12-80c0-4f69-a360-0a486927160a does not exist", "detail": ""}}' 2021-08-10 15:41:03,871 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/floatingips/c0f8976b-353e-401f-8e6b-b9de68677daa 0.659s 2021-08-10 15:41:03,871 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-12236dd9-cd3a-44c2-9adc-7691c0363c63', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/c0f8976b-353e-401f-8e6b-b9de68677daa'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 275, in test_attach_volume_shelved_or_offload_server self._unshelve_server_and_check_volumes( File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 249, in _unshelve_server_and_check_volumes waiters.wait_for_server_status(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 96, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Server 985decd1-7cfc-43ed-9bc5-30fbbaa34294 failed to reach ACTIVE status and task state "None" within the required time (360 s). Current status: SHELVED_OFFLOADED. Current task state: None. |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft6.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:41:03,986 114841 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-08-10 15:41:03,986 114841 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-08-10 15:41:04,544 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21/compute/v2.1/os-keypairs 0.557s 2021-08-10 15:41:04,545 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1202965049"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e75c71d2-50ce-4c23-8c90-7961560d7ad8', 'x-compute-request-id': 'req-e75c71d2-50ce-4c23-8c90-7961560d7ad8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAta2akrlVI2tkFeVkivN/iHnzHQoK1eLq86vz0vEZWF7hhroi\\nGnNJijzGkuxBp9C+0+0AXsWGbax9NC89ELZ+TzJRs24XNUfBeIc2pPUUVNA6xMoF\\noej/oCK6eXtWYVJ3fNSZUAPv6bGTpw6PmZJtBrr87BWsYQdyWTcajAz0V39c+Muf\\nqZnnhweAwRVH/Bovu+K+2jey0AcKpWioAT5UPUvZqQ046HYsBXoxVjkZKG6FvOIb\\niQhBKn+dn16JURhNVNWyspO1E2wj3syHrgFAjhr2DPwmT3rC9NcUFHvXpHHNwphk\\n2LqD5k80vsV39sHay+4JYUF4Smc1zVq0iGeBCwIDAQABAoIBADn7cf2p0JZBS+wB\\nDhmapPU1lnWKIvMoPLwQAP0tnV0qyudouEGg0bOgue9iH4IjiQOx/BBDEigmiL8C\\n5IZU9/LmqFSPqjCC+igxXys+XILFAjyUDUAjUJIXA1SKHINrAl+Aqn1zBDqdRfZn\\nG0V0Cf+/5cCjGiTNb50xjPNtnv3dSflqhX/kzUqrBEvqG1ivxkX5Yym7lU+DfY9J\\nfpY8FXqy03shOxJQ2mWUsD2aSyDRrUshVCXZoIQaAe90axSlMHG0cmT+GdQxBFHu\\nWg6pIe9gmRefSxF9rLlNI1vnod1guD7r6PQG95Wy804/jjY80DOPk5b2OIBERR4+\\nAy6QpAECgYEA6krgW6syUfXYj1YzvDvyHMKXgEy3m0nSffSDhuwQoMwOGy+a18kX\\nYeGK4CK4FFDuFlSMZSq+ntZ3N8rf/oWkbkdhwBOR3D9VIow7UHJjHvbDGz5+TY5Z\\nm4gKDvCy7GSfh4501wBsmbo0+i0T/3e4pS2PgHq7CZaQ8cWu1uxlRIECgYEAxoLH\\n+vfddcBG5WMRPWJQuMWyVd4NGhTCqSaAyrl/OBVxEvOWby3QUFpKA3oq/cD4pkeA\\nQ/bRdn1rj6vIGDh6axXQVGvKlo+DotjTW5iZLd+S5FnFiW7rnbgsSKPF0B1GSMD9\\nBp/baEd83cePiY9/aZtvPWBoYQNJM5kvM6uHz4sCgYEAvSBaQcVNZnnlKbe1JYLi\\nazLtpyTGpfUOlJxXvAc9WP+/d1STUxNB68JsH4gHPmch+iaf+l5p58BKFmCPNl9d\\nH6RBlRJ3EOqS58N5cfQUbX9WedyVijeZwAIt1Geal1aWrI9jY9c001dLwpO26+cR\\nx0yi5VytNQ00zeX8wAOtr4ECgYAQeL2bR4HqyV+YnRXLICNOkajwkxJHPb3BR16c\\nc7PotW7Cgc/TvdtxL2zAyRxUHfUD5x7vhMVwrYuFSl26FMWjqRW2S5Nt1s63boJr\\nMUhUlB6eMAzCEKAgYC3cgSpi0GsKkmjsactM5dGonWx9n5iU7L7YOu2uTxV94JIY\\nGX2VbQKBgQCV3pFJavMwCpGn5RdF9Xyfk1qELesV9yvcc6yQ8qmfoQU8jBlCu2aV\\nlo8Nh4NPuWc5a7Kdc9mYc3yWajyaeQ6rFruU3+Tl/e08Gr/zrige1iGHbJcE6Qfi\\ngrmQtFq3sk8kRpHpljE3q3QCwwlENPtwaN+eX6916+v5vYEIxPjgpg==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-1202965049", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1rZqSuVUja2QV5WSK83+IefMdCgrV4urzq/PS8RlYXuGGuiIac0mKPMaS7EGn0L7T7QBexYZtrH00Lz0Qtn5PMlGzbhc1R8F4hzak9RRU0DrEygWh6P+gIrp5e1ZhUnd81JlQA+/psZOnDo+Zkm0GuvzsFaxhB3JZNxqMDPRXf1z4y5+pmeeHB4DBFUf8Gi+74r7aN7LQBwqlaKgBPlQ9S9mpDTjodiwFejFWORkoboW84huJCEEqf52fXolRGE1U1bKyk7UTbCPezIeuAUCOGvYM/CZPesL01xQUe9ekcc3CmGTYuoPmTzS+xXf2wdrL7glhQXhKZzXNWrSIZ4EL Generated-by-Nova", "fingerprint": "46:9f:b9:31:32:83:b6:66:da:e7:56:6b:f8:f0:ed:92", "user_id": "7bdff3f7b2a44f64944e0580ada36baf"}}' 2021-08-10 15:41:04,547 114841 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1202965049 created 2021-08-10 15:41:04,682 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-groups 0.135s 2021-08-10 15:41:04,683 114841 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--753076891", "description": "tempest-description--176500786"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1578', 'x-openstack-request-id': 'req-bb271470-84d9-4124-b1bf-b0850be33ab8', 'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "name": "tempest-securitygroup--753076891", "stateful": true, "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "description": "tempest-description--176500786", "security_group_rules": [{"id": "ba5bcee4-dfeb-4028-921b-119afbdf9e19", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "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": 351, "description": null, "tags": [], "created_at": "2021-08-10T15:41:04Z", "updated_at": "2021-08-10T15:41:04Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}, {"id": "ba6b8247-5265-49ab-a44f-ea398e39350e", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "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": 352, "description": null, "tags": [], "created_at": "2021-08-10T15:41:04Z", "updated_at": "2021-08-10T15:41:04Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}], "tags": [], "created_at": "2021-08-10T15:41:04Z", "updated_at": "2021-08-10T15:41:04Z", "revision_number": 1, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:04,795 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 0.111s 2021-08-10 15:41:04,795 114841 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": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-72d535f8-c915-41ef-a57f-7354b6569148', 'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "00e273bc-bf67-4565-8306-b43646eccff5", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "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, "description": "", "created_at": "2021-08-10T15:41:04Z", "updated_at": "2021-08-10T15:41:04Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:04,914 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 0.118s 2021-08-10 15:41:04,914 114841 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": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-05dd100b-52be-426c-b875-7cba6c8db17a', 'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3bcb09fd-9e82-4e11-b016-05b5ec12b5ad", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "security_group_id": "662fb1fc-0702-4369-9283-1e5db84bf9aa", "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, "description": "", "created_at": "2021-08-10T15:41:04Z", "updated_at": "2021-08-10T15:41:04Z", "revision_number": 0, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:04,915 114841 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--753076891 created 2021-08-10 15:41:05,684 114841 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/floatingips 0.769s 2021-08-10 15:41:05,684 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-0a01493a-3cee-4a1b-be55-1264f734243a', 'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "52d07eac-7698-4771-ab2f-13d7b3dc7422", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "floating_ip_address": "172.27.3.226", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "description": "", "port_details": null, "tags": [], "created_at": "2021-08-10T15:41:05Z", "updated_at": "2021-08-10T15:41:05Z", "revision_number": 0}}' 2021-08-10 15:41:05,685 114841 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '52d07eac-7698-4771-ab2f-13d7b3dc7422', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'floating_ip_address': '172.27.3.226', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:41:05Z', 'updated_at': '2021-08-10T15:41:05Z', 'revision_number': 0, 'ip': '172.27.3.226'} created 2021-08-10 15:41:05,721 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.21/identity/v3/auth/tokens 0.030s 2021-08-10 15:41:05,722 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3407', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f69660e0-4751-4909-8c7f-08feb1a9d837', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7bdff3f7b2a44f64944e0580ada36baf", "name": "tempest-AttachVolumeShelveTestJSON-774084148-project", "password_expires_at": null}, "audit_ids": ["9Zy6ig3oQ2C9dRkrv8oyVQ"], "expires_at": "2021-08-10T16:41:05.000000Z", "issued_at": "2021-08-10T15:41:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "name": "tempest-AttachVolumeShelveTestJSON-774084148"}, "is_domain": false, "roles": [{"id": "93016b25cb1d4ab29cbc6d088f2bb2a6", "name": "reader"}, {"id": "3f0e67136fd346359265e2fb6f5e3133", "name": "member"}], "catalog": [{"endpoints": [{"id": "e1c4616a7a394f9793fcc756891761bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2/1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "0f439aca09b940b095cf6b424ebf8f9a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "32e9e956edf54f918aa8bd22bcefaa7e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}, {"id": "e632fc2df7374a23bb2bb772dab001eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}], "id": "327603b840204b6ab8eb4b7b9e011511", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2f5e195ed3f844bfbda7b1bd516eeb75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "3860ab1a1c5e4fdbb14fb758d5069f32", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a289e48496ce42fb8901a4ca82a22e4a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/image", "region": "RegionOne"}], "id": "4b7249a1c1044a069c1fb0ebb717c8d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81e1ac20b1fd45fda0adedc5309e6974", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "71b1c4e37b29475689a2f3a97f55088c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "cde045d618b44ff0b53328611f007682", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/placement", "region": "RegionOne"}], "id": "7c5037f8892e46dfbc3c95d4a389a284", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0ad36d76ccb043bfa2d1057be9e9ff68", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21:8080", "region": "RegionOne"}, {"id": "fe00482004584c039cab04e8ac8d8d8a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:8080/v1/AUTH_1a9c7c16cb3b49a28af743f1ea5d0d19", "region": "RegionOne"}], "id": "bc90e41c210749b899510acd79e9950f", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "8eee5c9a63314f45a0aafcc3830e0527", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:9696/", "region": "RegionOne"}], "id": "c23af3b8d8ab49269b27232ede5e3d64", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8bb54876d76f46b69d930189bebd223b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2.1", "region": "RegionOne"}], "id": "e6db6146bd3e4d2a8ac79beebf3f9b82", "type": "compute", "name": "nova"}]}}' 2021-08-10 15:41:05,722 114841 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '1054f74d-0fbd-4887-9cc1-ba2ab9fa1994', 'name': 'tempest-AttachVolumeShelveTestJSON-1339996016-network', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 817, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-08-10T15:32:03Z', 'updated_at': '2021-08-10T15:32:03Z', 'revision_number': 1} available for tenant 2021-08-10 15:41:05,723 114841 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAta2akrlVI2tkFeVkivN/iHnzHQoK1eLq86vz0vEZWF7hhroi\nGnNJijzGkuxBp9C+0+0AXsWGbax9NC89ELZ+TzJRs24XNUfBeIc2pPUUVNA6xMoF\noej/oCK6eXtWYVJ3fNSZUAPv6bGTpw6PmZJtBrr87BWsYQdyWTcajAz0V39c+Muf\nqZnnhweAwRVH/Bovu+K+2jey0AcKpWioAT5UPUvZqQ046HYsBXoxVjkZKG6FvOIb\niQhBKn+dn16JURhNVNWyspO1E2wj3syHrgFAjhr2DPwmT3rC9NcUFHvXpHHNwphk\n2LqD5k80vsV39sHay+4JYUF4Smc1zVq0iGeBCwIDAQABAoIBADn7cf2p0JZBS+wB\nDhmapPU1lnWKIvMoPLwQAP0tnV0qyudouEGg0bOgue9iH4IjiQOx/BBDEigmiL8C\n5IZU9/LmqFSPqjCC+igxXys+XILFAjyUDUAjUJIXA1SKHINrAl+Aqn1zBDqdRfZn\nG0V0Cf+/5cCjGiTNb50xjPNtnv3dSflqhX/kzUqrBEvqG1ivxkX5Yym7lU+DfY9J\nfpY8FXqy03shOxJQ2mWUsD2aSyDRrUshVCXZoIQaAe90axSlMHG0cmT+GdQxBFHu\nWg6pIe9gmRefSxF9rLlNI1vnod1guD7r6PQG95Wy804/jjY80DOPk5b2OIBERR4+\nAy6QpAECgYEA6krgW6syUfXYj1YzvDvyHMKXgEy3m0nSffSDhuwQoMwOGy+a18kX\nYeGK4CK4FFDuFlSMZSq+ntZ3N8rf/oWkbkdhwBOR3D9VIow7UHJjHvbDGz5+TY5Z\nm4gKDvCy7GSfh4501wBsmbo0+i0T/3e4pS2PgHq7CZaQ8cWu1uxlRIECgYEAxoLH\n+vfddcBG5WMRPWJQuMWyVd4NGhTCqSaAyrl/OBVxEvOWby3QUFpKA3oq/cD4pkeA\nQ/bRdn1rj6vIGDh6axXQVGvKlo+DotjTW5iZLd+S5FnFiW7rnbgsSKPF0B1GSMD9\nBp/baEd83cePiY9/aZtvPWBoYQNJM5kvM6uHz4sCgYEAvSBaQcVNZnnlKbe1JYLi\nazLtpyTGpfUOlJxXvAc9WP+/d1STUxNB68JsH4gHPmch+iaf+l5p58BKFmCPNl9d\nH6RBlRJ3EOqS58N5cfQUbX9WedyVijeZwAIt1Geal1aWrI9jY9c001dLwpO26+cR\nx0yi5VytNQ00zeX8wAOtr4ECgYAQeL2bR4HqyV+YnRXLICNOkajwkxJHPb3BR16c\nc7PotW7Cgc/TvdtxL2zAyRxUHfUD5x7vhMVwrYuFSl26FMWjqRW2S5Nt1s63boJr\nMUhUlB6eMAzCEKAgYC3cgSpi0GsKkmjsactM5dGonWx9n5iU7L7YOu2uTxV94JIY\nGX2VbQKBgQCV3pFJavMwCpGn5RdF9Xyfk1qELesV9yvcc6yQ8qmfoQU8jBlCu2aV\nlo8Nh4NPuWc5a7Kdc9mYc3yWajyaeQ6rFruU3+Tl/e08Gr/zrige1iGHbJcE6Qfi\ngrmQtFq3sk8kRpHpljE3q3QCwwlENPtwaN+eX6916+v5vYEIxPjgpg==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-1202965049', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1rZqSuVUja2QV5WSK83+IefMdCgrV4urzq/PS8RlYXuGGuiIac0mKPMaS7EGn0L7T7QBexYZtrH00Lz0Qtn5PMlGzbhc1R8F4hzak9RRU0DrEygWh6P+gIrp5e1ZhUnd81JlQA+/psZOnDo+Zkm0GuvzsFaxhB3JZNxqMDPRXf1z4y5+pmeeHB4DBFUf8Gi+74r7aN7LQBwqlaKgBPlQ9S9mpDTjodiwFejFWORkoboW84huJCEEqf52fXolRGE1U1bKyk7UTbCPezIeuAUCOGvYM/CZPesL01xQUe9ekcc3CmGTYuoPmTzS+xXf2wdrL7glhQXhKZzXNWrSIZ4EL Generated-by-Nova', 'fingerprint': '46:9f:b9:31:32:83:b6:66:da:e7:56:6b:f8:f0:ed:92', 'user_id': '7bdff3f7b2a44f64944e0580ada36baf'}, 'security_group': {'id': '662fb1fc-0702-4369-9283-1e5db84bf9aa', 'name': 'tempest-securitygroup--753076891', 'stateful': True, 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'description': 'tempest-description--176500786', 'security_group_rules': [{'id': 'ba5bcee4-dfeb-4028-921b-119afbdf9e19', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'security_group_id': '662fb1fc-0702-4369-9283-1e5db84bf9aa', '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': 351, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:41:04Z', 'updated_at': '2021-08-10T15:41:04Z', 'revision_number': 0, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19'}, {'id': 'ba6b8247-5265-49ab-a44f-ea398e39350e', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'security_group_id': '662fb1fc-0702-4369-9283-1e5db84bf9aa', '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': 352, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:41:04Z', 'updated_at': '2021-08-10T15:41:04Z', 'revision_number': 0, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19'}], 'tags': [], 'created_at': '2021-08-10T15:41:04Z', 'updated_at': '2021-08-10T15:41:04Z', 'revision_number': 1, 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19'}, 'floating_ip': {'id': '52d07eac-7698-4771-ab2f-13d7b3dc7422', 'tenant_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'floating_ip_address': '172.27.3.226', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1a9c7c16cb3b49a28af743f1ea5d0d19', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:41:05Z', 'updated_at': '2021-08-10T15:41:05Z', 'revision_number': 0, 'ip': '172.27.3.226'}} 2021-08-10 15:41:06,308 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.21/compute/v2.1/servers 0.585s 2021-08-10 15:41:06,309 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1054f74d-0fbd-4887-9cc1-ba2ab9fa1994"}], "security_groups": [{"name": "tempest-securitygroup--753076891"}], "key_name": "tempest-keypair-1202965049", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18581846-dd26-4a56-a399-c7b82e9c8dfa', 'x-compute-request-id': 'req-18581846-dd26-4a56-a399-c7b82e9c8dfa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--753076891"}], "adminPass": "password"}}' 2021-08-10 15:41:06,380 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.069s 2021-08-10 15:41:06,380 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dffae43a-2177-40cf-abc0-8adb58af59d6', 'x-compute-request-id': 'req-dffae43a-2177-40cf-abc0-8adb58af59d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1202965049", "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": [], "locked": false, "description": null}}' 2021-08-10 15:41:07,494 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.104s 2021-08-10 15:41:07,495 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f52f36ac-9b16-489c-a351-8a67a6190dc6', 'x-compute-request-id': 'req-f52f36ac-9b16-489c-a351-8a67a6190dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:07,503 114841 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2021-08-10 15:41:08,680 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.175s 2021-08-10 15:41:08,680 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24f55304-0b8f-417d-b188-c8d115b90193', 'x-compute-request-id': 'req-24f55304-0b8f-417d-b188-c8d115b90193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:09,842 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.152s 2021-08-10 15:41:09,842 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4829d0-410d-40b4-a2be-20b61dda91bd', 'x-compute-request-id': 'req-ee4829d0-410d-40b4-a2be-20b61dda91bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:10,998 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.146s 2021-08-10 15:41:10,998 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b55e243-6a72-4cf9-9652-e9fccfa30740', 'x-compute-request-id': 'req-2b55e243-6a72-4cf9-9652-e9fccfa30740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:12,151 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.143s 2021-08-10 15:41:12,151 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1360e01a-3ce9-45cf-ae48-d114b6e8dca9', 'x-compute-request-id': 'req-1360e01a-3ce9-45cf-ae48-d114b6e8dca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:13,311 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.151s 2021-08-10 15:41:13,312 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-925aa891-cdd4-46fe-b02d-ba3998bda7af', 'x-compute-request-id': 'req-925aa891-cdd4-46fe-b02d-ba3998bda7af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:14,469 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.147s 2021-08-10 15:41:14,470 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6639fb6d-19a8-4888-998c-49fabd2aa101', 'x-compute-request-id': 'req-6639fb6d-19a8-4888-998c-49fabd2aa101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:15,634 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.154s 2021-08-10 15:41:15,634 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bd1d46b-c96d-4465-9e99-5720df4940c0', 'x-compute-request-id': 'req-7bd1d46b-c96d-4465-9e99-5720df4940c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "BUILD", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:16,789 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.144s 2021-08-10 15:41:16,790 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1600', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6f641b6-16f3-4f7c-aa1d-d099a024eddb', 'x-compute-request-id': 'req-c6f641b6-16f3-4f7c-aa1d-d099a024eddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:41:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": "2021-08-10T15:41:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:41:16,798 114841 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2021-08-10 15:41:16,893 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/os-interface 0.095s 2021-08-10 15:41:16,894 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe895cf4-5f95-41c2-85a0-edfd7fa04959', 'x-compute-request-id': 'req-fe895cf4-5f95-41c2-85a0-edfd7fa04959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1054f74d-0fbd-4887-9cc1-ba2ab9fa1994", "port_id": "de1b65da-b048-455e-94fe-f7f3bf53fb58", "mac_addr": "fa:16:3e:f8:72:69", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fd215940-0e08-482f-8bea-6d77476ac48d", "ip_address": "172.20.0.13"}]}]}' 2021-08-10 15:41:18,020 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.21:9696/v2.0/floatingips/52d07eac-7698-4771-ab2f-13d7b3dc7422 1.124s 2021-08-10 15:41:18,021 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "de1b65da-b048-455e-94fe-f7f3bf53fb58"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-c512db13-3a0b-43e6-8aba-0ac7215a9193', 'date': 'Tue, 10 Aug 2021 15:41:18 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/52d07eac-7698-4771-ab2f-13d7b3dc7422'} Body: b'{"floatingip": {"id": "52d07eac-7698-4771-ab2f-13d7b3dc7422", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "floating_ip_address": "172.27.3.226", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": "14af296d-34b4-4ffd-bfc6-0bb5791ed7f9", "port_id": "de1b65da-b048-455e-94fe-f7f3bf53fb58", "fixed_ip_address": "172.20.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1054f74d-0fbd-4887-9cc1-ba2ab9fa1994", "mac_address": "fa:16:3e:f8:72:69", "admin_state_up": true, "status": "ACTIVE", "device_id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-08-10T15:41:05Z", "updated_at": "2021-08-10T15:41:17Z", "revision_number": 1, "project_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:18,113 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.091s 2021-08-10 15:41:18,113 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b67a4ab7-e0ba-4c22-bda9-860396222f46', 'x-compute-request-id': 'req-b67a4ab7-e0ba-4c22-bda9-860396222f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:19,192 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.077s 2021-08-10 15:41:19,193 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-228cf747-12e5-4a35-b216-3d9b2978f37b', 'x-compute-request-id': 'req-228cf747-12e5-4a35-b216-3d9b2978f37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:20,273 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.078s 2021-08-10 15:41:20,274 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe0fb599-0546-41df-97c4-ef968b181d02', 'x-compute-request-id': 'req-fe0fb599-0546-41df-97c4-ef968b181d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:21,355 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.079s 2021-08-10 15:41:21,356 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6ace920-5258-45a5-af8f-7f611f971660', 'x-compute-request-id': 'req-d6ace920-5258-45a5-af8f-7f611f971660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:22,443 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.085s 2021-08-10 15:41:22,443 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ba11507-ae44-48bd-a58c-f43eca823352', 'x-compute-request-id': 'req-2ba11507-ae44-48bd-a58c-f43eca823352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:23,526 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.080s 2021-08-10 15:41:23,527 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c9bff3f-fcc9-4970-846a-9de0cd6899da', 'x-compute-request-id': 'req-6c9bff3f-fcc9-4970-846a-9de0cd6899da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:24,607 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.078s 2021-08-10 15:41:24,608 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe6e892a-11f9-4e3e-8347-bab44dfd0efc', 'x-compute-request-id': 'req-fe6e892a-11f9-4e3e-8347-bab44dfd0efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:25,697 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.086s 2021-08-10 15:41:25,697 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25080c85-6b64-459f-822d-5281bd693566', 'x-compute-request-id': 'req-25080c85-6b64-459f-822d-5281bd693566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:26,776 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.076s 2021-08-10 15:41:26,776 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5508cf71-02f8-47f8-b1b9-2f21b885e5f7', 'x-compute-request-id': 'req-5508cf71-02f8-47f8-b1b9-2f21b885e5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": ""}' 2021-08-10 15:41:27,859 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.080s 2021-08-10 15:41:27,859 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6795', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcdc69b7-cc3a-49a9-9e93-2c73fc986a21', 'x-compute-request-id': 'req-dcdc69b7-cc3a-49a9-9e93-2c73fc986a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:28,942 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:28,943 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '15025', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d5a446-82c1-4ec6-89a5-c51ad1cf9777', 'x-compute-request-id': 'req-05d5a446-82c1-4ec6-89a5-c51ad1cf9777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:30,029 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.083s 2021-08-10 15:41:30,030 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ee30a55-8a67-47ea-aa3f-cf4c4577c0f8', 'x-compute-request-id': 'req-1ee30a55-8a67-47ea-aa3f-cf4c4577c0f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:31,130 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.098s 2021-08-10 15:41:31,131 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f60b87e2-ae5c-4521-885f-32047ade546f', 'x-compute-request-id': 'req-f60b87e2-ae5c-4521-885f-32047ade546f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:32,214 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:32,215 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22070', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d00dcc6-d547-4193-bfd1-525bf2ed6043', 'x-compute-request-id': 'req-2d00dcc6-d547-4193-bfd1-525bf2ed6043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:33,299 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:33,299 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3981aaf2-a131-4c37-9fd3-a9cf181c20e9', 'x-compute-request-id': 'req-3981aaf2-a131-4c37-9fd3-a9cf181c20e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:34,381 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.079s 2021-08-10 15:41:34,381 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24816', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa19f4fc-fe30-47bc-95ab-dac31df60662', 'x-compute-request-id': 'req-fa19f4fc-fe30-47bc-95ab-dac31df60662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:35,465 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:35,465 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26325', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca213b1-2885-497f-8b30-c7de7a290cb4', 'x-compute-request-id': 'req-cca213b1-2885-497f-8b30-c7de7a290cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:36,547 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.079s 2021-08-10 15:41:36,547 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96a65ff9-2d83-4e0e-afb4-7b7758bee4f6', 'x-compute-request-id': 'req-96a65ff9-2d83-4e0e-afb4-7b7758bee4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:37,629 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.079s 2021-08-10 15:41:37,630 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27985', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5166142a-a84f-4421-85a0-0a0602682acc', 'x-compute-request-id': 'req-5166142a-a84f-4421-85a0-0a0602682acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:38,714 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.080s 2021-08-10 15:41:38,714 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b31de9b-a202-46bf-874c-c25046d76f49', 'x-compute-request-id': 'req-6b31de9b-a202-46bf-874c-c25046d76f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:39,805 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.087s 2021-08-10 15:41:39,805 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c25554e-be1f-4b8c-b7ab-3654787d0b96', 'x-compute-request-id': 'req-5c25554e-be1f-4b8c-b7ab-3654787d0b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:40,887 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.078s 2021-08-10 15:41:40,887 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28504', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81fe5a27-4769-496a-a5e3-cc63ee24ac25', 'x-compute-request-id': 'req-81fe5a27-4769-496a-a5e3-cc63ee24ac25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:41,970 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.080s 2021-08-10 15:41:41,971 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58392e3e-6630-4abb-bd08-39fb14aacfc4', 'x-compute-request-id': 'req-58392e3e-6630-4abb-bd08-39fb14aacfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:43,066 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.093s 2021-08-10 15:41:43,067 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c472f6-d3c8-4a74-9164-5365d6fedaa8', 'x-compute-request-id': 'req-76c472f6-d3c8-4a74-9164-5365d6fedaa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:44,155 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.086s 2021-08-10 15:41:44,156 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f9d7761-a480-4805-9d18-ff9d6bfc87b9', 'x-compute-request-id': 'req-0f9d7761-a480-4805-9d18-ff9d6bfc87b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:45,240 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:45,241 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28818', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52c05277-cf32-46dc-9623-70f255e23d1a', 'x-compute-request-id': 'req-52c05277-cf32-46dc-9623-70f255e23d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:46,330 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.086s 2021-08-10 15:41:46,331 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30915', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de3146c-9312-422f-bf9f-1d80595be136', 'x-compute-request-id': 'req-5de3146c-9312-422f-bf9f-1d80595be136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:47,414 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:47,415 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32500', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3dd6825-e8d9-4661-b396-1049e01f8f59', 'x-compute-request-id': 'req-d3dd6825-e8d9-4661-b396-1049e01f8f59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:48,534 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.117s 2021-08-10 15:41:48,534 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-198e6920-d944-4f74-9951-07a0c7019c0b', 'x-compute-request-id': 'req-198e6920-d944-4f74-9951-07a0c7019c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:49,619 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.082s 2021-08-10 15:41:49,620 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34376', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ea1a99-0e07-404a-b3ab-d70a2bac63a8', 'x-compute-request-id': 'req-b6ea1a99-0e07-404a-b3ab-d70a2bac63a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:50,711 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.088s 2021-08-10 15:41:50,712 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1fe445-cb3e-4966-a7c6-53034b6b3f73', 'x-compute-request-id': 'req-3c1fe445-cb3e-4966-a7c6-53034b6b3f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:51,803 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.087s 2021-08-10 15:41:51,803 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37128', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be79c61-2117-458f-b053-4dba4c0d995f', 'x-compute-request-id': 'req-0be79c61-2117-458f-b053-4dba4c0d995f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:52,891 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.083s 2021-08-10 15:41:52,892 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fcf4463-ec8c-416c-9bb2-88b8e4f8c4f0', 'x-compute-request-id': 'req-0fcf4463-ec8c-416c-9bb2-88b8e4f8c4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:53,975 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.080s 2021-08-10 15:41:53,976 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66d38da2-87f1-4e17-a1bb-23346d1344e2', 'x-compute-request-id': 'req-66d38da2-87f1-4e17-a1bb-23346d1344e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:55,058 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.081s 2021-08-10 15:41:55,059 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79f3a6d0-0318-4043-adb7-f02553f5d8c8', 'x-compute-request-id': 'req-79f3a6d0-0318-4043-adb7-f02553f5d8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:56,141 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.079s 2021-08-10 15:41:56,142 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4af584c6-d9d7-4c36-ba7f-e635e5578316', 'x-compute-request-id': 'req-4af584c6-d9d7-4c36-ba7f-e635e5578316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:57,225 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action 0.080s 2021-08-10 15:41:57,227 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baaef823-82fd-46ea-9663-b32d2f39aa01', 'x-compute-request-id': 'req-baaef823-82fd-46ea-9663-b32d2f39aa01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:41:57,267 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/ips 0.038s 2021-08-10 15:41:57,267 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '153', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69440b8d-623f-4ed1-bed2-4be2b9940b9a', 'x-compute-request-id': 'req-69440b8d-623f-4ed1-bed2-4be2b9940b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.13"}, {"version": 4, "addr": "172.27.3.226"}]}}' 2021-08-10 15:41:57,456 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes 0.186s 2021-08-10 15:41:57,457 114841 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-AttachVolumeShelveTestJSON-volume-365223984"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66472430-36cb-4e4c-89f2-374a8782a61f', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66472430-36cb-4e4c-89f2-374a8782a61f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.385233", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:41:57,508 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:41:57,508 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc13873c-c168-4193-9842-590f8e9da11b', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc13873c-c168-4193-9842-590f8e9da11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:58,557 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:41:58,557 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29f72ee-84a9-4ed3-bf9a-fdc2ccbe39f1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29f72ee-84a9-4ed3-bf9a-fdc2ccbe39f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:41:59,611 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:41:59,612 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-632eaddf-78aa-40b8-9e37-075acbcb22f9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632eaddf-78aa-40b8-9e37-075acbcb22f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:00,660 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:42:00,660 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bbb57c-921d-4d37-9a28-32867e7008c4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bbb57c-921d-4d37-9a28-32867e7008c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:01,713 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:42:01,713 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c90c39cf-3048-4462-b399-ed9a39f3eeb4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c90c39cf-3048-4462-b399-ed9a39f3eeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:02,766 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:02,767 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69416d8-6e0e-48c8-919e-74ed40364cc3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69416d8-6e0e-48c8-919e-74ed40364cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:03,815 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:42:03,816 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eed0671-eba9-4449-870e-d38801031134', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eed0671-eba9-4449-870e-d38801031134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:04,864 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:04,865 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db4d7e5-a2df-42cf-a6b6-316a357d1050', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db4d7e5-a2df-42cf-a6b6-316a357d1050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:05,913 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:05,913 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7147011-c3fe-43c6-9cbe-34bfe56569f4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7147011-c3fe-43c6-9cbe-34bfe56569f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:06,961 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:06,962 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e036ea-c7d2-427a-b71d-d67694f66ff5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e036ea-c7d2-427a-b71d-d67694f66ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:08,012 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:42:08,012 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d457147d-a940-42b3-a168-c7534f01c2c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d457147d-a940-42b3-a168-c7534f01c2c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:09,060 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:42:09,060 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b6650d-8347-4143-8516-fc07c2614840', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b6650d-8347-4143-8516-fc07c2614840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:10,108 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:10,108 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7cad9fb-ad4a-491d-82b6-179a1a6582fe', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7cad9fb-ad4a-491d-82b6-179a1a6582fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:11,157 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:42:11,157 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36264e7-083d-4a9b-b274-08668dc58bcd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36264e7-083d-4a9b-b274-08668dc58bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:12,205 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:12,206 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52db082d-a0cd-44b4-bf51-fa8d19b27c2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52db082d-a0cd-44b4-bf51-fa8d19b27c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:13,254 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:13,254 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843c97cf-4597-49d3-a40d-9133fcd703b3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843c97cf-4597-49d3-a40d-9133fcd703b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:14,303 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:14,303 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-492b5860-ba14-4dcb-8f08-9d1eabfe8ab8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-492b5860-ba14-4dcb-8f08-9d1eabfe8ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:15,351 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:15,351 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06c8ee42-b3da-4491-b74b-75ceefdf34ee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06c8ee42-b3da-4491-b74b-75ceefdf34ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:16,399 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:16,400 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf2f6b8-47ba-472f-9ae7-f040fc13ef95', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf2f6b8-47ba-472f-9ae7-f040fc13ef95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:17,446 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.038s 2021-08-10 15:42:17,446 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3808d42-9228-4f50-b5b0-8a19044aa1b8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3808d42-9228-4f50-b5b0-8a19044aa1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:18,495 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:18,495 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ffc025-4365-4a28-aa8b-c7f977b6924d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ffc025-4365-4a28-aa8b-c7f977b6924d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:19,544 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:42:19,545 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b6389b-67c8-4a60-866c-6fc2576140b9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b6389b-67c8-4a60-866c-6fc2576140b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:20,633 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.081s 2021-08-10 15:42:20,633 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c4365f-242e-4f8a-91d8-fac544a4270f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c4365f-242e-4f8a-91d8-fac544a4270f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:21,680 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.038s 2021-08-10 15:42:21,680 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb2ac47d-1bf1-42ad-a489-4b576197b2a6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb2ac47d-1bf1-42ad-a489-4b576197b2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:22,729 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:22,729 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa3535d5-4ace-43b2-9ab2-57aec0d83f0e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa3535d5-4ace-43b2-9ab2-57aec0d83f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:23,776 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.039s 2021-08-10 15:42:23,777 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830a8099-35a3-4f08-8a73-932b05a29df6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830a8099-35a3-4f08-8a73-932b05a29df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:24,825 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:24,825 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5df2b5a-508f-43a8-8bf8-cf02fa1d34dc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5df2b5a-508f-43a8-8bf8-cf02fa1d34dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:25,876 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:42:25,876 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-603768b0-5d51-40dc-9a95-39c973c44cf6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-603768b0-5d51-40dc-9a95-39c973c44cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:26,930 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:42:26,930 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79624dce-49c9-43ac-b952-992a3551cba9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79624dce-49c9-43ac-b952-992a3551cba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:27,990 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.051s 2021-08-10 15:42:27,990 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4226e907-41f4-4a19-837a-1cc08d921693', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4226e907-41f4-4a19-837a-1cc08d921693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:29,044 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:42:29,044 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ebf216-7aee-4091-9f58-14e339491497', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ebf216-7aee-4091-9f58-14e339491497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:30,097 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:42:30,097 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c09f1c-61a1-40d9-8b9b-ef214b02322b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c09f1c-61a1-40d9-8b9b-ef214b02322b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:31,162 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.057s 2021-08-10 15:42:31,162 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a078aa-d49f-4249-9866-f32cbc3a1ecc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a078aa-d49f-4249-9866-f32cbc3a1ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:32,220 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:42:32,220 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17287e39-e654-4906-9de7-71d28ed9b646', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17287e39-e654-4906-9de7-71d28ed9b646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:33,273 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:42:33,274 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d681bb7-0106-4f6e-83aa-0971fa1363db', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d681bb7-0106-4f6e-83aa-0971fa1363db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:34,328 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:34,328 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12387fd-f94b-49ed-85e2-d88ffa2f28c2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12387fd-f94b-49ed-85e2-d88ffa2f28c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:35,382 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:35,383 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38eb3b4-0d40-4823-82d4-b3ffe9ec45d5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d38eb3b4-0d40-4823-82d4-b3ffe9ec45d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:36,435 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:42:36,436 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2b64b5-ecd3-43e6-a9c9-923639df1874', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2b64b5-ecd3-43e6-a9c9-923639df1874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:37,493 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:42:37,493 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb06d95-a196-4b2f-86c2-86ecf7ff9fe6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb06d95-a196-4b2f-86c2-86ecf7ff9fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:38,551 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:42:38,552 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc658016-9461-4033-b7a3-4ad6c22030fe', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc658016-9461-4033-b7a3-4ad6c22030fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:39,606 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:39,607 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b3b6537-44ce-45c8-b9a5-a38b2bdf502a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b3b6537-44ce-45c8-b9a5-a38b2bdf502a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:40,664 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:42:40,665 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e16da78c-4aa7-467d-b58d-a5e79dc63f05', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e16da78c-4aa7-467d-b58d-a5e79dc63f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:41,715 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:42:41,715 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597b8f91-66fe-4798-80a1-b43183c9981a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597b8f91-66fe-4798-80a1-b43183c9981a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:42,769 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:42:42,770 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec77416-5a0b-4128-8b0e-dc4b755cf0e7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec77416-5a0b-4128-8b0e-dc4b755cf0e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:43,824 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:43,824 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d23f71-82d6-4193-bc2e-e227103c848e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d23f71-82d6-4193-bc2e-e227103c848e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:44,880 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:42:44,880 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f71437-8146-48ed-ab46-78c629c63226', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f71437-8146-48ed-ab46-78c629c63226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:45,934 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:45,934 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-508a3e4a-4bb7-4df7-b780-84e0fb0f06cd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-508a3e4a-4bb7-4df7-b780-84e0fb0f06cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:46,987 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:42:46,988 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087ffb2a-ee2f-4da4-8a5c-493048649696', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087ffb2a-ee2f-4da4-8a5c-493048649696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:48,049 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.052s 2021-08-10 15:42:48,049 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4a87d2-1b1b-433b-b1fb-bc29b522ea6b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4a87d2-1b1b-433b-b1fb-bc29b522ea6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:49,104 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:42:49,104 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7559cda-e1bc-4da6-9119-293dd0a807f3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7559cda-e1bc-4da6-9119-293dd0a807f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:50,161 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:42:50,162 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30996a93-167d-4a58-a1b0-2a9bb1230414', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30996a93-167d-4a58-a1b0-2a9bb1230414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:51,218 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:42:51,219 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e64d4ecc-68b3-4d95-a922-7e991522bd28', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e64d4ecc-68b3-4d95-a922-7e991522bd28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:52,271 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:42:52,272 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d51ae3-a2df-43d9-8a33-a1fb25bf3f47', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d51ae3-a2df-43d9-8a33-a1fb25bf3f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:53,329 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:42:53,330 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d573c8c8-af1f-4c34-a460-170d89e5c357', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d573c8c8-af1f-4c34-a460-170d89e5c357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:54,385 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:42:54,385 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc9cd3d-430e-4935-b9a5-0b6456499341', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc9cd3d-430e-4935-b9a5-0b6456499341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:55,445 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.052s 2021-08-10 15:42:55,446 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4563e75a-382d-4489-a8ad-f784807b8a00', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4563e75a-382d-4489-a8ad-f784807b8a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:56,499 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:42:56,500 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eaada8a-3051-48e4-8896-de9a96591669', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eaada8a-3051-48e4-8896-de9a96591669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:57,570 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.062s 2021-08-10 15:42:57,570 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a5f7df-5f10-44cf-841b-d2bf081e763d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a5f7df-5f10-44cf-841b-d2bf081e763d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:58,620 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:42:58,621 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e5a585-ecb9-4660-af74-e89dffd71ed1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e5a585-ecb9-4660-af74-e89dffd71ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:42:59,670 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:42:59,670 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23f9b395-3eea-4cf3-aa55-4b586ff81ac3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23f9b395-3eea-4cf3-aa55-4b586ff81ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:00,721 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:43:00,722 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2012b742-fd3b-473a-82dd-82e74a141804', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2012b742-fd3b-473a-82dd-82e74a141804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:01,783 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.053s 2021-08-10 15:43:01,784 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90098d00-bfb2-42e8-95c7-cb9cb8b9fe37', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90098d00-bfb2-42e8-95c7-cb9cb8b9fe37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:02,838 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:02,839 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-823ce3fe-2e26-47f3-a3d3-eab6dc34f5bc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-823ce3fe-2e26-47f3-a3d3-eab6dc34f5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:03,893 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:03,894 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b67195-81f5-425c-8302-e380ae553d61', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b67195-81f5-425c-8302-e380ae553d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:04,949 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:04,949 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e3ac2e-4a23-4827-8baa-22fc219d4671', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e3ac2e-4a23-4827-8baa-22fc219d4671', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:06,005 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:06,005 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406fc1b7-aca4-4366-8b86-aba3149b5c03', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406fc1b7-aca4-4366-8b86-aba3149b5c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:07,061 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:07,061 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32627d4f-eb33-401a-977b-6b6211d1534f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32627d4f-eb33-401a-977b-6b6211d1534f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:08,117 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:08,118 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b667bdc-0444-4ba6-8aa8-c6243dda4a04', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b667bdc-0444-4ba6-8aa8-c6243dda4a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:09,170 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:09,170 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f56670-9463-458c-b192-2d361caa0701', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f56670-9463-458c-b192-2d361caa0701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:10,230 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.052s 2021-08-10 15:43:10,231 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843f7ffe-8fad-435e-a921-33b45643dd29', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843f7ffe-8fad-435e-a921-33b45643dd29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:11,293 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.054s 2021-08-10 15:43:11,294 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f481ce-a996-44f9-a765-5d19dbf7041a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f481ce-a996-44f9-a765-5d19dbf7041a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:12,342 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:43:12,342 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da74a44-1f89-4530-923e-fc1d05a081dc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da74a44-1f89-4530-923e-fc1d05a081dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:13,396 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:13,397 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a5cbdd3-2c61-408e-8b92-45c281a2933a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a5cbdd3-2c61-408e-8b92-45c281a2933a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:14,452 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:14,453 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9be6d8c-4244-4e2b-9790-c0d2d4e60b93', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9be6d8c-4244-4e2b-9790-c0d2d4e60b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:15,509 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:43:15,510 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28d8cd0-846b-434a-8f2b-d3088bfe8b3d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28d8cd0-846b-434a-8f2b-d3088bfe8b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:16,565 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:16,566 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f016a1-adfc-4ca7-9463-aeb9f694f30c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f016a1-adfc-4ca7-9463-aeb9f694f30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:17,629 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.055s 2021-08-10 15:43:17,630 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec388dc7-eb02-41b2-a912-19e34e9f08f8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec388dc7-eb02-41b2-a912-19e34e9f08f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:18,681 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:43:18,681 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e6faf8f-3667-4c9d-95b5-4dce083046e9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e6faf8f-3667-4c9d-95b5-4dce083046e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:19,743 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.053s 2021-08-10 15:43:19,743 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41e6111-6342-4336-ad02-89eaea08335a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41e6111-6342-4336-ad02-89eaea08335a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:20,798 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:20,799 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddacc5eb-98a2-4abe-aba3-65abec1ec5e3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddacc5eb-98a2-4abe-aba3-65abec1ec5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:21,850 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:43:21,850 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fd4aa8-3cdc-4c86-a52f-92c1a7bb00f7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fd4aa8-3cdc-4c86-a52f-92c1a7bb00f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:22,907 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:43:22,907 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e1ee6a-9a76-40ef-a06c-8a3bd96acd74', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e1ee6a-9a76-40ef-a06c-8a3bd96acd74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:23,961 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:23,961 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acc15a85-ee05-4e0f-84ea-bb2463995238', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acc15a85-ee05-4e0f-84ea-bb2463995238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:25,016 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:25,017 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36147b75-346a-452b-855d-73ba5244ec5b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36147b75-346a-452b-855d-73ba5244ec5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:26,075 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:43:26,075 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d674bdf-45fd-45c9-a860-6001cb5a434d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d674bdf-45fd-45c9-a860-6001cb5a434d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:27,127 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:27,127 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67e7225-7068-47c9-ae5a-92166b2a522d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67e7225-7068-47c9-ae5a-92166b2a522d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:28,187 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.051s 2021-08-10 15:43:28,188 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99532cf-aea4-4681-ac52-ef3e4f7bfdb9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99532cf-aea4-4681-ac52-ef3e4f7bfdb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:29,239 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:43:29,240 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e32b480-b724-425d-9c33-9c41241120a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e32b480-b724-425d-9c33-9c41241120a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:30,297 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:43:30,297 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948a9a33-2619-4fce-94c1-1b85c24149d2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948a9a33-2619-4fce-94c1-1b85c24149d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:31,356 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.051s 2021-08-10 15:43:31,357 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec4ad709-faff-41fe-9827-45909b27d954', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4ad709-faff-41fe-9827-45909b27d954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:32,437 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.072s 2021-08-10 15:43:32,437 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7213fcf8-5752-43cf-a591-a7f0fadb043f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7213fcf8-5752-43cf-a591-a7f0fadb043f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:33,492 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:33,492 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8425ef28-1026-4418-9c22-16e1425089b0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8425ef28-1026-4418-9c22-16e1425089b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:34,546 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:34,546 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d369a82-09f8-44c4-b8f0-fc0d300a8e2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d369a82-09f8-44c4-b8f0-fc0d300a8e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:35,602 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:35,602 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7297e566-dbf8-4879-b444-36dd6c7b0516', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7297e566-dbf8-4879-b444-36dd6c7b0516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:36,654 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:36,655 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d694a24a-d257-46ec-9b1c-38d81c914f38', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d694a24a-d257-46ec-9b1c-38d81c914f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:37,707 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:37,708 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a3db163-ec0a-4efd-b8f9-cb6942ecca4f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a3db163-ec0a-4efd-b8f9-cb6942ecca4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:38,760 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:38,760 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b2580d-aef9-4773-b9bf-a72ea25a8b4c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b2580d-aef9-4773-b9bf-a72ea25a8b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:39,815 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:43:39,815 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc15552a-7a4b-4442-ba56-eca48a959be9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc15552a-7a4b-4442-ba56-eca48a959be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:40,870 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:40,871 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e705755-d26c-42e8-ae94-6e4fd1dc2524', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e705755-d26c-42e8-ae94-6e4fd1dc2524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:41,929 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.051s 2021-08-10 15:43:41,929 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59857bd6-9b9e-420e-8414-1123d6f9d44f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59857bd6-9b9e-420e-8414-1123d6f9d44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:42,984 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:43:42,984 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-564b72fc-6199-49b4-83e9-9e7f10c78340', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-564b72fc-6199-49b4-83e9-9e7f10c78340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:44,040 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:44,040 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3c35ae-619c-4dda-b2f2-051e4ae72f8b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3c35ae-619c-4dda-b2f2-051e4ae72f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:45,097 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:43:45,097 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0617a75e-c3f7-4cfe-9fbb-4e2e90ad6742', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0617a75e-c3f7-4cfe-9fbb-4e2e90ad6742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:46,152 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:46,152 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a6b171-6283-4767-91cc-d7e0e953476e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a6b171-6283-4767-91cc-d7e0e953476e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:47,265 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.105s 2021-08-10 15:43:47,266 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8727f8e3-8e85-4e33-beaf-89b9bc61724f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8727f8e3-8e85-4e33-beaf-89b9bc61724f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:48,319 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:43:48,319 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-351b6c4d-2c0b-4fdf-a3ae-bf901c9c77eb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351b6c4d-2c0b-4fdf-a3ae-bf901c9c77eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:49,371 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:49,372 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ea2768-d9ef-4bb7-b72a-6cfdd35829b9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ea2768-d9ef-4bb7-b72a-6cfdd35829b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:50,428 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:50,428 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4daa2d7-63d2-4950-91f1-7f503571a6f0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4daa2d7-63d2-4950-91f1-7f503571a6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:51,487 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:43:51,487 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a7816e-d462-41de-8dd7-f0dfa8f022d6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a7816e-d462-41de-8dd7-f0dfa8f022d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:52,542 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:43:52,542 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d46b52-ae8b-49a2-bf3b-c612fe10ca3d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d46b52-ae8b-49a2-bf3b-c612fe10ca3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:53,595 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:43:53,595 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-705733b1-6491-48d0-a2f4-596c6d769de1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-705733b1-6491-48d0-a2f4-596c6d769de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:54,648 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:43:54,649 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26831661-b689-4233-829c-4fc6913570c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26831661-b689-4233-829c-4fc6913570c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:55,706 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:43:55,706 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ca6bc1-4feb-4d19-9858-a97fda00d804', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ca6bc1-4feb-4d19-9858-a97fda00d804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:56,763 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:43:56,763 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e48c0e-19aa-42bc-b266-b85619d53220', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e48c0e-19aa-42bc-b266-b85619d53220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:57,824 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.053s 2021-08-10 15:43:57,824 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f245dab-920f-4021-abcc-20c00b1eaaeb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f245dab-920f-4021-abcc-20c00b1eaaeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:58,877 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:43:58,877 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-848b3b74-c7e5-47b3-8947-d644abf1ddc1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848b3b74-c7e5-47b3-8947-d644abf1ddc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:43:59,934 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:43:59,934 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59cf034b-9490-4bec-9fa0-fc1d585dbc48', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59cf034b-9490-4bec-9fa0-fc1d585dbc48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:00,988 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:00,989 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f42cf64-02aa-4706-947f-b2869e688347', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f42cf64-02aa-4706-947f-b2869e688347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:02,040 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:44:02,041 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d141cf-90d5-4574-8bd9-4d80cc065fee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d141cf-90d5-4574-8bd9-4d80cc065fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:03,097 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:03,098 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ba576d-37b7-47c2-b411-35b41646e69d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ba576d-37b7-47c2-b411-35b41646e69d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:04,161 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.055s 2021-08-10 15:44:04,161 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1aac718-ce78-4081-81c0-5d0b460a149e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1aac718-ce78-4081-81c0-5d0b460a149e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:05,211 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:44:05,212 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ed7c044-9425-4fa2-ae93-69a309249da6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ed7c044-9425-4fa2-ae93-69a309249da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:06,264 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:06,264 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e8d36cb-8e0a-43f5-a75e-a6f50ffa39c6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e8d36cb-8e0a-43f5-a75e-a6f50ffa39c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:07,315 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:07,316 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be602e43-5228-456c-8a40-c96881909c7e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be602e43-5228-456c-8a40-c96881909c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:08,382 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.059s 2021-08-10 15:44:08,383 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e357e7e-9dd5-419b-bb3b-8a1ccf792b9a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e357e7e-9dd5-419b-bb3b-8a1ccf792b9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:09,429 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.038s 2021-08-10 15:44:09,429 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde6b409-7160-4d9c-b4d4-ccd9f934be2d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde6b409-7160-4d9c-b4d4-ccd9f934be2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:10,484 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:10,484 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f84d6d-b6ed-42fb-b500-9e0d20397b7a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f84d6d-b6ed-42fb-b500-9e0d20397b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:11,538 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:11,538 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e2ba20e-75e1-4608-8cad-e01354421d23', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e2ba20e-75e1-4608-8cad-e01354421d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:12,595 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:12,595 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245d057b-feab-4f14-8b7f-b72a6aec872a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245d057b-feab-4f14-8b7f-b72a6aec872a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:13,649 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:44:13,650 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5c09473-6925-47f8-ba78-160f80243f06', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5c09473-6925-47f8-ba78-160f80243f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:14,707 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:44:14,708 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755af2c9-a89a-4bd0-8bdf-5b70eb0f8236', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755af2c9-a89a-4bd0-8bdf-5b70eb0f8236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:15,764 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:15,765 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37bec95-3018-4715-9d0f-b932d5038173', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37bec95-3018-4715-9d0f-b932d5038173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:16,820 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:16,821 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65870376-ac63-4386-8eed-e8f433d16acf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65870376-ac63-4386-8eed-e8f433d16acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:17,880 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.052s 2021-08-10 15:44:17,881 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465a7319-f7cd-495d-8b5f-4164b8839d23', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465a7319-f7cd-495d-8b5f-4164b8839d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:18,933 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:18,933 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ef4ca00-dc85-46e7-a2e7-bfabb5bd7ceb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ef4ca00-dc85-46e7-a2e7-bfabb5bd7ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:19,984 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:44:19,985 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed770e43-58ec-4e0f-929d-2f7e97531da3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed770e43-58ec-4e0f-929d-2f7e97531da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:21,040 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:21,041 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713cf4f8-a542-4825-9bf1-ec1fce85f745', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713cf4f8-a542-4825-9bf1-ec1fce85f745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:22,093 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:22,094 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d06832-7df3-4d6f-9e6c-3cf58445d44c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d06832-7df3-4d6f-9e6c-3cf58445d44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:23,148 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:44:23,149 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f97c08-1ddc-4dc0-9d68-343225f05e8e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f97c08-1ddc-4dc0-9d68-343225f05e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:24,202 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:44:24,203 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c5a39b-5e80-497d-aa07-b4fbdc17dc99', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c5a39b-5e80-497d-aa07-b4fbdc17dc99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:25,258 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:25,259 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc6ee71c-cb8a-4d01-94f7-16655df54da2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6ee71c-cb8a-4d01-94f7-16655df54da2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:26,312 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:44:26,313 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ccddb62-4fa9-4c84-bb4a-9d61f25f7928', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ccddb62-4fa9-4c84-bb4a-9d61f25f7928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:27,369 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:27,369 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff41d04-d40d-4333-98c7-d70daa00fcdf', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff41d04-d40d-4333-98c7-d70daa00fcdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:28,439 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.061s 2021-08-10 15:44:28,439 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e03d3b-a2fd-4763-ae99-f0824bedb8a3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e03d3b-a2fd-4763-ae99-f0824bedb8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:29,493 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:44:29,493 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d4fcb25-56f3-48da-9532-532dd3359672', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d4fcb25-56f3-48da-9532-532dd3359672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:30,542 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:44:30,542 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-441701c9-53b5-4f4b-a482-19205875c222', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-441701c9-53b5-4f4b-a482-19205875c222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:31,591 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:44:31,591 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0dab110-d440-4d8c-a03d-0a12b202fc06', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0dab110-d440-4d8c-a03d-0a12b202fc06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:32,647 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:32,648 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45681e0a-f83f-49ea-9903-111406a43d0d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45681e0a-f83f-49ea-9903-111406a43d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:33,703 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:44:33,703 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688d4fa5-c3d5-48b3-98ad-288108e302a7', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688d4fa5-c3d5-48b3-98ad-288108e302a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:34,759 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:34,759 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a18d74d-7141-402a-ba8b-7e894abbe3cb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a18d74d-7141-402a-ba8b-7e894abbe3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:35,815 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:44:35,816 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f161b7ed-0ebb-498d-bf78-ee74ade6dddb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f161b7ed-0ebb-498d-bf78-ee74ade6dddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:36,868 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:36,869 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b420ad37-bb4f-4e5e-94fe-c49051bf7000', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b420ad37-bb4f-4e5e-94fe-c49051bf7000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:37,925 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:37,926 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-474274a9-3280-4d97-8d6d-8a647fcafa44', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-474274a9-3280-4d97-8d6d-8a647fcafa44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:38,983 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:44:38,983 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7063839d-e143-442f-b14e-8309aaf6af44', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7063839d-e143-442f-b14e-8309aaf6af44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:40,038 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:40,038 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf04983-31fd-40b4-9f10-c43ae9e285a1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf04983-31fd-40b4-9f10-c43ae9e285a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:41,091 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:44:41,091 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9000d9fc-a605-435e-9c1d-d3ada1c6ae67', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9000d9fc-a605-435e-9c1d-d3ada1c6ae67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:42,145 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:44:42,145 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd71f29-1e4a-487a-9581-e9c31d807dd9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd71f29-1e4a-487a-9581-e9c31d807dd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:43,203 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:43,203 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7276b488-4d5a-4b2a-8ffc-e86988d9ca9f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7276b488-4d5a-4b2a-8ffc-e86988d9ca9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:44,258 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:44:44,259 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61aa2293-ea2e-43d4-aed7-47e1b8a02c07', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61aa2293-ea2e-43d4-aed7-47e1b8a02c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:45,313 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:45,314 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f48bfc-8a58-4f79-bc55-7f06569ee8f1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f48bfc-8a58-4f79-bc55-7f06569ee8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:46,368 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:46,368 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755b106b-5dc0-4d62-b3ea-aff74e5d7810', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755b106b-5dc0-4d62-b3ea-aff74e5d7810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:47,423 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:44:47,424 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32547f23-185d-4953-964e-88c7de5d2e49', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32547f23-185d-4953-964e-88c7de5d2e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:48,487 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.056s 2021-08-10 15:44:48,488 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc1dead-826f-4aeb-bd4e-02c95e1e0e10', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc1dead-826f-4aeb-bd4e-02c95e1e0e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:49,544 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:44:49,544 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0adee0-0f81-4032-b4e2-5ec642d6620e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0adee0-0f81-4032-b4e2-5ec642d6620e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:50,596 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:50,596 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8886a5a-5020-4868-9cde-19bac872ecdb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8886a5a-5020-4868-9cde-19bac872ecdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:51,650 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:51,650 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d620a794-8882-46b3-8a76-c874eb8c7c42', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d620a794-8882-46b3-8a76-c874eb8c7c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:52,707 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:52,707 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd560d2-7da7-4776-b051-07703d79055a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd560d2-7da7-4776-b051-07703d79055a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:53,759 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:44:53,760 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e037d9f2-4be2-481e-9ce8-eb90da783c32', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e037d9f2-4be2-481e-9ce8-eb90da783c32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:54,814 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:54,814 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41520c29-29bc-41e9-adc3-b011d4b815d8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41520c29-29bc-41e9-adc3-b011d4b815d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:55,870 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:44:55,871 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b7dad71-2b90-4d22-be86-40ff1d42c588', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7dad71-2b90-4d22-be86-40ff1d42c588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:56,925 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:44:56,925 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-041eff29-0654-4387-a270-78651972206a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-041eff29-0654-4387-a270-78651972206a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:57,983 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:44:57,984 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ad770c-c4a0-4841-bd18-43111baa2743', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ad770c-c4a0-4841-bd18-43111baa2743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:44:59,036 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:44:59,037 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf041e4-f3a1-4585-906b-de3678fd6943', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf041e4-f3a1-4585-906b-de3678fd6943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:00,091 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:00,092 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe2458e-39d4-43a7-adf8-c150dedacb20', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe2458e-39d4-43a7-adf8-c150dedacb20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:01,145 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:01,145 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e13376-d9b7-4b1a-bc9b-6f67916216c2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e13376-d9b7-4b1a-bc9b-6f67916216c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:02,200 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:02,201 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af13f1e-148a-4959-8d4f-f7bb1b131a5c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af13f1e-148a-4959-8d4f-f7bb1b131a5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:03,255 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:45:03,255 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1e36863-ebb3-4d6f-9da4-6d3856ff7a91', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1e36863-ebb3-4d6f-9da4-6d3856ff7a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:04,310 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:04,311 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbadd656-347d-4351-9fc3-7aca792aeb68', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbadd656-347d-4351-9fc3-7aca792aeb68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:05,367 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:45:05,368 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce008ea8-8416-44f2-b400-a6f980382656', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce008ea8-8416-44f2-b400-a6f980382656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:06,424 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:45:06,424 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f68ea62-c155-4108-b807-6d99b09b008d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f68ea62-c155-4108-b807-6d99b09b008d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:07,477 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:07,477 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f93e6ee7-3e4e-4eda-81c1-0583dbf182ea', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93e6ee7-3e4e-4eda-81c1-0583dbf182ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:08,534 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:45:08,534 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1de525d-32d4-4678-8055-ed589136a99f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1de525d-32d4-4678-8055-ed589136a99f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:09,587 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:09,588 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49090e7e-4ffb-4662-aaca-18a92b8906f1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49090e7e-4ffb-4662-aaca-18a92b8906f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:10,660 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.064s 2021-08-10 15:45:10,660 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94cac2fd-e8c9-4510-8669-f4da9022702b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94cac2fd-e8c9-4510-8669-f4da9022702b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:11,716 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:45:11,717 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad68e0e6-5bb1-4d8b-a466-324d8fd4ce4b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad68e0e6-5bb1-4d8b-a466-324d8fd4ce4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:12,764 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:45:12,765 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a63d9c77-3cf3-42ab-9283-22b51763203a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a63d9c77-3cf3-42ab-9283-22b51763203a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:13,817 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:45:13,817 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2122f79e-803f-401f-a70a-31480a637e57', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2122f79e-803f-401f-a70a-31480a637e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:14,869 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:45:14,870 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cea001-fdaa-4da9-ace4-8fa90fc7d07c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45cea001-fdaa-4da9-ace4-8fa90fc7d07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:15,921 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:45:15,922 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c77d9b-3663-41e2-8cc7-aa397c43c470', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c77d9b-3663-41e2-8cc7-aa397c43c470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:16,976 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:45:16,976 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7f13f6d-754a-4128-bb7c-79a334262532', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f13f6d-754a-4128-bb7c-79a334262532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:18,038 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.054s 2021-08-10 15:45:18,038 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7df6c54-7008-4acc-8d67-5c40cc8a3cc6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7df6c54-7008-4acc-8d67-5c40cc8a3cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:19,090 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:45:19,091 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39e450ca-b98f-457d-863d-93ba1b42dcef', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39e450ca-b98f-457d-863d-93ba1b42dcef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:20,143 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:45:20,143 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f855382-e053-401c-82be-f1751242f41a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f855382-e053-401c-82be-f1751242f41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:21,198 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:45:21,199 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4232c73-e3fa-46b8-94a8-403355816cb8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4232c73-e3fa-46b8-94a8-403355816cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:22,253 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:45:22,253 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f934454c-a83e-48e5-b0b5-915ec71a40f3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f934454c-a83e-48e5-b0b5-915ec71a40f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:23,308 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:23,309 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-467fc9f3-548f-43f7-960f-04c05928b162', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-467fc9f3-548f-43f7-960f-04c05928b162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:24,375 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.058s 2021-08-10 15:45:24,375 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66dc06bf-8721-4980-8731-c51f27b24651', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66dc06bf-8721-4980-8731-c51f27b24651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:25,423 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.039s 2021-08-10 15:45:25,423 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ec8c82-a8a7-4e98-9516-58a49e48c75a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ec8c82-a8a7-4e98-9516-58a49e48c75a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:26,474 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:45:26,475 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f09ff0-a4af-4876-abb6-07dc1d5ad750', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f09ff0-a4af-4876-abb6-07dc1d5ad750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:27,529 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:27,530 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6de73bec-c964-4070-bc4b-8f5507d25a15', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6de73bec-c964-4070-bc4b-8f5507d25a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:28,585 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:28,586 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbc8c4d-8ce6-46ac-9688-2b80e2f6f178', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbc8c4d-8ce6-46ac-9688-2b80e2f6f178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:29,641 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.048s 2021-08-10 15:45:29,642 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf7b904-2380-4469-aa03-a070d63a9cd5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf7b904-2380-4469-aa03-a070d63a9cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:30,708 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.059s 2021-08-10 15:45:30,709 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4b2ffc-152d-4cfe-a925-5678767088a0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4b2ffc-152d-4cfe-a925-5678767088a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:31,764 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:31,765 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5ca3d9-5b1d-456c-9558-054f4ab8f560', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5ca3d9-5b1d-456c-9558-054f4ab8f560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:32,819 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.046s 2021-08-10 15:45:32,819 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d006bd-64d0-4e66-9fe6-c2e9ef023e56', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d006bd-64d0-4e66-9fe6-c2e9ef023e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:33,873 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:33,873 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7434d7c-5dcd-4bcd-81cd-50b100290ceb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7434d7c-5dcd-4bcd-81cd-50b100290ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:34,936 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.054s 2021-08-10 15:45:34,936 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98546c96-3ce7-4cca-9dd2-32f78d8019f9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98546c96-3ce7-4cca-9dd2-32f78d8019f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:35,993 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:45:35,994 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d309c4-ee11-4ddf-96ee-a6cbeb9e0257', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d309c4-ee11-4ddf-96ee-a6cbeb9e0257', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:37,043 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.039s 2021-08-10 15:45:37,043 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a512a3c-ff4a-4675-8d7e-e6b92c9cbb21', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a512a3c-ff4a-4675-8d7e-e6b92c9cbb21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:38,096 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:38,096 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00093b4a-f5cc-4356-815c-3dcc57a5e28b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00093b4a-f5cc-4356-815c-3dcc57a5e28b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:39,150 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:39,150 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5333d250-5d76-4656-901f-346877284290', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5333d250-5d76-4656-901f-346877284290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:40,205 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:40,206 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb21061-991d-4cf4-aabf-75b2b5b5ea17', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb21061-991d-4cf4-aabf-75b2b5b5ea17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:41,263 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.050s 2021-08-10 15:45:41,263 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030e5fae-d509-47aa-bafd-330b12cb6a05', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030e5fae-d509-47aa-bafd-330b12cb6a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:42,323 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.053s 2021-08-10 15:45:42,324 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139ebb64-2e4e-4b04-b047-3bd911ee8ce3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139ebb64-2e4e-4b04-b047-3bd911ee8ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:43,375 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:45:43,375 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70a0d166-390b-47f2-acde-6395d7a01bd2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70a0d166-390b-47f2-acde-6395d7a01bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:44,432 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:45:44,433 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5287bdd1-168b-4fbd-b7d1-2ebbffc31d19', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5287bdd1-168b-4fbd-b7d1-2ebbffc31d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:45,490 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:45:45,491 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1eef66d-abfc-4910-a076-e0045568df62', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1eef66d-abfc-4910-a076-e0045568df62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:46,542 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:45:46,542 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfe49ba9-679b-4016-8675-42784547ebcc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfe49ba9-679b-4016-8675-42784547ebcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:47,597 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:45:47,597 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83b8b3b9-21ca-4e94-91f7-1e6c85f8a30d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83b8b3b9-21ca-4e94-91f7-1e6c85f8a30d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:48,654 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.049s 2021-08-10 15:45:48,654 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-941f9ca3-59ef-41e1-92a2-6ca0143e6c42', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-941f9ca3-59ef-41e1-92a2-6ca0143e6c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:49,702 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:45:49,702 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28910d18-f7a3-4ef8-8241-40b38337342c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28910d18-f7a3-4ef8-8241-40b38337342c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:50,760 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.051s 2021-08-10 15:45:50,761 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf54059-81f1-4ab5-af9a-4dde42fb95b5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf54059-81f1-4ab5-af9a-4dde42fb95b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:51,810 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:45:51,810 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe75b67-6f4c-4d8e-91d8-e05b5289f7b5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe75b67-6f4c-4d8e-91d8-e05b5289f7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:52,859 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:45:52,859 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3377ee-3a7c-4598-8df5-f2a5f599f313', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3377ee-3a7c-4598-8df5-f2a5f599f313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:53,907 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:45:53,908 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa7df7e-ef0e-4ad3-a125-918dafd6737b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa7df7e-ef0e-4ad3-a125-918dafd6737b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:54,959 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:45:54,959 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b8a1a89-a2cc-4850-808f-a46d86ba7339', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b8a1a89-a2cc-4850-808f-a46d86ba7339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:56,007 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:45:56,008 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4574fe7e-9b06-448c-a018-c82c6a3d272c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4574fe7e-9b06-448c-a018-c82c6a3d272c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:57,057 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:45:57,057 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3411f3b-90e3-4c4d-bd4e-0d63052a7073', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3411f3b-90e3-4c4d-bd4e-0d63052a7073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:58,106 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:45:58,106 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3479295c-fcee-4ab5-9f02-038775110683', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3479295c-fcee-4ab5-9f02-038775110683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:45:59,159 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.045s 2021-08-10 15:45:59,159 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8cb1392-fb5d-46dd-a2d1-861a619729a0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8cb1392-fb5d-46dd-a2d1-861a619729a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:00,211 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:46:00,211 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5cc271-67d4-4964-845a-fa47f47aa224', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5cc271-67d4-4964-845a-fa47f47aa224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:01,262 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:01,262 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-536bcb89-22de-4826-974b-dc669cdc4499', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-536bcb89-22de-4826-974b-dc669cdc4499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:02,313 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:46:02,314 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e581bbe9-6dc4-4334-ae37-477c5c773b06', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e581bbe9-6dc4-4334-ae37-477c5c773b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:03,363 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:03,363 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3884e2c7-dd3a-4b1c-a1e4-2bce6d96c9c5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3884e2c7-dd3a-4b1c-a1e4-2bce6d96c9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:04,412 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:04,412 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0b7c0e-e898-44d2-b3be-f002db80b0b8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0b7c0e-e898-44d2-b3be-f002db80b0b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:05,463 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:05,463 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2058919e-e9b4-4101-bcd2-4927f7193b59', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2058919e-e9b4-4101-bcd2-4927f7193b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:06,514 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:06,515 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5135a22d-4813-4c48-bee4-912b5a72e43f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5135a22d-4813-4c48-bee4-912b5a72e43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:07,564 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:07,564 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82066d90-f6fb-4e1d-8fd4-d2230b120018', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82066d90-f6fb-4e1d-8fd4-d2230b120018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:08,614 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:08,615 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def63f1b-e17c-495e-bfa0-a0fab7e14206', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def63f1b-e17c-495e-bfa0-a0fab7e14206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:09,664 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:09,664 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e85e6b9-1333-4d14-af43-b9c530553614', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e85e6b9-1333-4d14-af43-b9c530553614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:10,714 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:10,714 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc08acd-9e33-4d7d-b6af-10d9150fb51c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc08acd-9e33-4d7d-b6af-10d9150fb51c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:11,762 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:46:11,762 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201579fa-e677-4fa2-9837-69646c9fe035', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201579fa-e677-4fa2-9837-69646c9fe035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:12,813 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:46:12,813 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4454909-8b62-45d0-b5b9-27e97cf5c335', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4454909-8b62-45d0-b5b9-27e97cf5c335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:13,862 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:13,862 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cad327-a572-4b1e-9870-046edfbb261a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cad327-a572-4b1e-9870-046edfbb261a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:14,913 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:46:14,914 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d693ffc-b7c0-4da4-b783-ae80de8b4b41', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d693ffc-b7c0-4da4-b783-ae80de8b4b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:15,963 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:15,963 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd7dc76-32c5-4c3d-ac0e-379cc55f5141', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd7dc76-32c5-4c3d-ac0e-379cc55f5141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:17,013 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:17,014 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e9172b-dee3-480c-b96d-15f830d573ae', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e9172b-dee3-480c-b96d-15f830d573ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:18,065 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:46:18,066 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd03ece5-d375-41ba-8aab-5291500f285a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd03ece5-d375-41ba-8aab-5291500f285a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:19,115 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:19,115 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b699fc42-6f52-4680-8ce3-dafef5d9940f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b699fc42-6f52-4680-8ce3-dafef5d9940f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:20,164 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:20,164 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcfca64b-456a-467c-a3d6-895f837b28b4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcfca64b-456a-467c-a3d6-895f837b28b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:21,214 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:21,215 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34ac89f5-d29d-4877-ba6c-485a53c7bdf4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ac89f5-d29d-4877-ba6c-485a53c7bdf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:22,264 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:22,265 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b872c11-1200-42ab-a283-86aa46263383', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b872c11-1200-42ab-a283-86aa46263383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:23,314 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:23,315 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a3a3599-1873-403e-a0b7-6803c0f6323f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a3a3599-1873-403e-a0b7-6803c0f6323f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:24,363 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:46:24,363 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adf26711-b2a2-4ce1-a3c9-5ae32d34f601', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adf26711-b2a2-4ce1-a3c9-5ae32d34f601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:25,412 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:25,412 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6cb477-0461-4da8-8d2c-cf9fc90a52e2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6cb477-0461-4da8-8d2c-cf9fc90a52e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:26,461 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:26,462 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80f4717-3bd9-4746-94a2-e3dba4ff60f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80f4717-3bd9-4746-94a2-e3dba4ff60f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:27,510 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:27,511 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05491a1a-8842-44e5-a671-5b4098cf5320', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05491a1a-8842-44e5-a671-5b4098cf5320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:28,561 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:28,561 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a643f7-d34a-4344-a3a5-ea2eb945d8ef', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a643f7-d34a-4344-a3a5-ea2eb945d8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:29,611 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:29,611 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7f8cf73-a082-4bea-a8b2-9dc04cdade1b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7f8cf73-a082-4bea-a8b2-9dc04cdade1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:30,661 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:30,661 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51be7573-5b84-4b08-963c-1843a176e546', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51be7573-5b84-4b08-963c-1843a176e546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:31,711 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:31,711 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42592d94-05b3-4899-81fc-47f1ea581a9b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42592d94-05b3-4899-81fc-47f1ea581a9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:32,760 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:46:32,760 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abc6bfe-aa87-4014-9f26-901769aa2ec4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abc6bfe-aa87-4014-9f26-901769aa2ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:33,810 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:33,811 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad572bb2-965e-47b7-8cf8-d61ec4a3e45d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad572bb2-965e-47b7-8cf8-d61ec4a3e45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:34,860 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:34,860 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b99fe0d-53d0-4875-8dbe-85131b50967c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b99fe0d-53d0-4875-8dbe-85131b50967c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:35,909 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:35,910 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e2d6f1-6731-495b-8df0-71bebaea2c96', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0e2d6f1-6731-495b-8df0-71bebaea2c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:36,959 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:36,960 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff03f5b9-a3f5-4a60-8dfb-555cbf72b99a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff03f5b9-a3f5-4a60-8dfb-555cbf72b99a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:38,009 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:38,009 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e7f458-23f1-4a71-b661-e2efac329a68', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e7f458-23f1-4a71-b661-e2efac329a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:39,058 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:39,059 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630cba2a-2c6f-41fd-b47c-65eed56c7019', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630cba2a-2c6f-41fd-b47c-65eed56c7019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:40,108 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:40,109 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af88c83-7683-40a1-890d-f26457000fd8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af88c83-7683-40a1-890d-f26457000fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:41,157 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:41,157 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae34841-b0eb-40ad-a54f-cba4e47e74b5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae34841-b0eb-40ad-a54f-cba4e47e74b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:42,207 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:42,207 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd5c18c-6834-43d3-89af-bbc0f3413337', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd5c18c-6834-43d3-89af-bbc0f3413337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:43,256 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:43,257 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b8e0e4-dcee-46cb-adc8-f07faff8d03f', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b8e0e4-dcee-46cb-adc8-f07faff8d03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:44,305 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:46:44,305 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80cfc5f-aaa7-4544-a737-3507d5189cf1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80cfc5f-aaa7-4544-a737-3507d5189cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:45,354 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:46:45,355 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67338276-fbda-4c6d-acb8-4c944a82cb9a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67338276-fbda-4c6d-acb8-4c944a82cb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:46,404 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:46,405 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b8b051-bd69-4f66-933f-6d0f95526c2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b8b051-bd69-4f66-933f-6d0f95526c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:47,455 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:46:47,456 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea003ff7-1f83-4511-bcb7-00196729261e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea003ff7-1f83-4511-bcb7-00196729261e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:48,505 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:48,506 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86a570eb-3a3f-42f6-865a-71450fbb1e29', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86a570eb-3a3f-42f6-865a-71450fbb1e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:49,555 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:49,555 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc1cac2-e0ae-4357-94ce-4b32febf3289', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc1cac2-e0ae-4357-94ce-4b32febf3289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:50,604 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:50,605 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a03d7293-e75d-4498-a60d-c9819cea3723', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a03d7293-e75d-4498-a60d-c9819cea3723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:51,655 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:46:51,655 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8314c04c-70bf-449e-923e-7748a999af37', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8314c04c-70bf-449e-923e-7748a999af37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:52,704 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:52,704 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3103e14d-f84b-40a3-bb4d-7ea31e4ceee1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3103e14d-f84b-40a3-bb4d-7ea31e4ceee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:53,752 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:53,753 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdfa7f5-1b86-484e-aa99-a94de937e4fc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdfa7f5-1b86-484e-aa99-a94de937e4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:54,802 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:54,802 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e758771f-7d88-4cf8-b94f-b58d05135312', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e758771f-7d88-4cf8-b94f-b58d05135312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:55,851 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:55,851 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c6b2b1-9091-4fe4-b229-a17052af28a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c6b2b1-9091-4fe4-b229-a17052af28a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:56,899 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:56,900 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea8cdf32-0979-43c6-a4ba-953b65fa3b18', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea8cdf32-0979-43c6-a4ba-953b65fa3b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:57,948 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:57,949 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c73d0e5-6d1a-412a-9432-d58d872d2ec8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c73d0e5-6d1a-412a-9432-d58d872d2ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:46:58,997 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:46:58,998 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c09942d-7070-448c-8205-db16d8954a70', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c09942d-7070-448c-8205-db16d8954a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:00,046 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:00,046 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff3d3074-6b15-4849-9231-510e22c34b5b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff3d3074-6b15-4849-9231-510e22c34b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:01,098 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.044s 2021-08-10 15:47:01,099 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-541dd61c-fc8b-4376-bdb5-a3c10307dd54', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-541dd61c-fc8b-4376-bdb5-a3c10307dd54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:02,147 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:02,148 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2aea879-7512-44c7-811e-a111cd570ef2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2aea879-7512-44c7-811e-a111cd570ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:03,199 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:03,200 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d18afb-eebf-4681-b18b-c21f4d3ae718', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d18afb-eebf-4681-b18b-c21f4d3ae718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:04,250 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:04,251 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377d2df5-df40-4fe7-9057-6d1dc6ce9e29', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377d2df5-df40-4fe7-9057-6d1dc6ce9e29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:05,302 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:47:05,302 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ff174b-bf51-4d1d-81b5-a5d58a59ab2e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ff174b-bf51-4d1d-81b5-a5d58a59ab2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:06,351 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:06,352 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee0bb205-a85e-407f-a09f-4a3c96c421f2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee0bb205-a85e-407f-a09f-4a3c96c421f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:07,401 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:07,402 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58369e87-b9eb-4321-b5b6-f9a958c1abe3', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58369e87-b9eb-4321-b5b6-f9a958c1abe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:08,450 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:08,451 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-550e924d-de89-4f34-b17e-8d4c7925a825', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550e924d-de89-4f34-b17e-8d4c7925a825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:09,500 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:09,501 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0c01996-ff12-420e-8b77-d4ee522d471c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0c01996-ff12-420e-8b77-d4ee522d471c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:10,549 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:10,550 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc8b8317-aca5-4eda-92eb-9bc8d29d8610', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc8b8317-aca5-4eda-92eb-9bc8d29d8610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:11,598 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:11,598 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b92648a4-2c14-44fe-acc1-cda6cb1872f5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b92648a4-2c14-44fe-acc1-cda6cb1872f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:12,647 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:12,647 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfcea9ae-bb95-485b-8574-7111adef6b27', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfcea9ae-bb95-485b-8574-7111adef6b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:13,696 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:13,697 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-168720d2-ad10-4b20-b0a6-af3440dbf178', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-168720d2-ad10-4b20-b0a6-af3440dbf178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:14,746 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:14,746 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22669a87-4ff8-4480-b893-50a6d0a964c2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22669a87-4ff8-4480-b893-50a6d0a964c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:15,793 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:15,793 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e8b7047-2434-464c-9e6c-8dd57ef091b2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e8b7047-2434-464c-9e6c-8dd57ef091b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:16,844 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:16,845 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9116a22e-162b-4738-af84-0ffd996d610a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9116a22e-162b-4738-af84-0ffd996d610a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:17,893 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:17,894 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858375c3-c1cd-4e31-827e-db2fb1bcb6b5', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858375c3-c1cd-4e31-827e-db2fb1bcb6b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:18,943 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:18,943 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838e762e-9ed0-43ba-b15b-d9d651acc519', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838e762e-9ed0-43ba-b15b-d9d651acc519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:19,993 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:19,993 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a76f436-4294-4d0a-bbfb-488ffc761a22', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a76f436-4294-4d0a-bbfb-488ffc761a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:21,103 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.102s 2021-08-10 15:47:21,103 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62efdef-a8ac-4136-a6eb-ccdc9c57ced8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62efdef-a8ac-4136-a6eb-ccdc9c57ced8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:22,153 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:22,153 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed1d336-8e58-4f7b-8cc7-a4a623ecd22b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed1d336-8e58-4f7b-8cc7-a4a623ecd22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:23,204 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:47:23,204 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf869bd-e294-4738-b562-09861cb121bd', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf869bd-e294-4738-b562-09861cb121bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:24,254 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:24,254 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7efcd817-aa54-4d58-a32f-acced9af1c5b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7efcd817-aa54-4d58-a32f-acced9af1c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:25,303 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:25,303 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b8932cb-39a3-4a46-8a3e-8749d2a0ba9b', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b8932cb-39a3-4a46-8a3e-8749d2a0ba9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:26,352 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:26,353 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c3269ae-152a-4833-96a2-06411cd6c5a8', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c3269ae-152a-4833-96a2-06411cd6c5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:27,403 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:47:27,404 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4747dd6-2b93-4904-af74-e5013de4a121', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4747dd6-2b93-4904-af74-e5013de4a121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:28,454 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:28,454 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-091e8089-2c20-47e9-b226-ec9f5a233d16', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-091e8089-2c20-47e9-b226-ec9f5a233d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:29,503 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:29,503 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a756b1-60f3-4d21-9bd2-1f619d8a592d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a756b1-60f3-4d21-9bd2-1f619d8a592d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:30,554 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:47:30,554 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd61c49-d8bc-4f7a-b779-0775fa36b96a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd61c49-d8bc-4f7a-b779-0775fa36b96a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:31,602 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:31,602 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e141511-c2c4-4025-8c1d-c1f8c4f39b5e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e141511-c2c4-4025-8c1d-c1f8c4f39b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:32,653 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.043s 2021-08-10 15:47:32,653 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5080028b-dae6-4ca0-aceb-3b84307c1cec', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5080028b-dae6-4ca0-aceb-3b84307c1cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:33,702 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:33,703 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85792438-6891-4871-8e2b-0165bd12f191', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85792438-6891-4871-8e2b-0165bd12f191', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:34,751 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:34,752 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a3a367-c515-4130-b9dd-d60df2956c56', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a3a367-c515-4130-b9dd-d60df2956c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:35,800 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:35,800 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4867e1cd-f9ca-4b0e-873c-22142cc57674', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4867e1cd-f9ca-4b0e-873c-22142cc57674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:36,849 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:36,849 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6ae67c0-ff7b-4383-bedb-2f68a72d72fc', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6ae67c0-ff7b-4383-bedb-2f68a72d72fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:37,898 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:37,898 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee05603-2b2a-4641-bee3-451ed31da847', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee05603-2b2a-4641-bee3-451ed31da847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:38,948 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:38,949 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-142882b5-e69e-44fd-8efa-9e83ed5ef5ac', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-142882b5-e69e-44fd-8efa-9e83ed5ef5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:39,998 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:39,998 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3cc122-ca51-4c41-ae02-36baf2b54db1', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3cc122-ca51-4c41-ae02-36baf2b54db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:41,046 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:41,046 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-911df3a0-99ab-46df-97fe-f965f2ca269c', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-911df3a0-99ab-46df-97fe-f965f2ca269c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:42,094 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.039s 2021-08-10 15:47:42,094 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503212df-d827-4397-bace-19b73d184299', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503212df-d827-4397-bace-19b73d184299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:43,142 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:43,142 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1964a46b-1fa3-47ea-afcb-b24b2ba46381', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1964a46b-1fa3-47ea-afcb-b24b2ba46381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:44,191 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:44,191 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a04b7d08-24de-4caa-83bd-c3162f116303', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a04b7d08-24de-4caa-83bd-c3162f116303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:45,246 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.047s 2021-08-10 15:47:45,246 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf924582-8d5e-4152-b32e-377712dad09d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf924582-8d5e-4152-b32e-377712dad09d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:46,295 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:46,295 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccb5c32b-3bcf-4509-a98a-241eee052231', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccb5c32b-3bcf-4509-a98a-241eee052231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:47,346 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:47,347 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc8300f-b8f2-4314-a08e-23f688c7345d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc8300f-b8f2-4314-a08e-23f688c7345d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:48,396 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:48,397 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ec5b9ba-c0fd-4efa-b973-e6f6f1467216', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ec5b9ba-c0fd-4efa-b973-e6f6f1467216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:49,446 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:49,446 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eb37d62-0c08-44e0-b05c-8e9826ab61cb', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eb37d62-0c08-44e0-b05c-8e9826ab61cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:50,495 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:50,496 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97bb932e-44c7-4f40-94a6-aa4be3016ee4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97bb932e-44c7-4f40-94a6-aa4be3016ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:51,544 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:51,545 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59012670-9d5c-4a8e-984f-cf6a6f8aa215', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59012670-9d5c-4a8e-984f-cf6a6f8aa215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:52,595 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.042s 2021-08-10 15:47:52,595 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe2ef9c-19d7-4c73-8bb5-05c5302f9578', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe2ef9c-19d7-4c73-8bb5-05c5302f9578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:53,643 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:53,643 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f028354e-ef3a-401c-8aa4-46530e0b0e78', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f028354e-ef3a-401c-8aa4-46530e0b0e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:54,692 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:54,692 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a1932d-07bc-464a-99a7-9598b4dfb8f0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a1932d-07bc-464a-99a7-9598b4dfb8f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:55,740 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.040s 2021-08-10 15:47:55,741 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c242636a-5cad-4a49-9747-b5e52d12a9ba', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c242636a-5cad-4a49-9747-b5e52d12a9ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:56,790 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:56,790 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f482dfd5-e222-406c-a855-5817bc8a4f4a', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f482dfd5-e222-406c-a855-5817bc8a4f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:57,840 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445 0.041s 2021-08-10 15:47:57,840 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d1d0cb-aea2-47d3-9ada-8346eda230ee', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d1d0cb-aea2-47d3-9ada-8346eda230ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445'} Body: b'{"volume": {"id": "0c1bb43a-66e3-42dc-89c3-72e4c5500445", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:41:57.000000", "updated_at": "2021-08-10T15:41:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-365223984", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/1a9c7c16cb3b49a28af743f1ea5d0d19/volumes/0c1bb43a-66e3-42dc-89c3-72e4c5500445"}], "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19"}}' 2021-08-10 15:47:57,960 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.112s 2021-08-10 15:47:57,960 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96bef117-ed2f-4ec3-ba5c-b38e0f63f498', 'x-compute-request-id': 'req-96bef117-ed2f-4ec3-ba5c-b38e0f63f498', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'' 2021-08-10 15:47:58,107 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.146s 2021-08-10 15:47:58,108 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5285f42-8668-4527-9dfd-37eba4ab68f8', 'x-compute-request-id': 'req-a5285f42-8668-4527-9dfd-37eba4ab68f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:47:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:69"}, {"version": 4, "addr": "172.27.3.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": "2021-08-10T15:41:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--753076891"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:47:59,209 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.092s 2021-08-10 15:47:59,210 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-674f3fd1-7507-4561-9361-fe78434d7217', 'x-compute-request-id': 'req-674f3fd1-7507-4561-9361-fe78434d7217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"server": {"id": "fe113bd8-b2cb-4852-8691-98218a5daadb", "name": "tempest-AttachVolumeShelveTestJSON-server-1708213925", "status": "ACTIVE", "tenant_id": "1a9c7c16cb3b49a28af743f1ea5d0d19", "user_id": "7bdff3f7b2a44f64944e0580ada36baf", "metadata": {}, "hostId": "84348878b9819bbcb336025810ef65cd268f0ab6e5c075edd319e260", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:41:06Z", "updated": "2021-08-10T15:47:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1339996016-network": [{"version": 4, "addr": "172.20.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:69"}, {"version": 4, "addr": "172.27.3.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f8:72:69"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/fe113bd8-b2cb-4852-8691-98218a5daadb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1202965049", "OS-SRV-USG:launched_at": "2021-08-10T15:41:15.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2021-08-10 15:48:00,253 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb 0.033s 2021-08-10 15:48:00,254 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-74b9e2a0-c305-42f7-93d9-7a1f669d9f70', 'x-compute-request-id': 'req-74b9e2a0-c305-42f7-93d9-7a1f669d9f70', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/fe113bd8-b2cb-4852-8691-98218a5daadb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fe113bd8-b2cb-4852-8691-98218a5daadb could not be found."}}' 2021-08-10 15:48:00,304 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-1202965049 0.049s 2021-08-10 15:48:00,304 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-083936e4-4f30-4fe8-8dee-6017583546c6', 'x-compute-request-id': 'req-083936e4-4f30-4fe8-8dee-6017583546c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-1202965049'} Body: b'' 2021-08-10 15:48:00,443 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/security-groups/662fb1fc-0702-4369-9283-1e5db84bf9aa 0.138s 2021-08-10 15:48:00,444 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-8af8be1d-a35c-49fe-b64e-d01d4fcee5c8', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/662fb1fc-0702-4369-9283-1e5db84bf9aa'} Body: b'' 2021-08-10 15:48:00,484 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.21:9696/v2.0/security-groups/662fb1fc-0702-4369-9283-1e5db84bf9aa 0.040s 2021-08-10 15:48:00,485 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e00230ea-76dd-4d41-806c-e87b05fb35f2', 'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/662fb1fc-0702-4369-9283-1e5db84bf9aa'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 662fb1fc-0702-4369-9283-1e5db84bf9aa does not exist", "detail": ""}}' 2021-08-10 15:48:00,998 114841 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/floatingips/52d07eac-7698-4771-ab2f-13d7b3dc7422 0.512s 2021-08-10 15:48:00,998 114841 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-057f9dd8-1c1b-4c2b-b847-57011bd006e7', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/52d07eac-7698-4771-ab2f-13d7b3dc7422'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 533, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 0c1bb43a-66e3-42dc-89c3-72e4c5500445 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft7.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:32:28,770 114850 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-08-10 15:32:28,771 114850 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-08-10 15:32:29,227 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.21/compute/v2.1/os-keypairs 0.456s 2021-08-10 15:32:29,228 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-279921308"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d05a327-86b8-4688-ab29-0f3f097d797b', 'x-compute-request-id': 'req-0d05a327-86b8-4688-ab29-0f3f097d797b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEAt2OyQedwl4x5AYgydQ/Q+K3u0m/FYuodJQsOH7UEpc/bDTWa\\n2OiHRRqJH9FBFoLkihbYGcHUKDjuV+LpxPRBjd2IL5emUfD22kvGVPV++JrHMEsd\\nKF8eOCJzVnWwSnrI8ppNADThGGhkCMKHOSCp8Vv0x6Y5ZIpw+ZqwYGTiTmeB/6+Q\\nRBADREd6aPM8RL7PXnLX3d3fmXMFzywD2lCnkYpI1ymjttzCEi4N2Gu8U2oN5Sm6\\nuA4e2JAI3o7eP+4LpxQKBdC+xAK9hnqP+eIug3ab3M+6j5+N9rvKvxNXyMyrubPS\\nk0MDUyyYvcO1HZA8d8MJ1nCRIVY7xU4GS/bFxwIDAQABAoIBAQCQaZm9/BrVvHCt\\nnCrftAzDR3SBkjLFqcY5nXMJ1OpMCFpfFI9TsAiVikfhHk87AuglNcgGwHPpGKvX\\n2YBs8EuPA5xyneEDNdWuIW2VCZ1q97dTeFMFr6GEYtyggRzKCdaj9I4eU4XOSqY7\\nn7QMcIRi5B7l+SfI3JwKcp3hyo/LXLHUzS8krYd+I0XRLy2MxF80lHO+qO+Od3Qt\\nl90RQbGPVP3CZ4Jr+Femsw3Mi6AEjNgSd6E4X+r3Er9Auvvb21ZkrHMWFMCTYRmK\\nZpR82P8cc6yrncPLpd+EpnvUupRDBF1ujNZQKVxFrY2jRmvkXSu4FzvKVWKc9mbN\\nm2WKltgBAoGBAN199vvZRPocHR6AWfCX5EqORX5H1EiHzP7c/2BdgeQ4ebdqQY4n\\n9ND6qHeVQXS/Lf2qHNUCc3GXOHLpFMoq5kJ9Nl3pbhXpqTGH7wvAuGc+nKeNnMSI\\n6og2t2o0H48rAcQPd5BmwN7M2wQqOgtEojlSFkkZMqRd/ds7LgBCl6NHAoGBANP2\\nCf3EsX+YQiZQOmDYxiQtsZMcs3IMBLMRs/Jz4o0igbiOfhrHezreZ0kyzvHSUMuK\\nnilKc89PFYVGQw3RX6Jun6/8whsP6iFOlihCTY2zUTLQmIPFBa8RdUZqOJckhBEz\\nDcPBmhb1JXmqpztkxSM5qSl/IYbDnjOtUE2YsAmBAoGARZchNanjGS4iHAY5u/UN\\nPjuLLA0Hbq50QxNOjYlzmTABVhZleHOnYM2Qhtn3UeYLXirHmkmF2geoLbp71LU7\\n2WIb5c/Ezc+3YB+UhL3Ncmrir2Y3/iwCfD+sywqLa+EYUfCGIXGXYak9mwZlbErp\\nKVdYNylalvgNHYdvgZdqq1sCgYEArVnZHAmk3WTKHQmaZSCFFIumYlmjzQ9VPJqq\\n4Ay06ZaiHy2ypvYkq6W/NVdvdsj6OS16Yuy4QIE+aYxoRMHLBE6THVyL55QhePIL\\nzotDYDOaogOF6KbXGjIeBuPSupIrzOFDTall+4atCo9uTB4DOObsmbqW0d/k4ADL\\n31qUBoECgYEAxvdLleMyo9XPlxSyRfDxJLPLC4+xgtBx1s4A6T0C71np4973AZjS\\nNyuo9AKRERipwKB0agOs9FFby7RSwFtFtFq5EuhlqQRKA450bmQDFYcdkDSUiuvr\\n0d2jIibinacvVsXhmfwDOfWo8eL0f2jcxg4hdORDpLH3OFLqDhEWS+c=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-279921308", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3Y7JB53CXjHkBiDJ1D9D4re7Sb8Vi6h0lCw4ftQSlz9sNNZrY6IdFGokf0UEWguSKFtgZwdQoOO5X4unE9EGN3Ygvl6ZR8PbaS8ZU9X74mscwSx0oXx44InNWdbBKesjymk0ANOEYaGQIwoc5IKnxW/THpjlkinD5mrBgZOJOZ4H/r5BEEANER3po8zxEvs9ectfd3d+ZcwXPLAPaUKeRikjXKaO23MISLg3Ya7xTag3lKbq4Dh7YkAjejt4/7gunFAoF0L7EAr2Geo/54i6Ddpvcz7qPn432u8q/E1fIzKu5s9KTQwNTLJi9w7UdkDx3wwnWcJEhVjvFTgZL9sXH Generated-by-Nova", "fingerprint": "1b:e4:9f:3d:3a:ed:ac:9b:d8:21:e0:49:17:34:66:aa", "user_id": "669e3030da6540fc871db353b17624da"}}' 2021-08-10 15:32:29,232 114850 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-279921308 created 2021-08-10 15:32:29,699 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-groups 0.466s 2021-08-10 15:32:29,699 114850 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--885390364", "description": "tempest-description--175846279"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1578', 'x-openstack-request-id': 'req-f05cfe8c-dbb4-44bc-ba86-31c286b04573', 'date': 'Tue, 10 Aug 2021 15:32:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "name": "tempest-securitygroup--885390364", "stateful": true, "tenant_id": "bfc03028cb014fb380e0da13804d7994", "description": "tempest-description--175846279", "security_group_rules": [{"id": "78dfe5f6-e041-48b7-9bf1-588ef599dd18", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "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": 149, "description": null, "tags": [], "created_at": "2021-08-10T15:32:29Z", "updated_at": "2021-08-10T15:32:29Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}, {"id": "87284ae4-5d8a-4e38-9580-1da3d1514518", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "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": 148, "description": null, "tags": [], "created_at": "2021-08-10T15:32:29Z", "updated_at": "2021-08-10T15:32:29Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}], "tags": [], "created_at": "2021-08-10T15:32:29Z", "updated_at": "2021-08-10T15:32:29Z", "revision_number": 1, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:32:29,931 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 0.231s 2021-08-10 15:32:29,931 114850 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": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-100df87a-ed1c-4d63-89b7-2aec89f7d8dc', 'date': 'Tue, 10 Aug 2021 15:32:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9e3010c-efb1-4357-b02e-bcb38373a8ff", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "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, "description": "", "created_at": "2021-08-10T15:32:29Z", "updated_at": "2021-08-10T15:32:29Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:32:30,172 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 0.240s 2021-08-10 15:32:30,172 114850 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": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-129e73ae-8ff1-485c-8b3d-340d8fb64570', 'date': 'Tue, 10 Aug 2021 15:32:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "570bfd2a-a756-4d20-9539-5875570f52d1", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "1cadeb6d-79c8-4680-9573-32d8c36eaaa4", "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, "description": "", "created_at": "2021-08-10T15:32:30Z", "updated_at": "2021-08-10T15:32:30Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:32:30,172 114850 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--885390364 created 2021-08-10 15:32:34,170 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/floatingips 3.997s 2021-08-10 15:32:34,170 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-c6401cc6-cdc8-471f-bb1b-8b3d2817ea69', 'date': 'Tue, 10 Aug 2021 15:32:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "82fdf734-331f-4bad-bf5a-1abd5440a5df", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "floating_ip_address": "172.27.3.11", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bfc03028cb014fb380e0da13804d7994", "description": "", "port_details": null, "tags": [], "created_at": "2021-08-10T15:32:31Z", "updated_at": "2021-08-10T15:32:31Z", "revision_number": 0}}' 2021-08-10 15:32:34,171 114850 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '82fdf734-331f-4bad-bf5a-1abd5440a5df', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'floating_ip_address': '172.27.3.11', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfc03028cb014fb380e0da13804d7994', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:32:31Z', 'updated_at': '2021-08-10T15:32:31Z', 'revision_number': 0, 'ip': '172.27.3.11'} created 2021-08-10 15:32:34,318 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.21/identity/v3/auth/tokens 0.141s 2021-08-10 15:32:34,318 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3395', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2c99989b-9ef8-411d-8f57-ee72be690b8a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "669e3030da6540fc871db353b17624da", "name": "tempest-AttachVolumeTestJSON-321918697-project", "password_expires_at": null}, "audit_ids": ["krxmxHAXQhabqSEPkFr9aw"], "expires_at": "2021-08-10T16:32:34.000000Z", "issued_at": "2021-08-10T15:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc03028cb014fb380e0da13804d7994", "name": "tempest-AttachVolumeTestJSON-321918697"}, "is_domain": false, "roles": [{"id": "93016b25cb1d4ab29cbc6d088f2bb2a6", "name": "reader"}, {"id": "3f0e67136fd346359265e2fb6f5e3133", "name": "member"}], "catalog": [{"endpoints": [{"id": "e1c4616a7a394f9793fcc756891761bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2/bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "0f439aca09b940b095cf6b424ebf8f9a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "32e9e956edf54f918aa8bd22bcefaa7e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}, {"id": "e632fc2df7374a23bb2bb772dab001eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}], "id": "327603b840204b6ab8eb4b7b9e011511", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2f5e195ed3f844bfbda7b1bd516eeb75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "3860ab1a1c5e4fdbb14fb758d5069f32", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a289e48496ce42fb8901a4ca82a22e4a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/image", "region": "RegionOne"}], "id": "4b7249a1c1044a069c1fb0ebb717c8d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81e1ac20b1fd45fda0adedc5309e6974", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "71b1c4e37b29475689a2f3a97f55088c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "cde045d618b44ff0b53328611f007682", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/placement", "region": "RegionOne"}], "id": "7c5037f8892e46dfbc3c95d4a389a284", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0ad36d76ccb043bfa2d1057be9e9ff68", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21:8080", "region": "RegionOne"}, {"id": "fe00482004584c039cab04e8ac8d8d8a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:8080/v1/AUTH_bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "bc90e41c210749b899510acd79e9950f", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "8eee5c9a63314f45a0aafcc3830e0527", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:9696/", "region": "RegionOne"}], "id": "c23af3b8d8ab49269b27232ede5e3d64", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8bb54876d76f46b69d930189bebd223b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2.1", "region": "RegionOne"}], "id": "e6db6146bd3e4d2a8ac79beebf3f9b82", "type": "compute", "name": "nova"}]}}' 2021-08-10 15:32:34,319 114850 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '65c988b6-4276-4bf0-839d-c3a26d968f79', 'name': 'tempest-AttachVolumeTestJSON-2061820579-network', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bfc03028cb014fb380e0da13804d7994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 839, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-08-10T15:32:04Z', 'updated_at': '2021-08-10T15:32:04Z', 'revision_number': 1} available for tenant 2021-08-10 15:32:34,319 114850 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAt2OyQedwl4x5AYgydQ/Q+K3u0m/FYuodJQsOH7UEpc/bDTWa\n2OiHRRqJH9FBFoLkihbYGcHUKDjuV+LpxPRBjd2IL5emUfD22kvGVPV++JrHMEsd\nKF8eOCJzVnWwSnrI8ppNADThGGhkCMKHOSCp8Vv0x6Y5ZIpw+ZqwYGTiTmeB/6+Q\nRBADREd6aPM8RL7PXnLX3d3fmXMFzywD2lCnkYpI1ymjttzCEi4N2Gu8U2oN5Sm6\nuA4e2JAI3o7eP+4LpxQKBdC+xAK9hnqP+eIug3ab3M+6j5+N9rvKvxNXyMyrubPS\nk0MDUyyYvcO1HZA8d8MJ1nCRIVY7xU4GS/bFxwIDAQABAoIBAQCQaZm9/BrVvHCt\nnCrftAzDR3SBkjLFqcY5nXMJ1OpMCFpfFI9TsAiVikfhHk87AuglNcgGwHPpGKvX\n2YBs8EuPA5xyneEDNdWuIW2VCZ1q97dTeFMFr6GEYtyggRzKCdaj9I4eU4XOSqY7\nn7QMcIRi5B7l+SfI3JwKcp3hyo/LXLHUzS8krYd+I0XRLy2MxF80lHO+qO+Od3Qt\nl90RQbGPVP3CZ4Jr+Femsw3Mi6AEjNgSd6E4X+r3Er9Auvvb21ZkrHMWFMCTYRmK\nZpR82P8cc6yrncPLpd+EpnvUupRDBF1ujNZQKVxFrY2jRmvkXSu4FzvKVWKc9mbN\nm2WKltgBAoGBAN199vvZRPocHR6AWfCX5EqORX5H1EiHzP7c/2BdgeQ4ebdqQY4n\n9ND6qHeVQXS/Lf2qHNUCc3GXOHLpFMoq5kJ9Nl3pbhXpqTGH7wvAuGc+nKeNnMSI\n6og2t2o0H48rAcQPd5BmwN7M2wQqOgtEojlSFkkZMqRd/ds7LgBCl6NHAoGBANP2\nCf3EsX+YQiZQOmDYxiQtsZMcs3IMBLMRs/Jz4o0igbiOfhrHezreZ0kyzvHSUMuK\nnilKc89PFYVGQw3RX6Jun6/8whsP6iFOlihCTY2zUTLQmIPFBa8RdUZqOJckhBEz\nDcPBmhb1JXmqpztkxSM5qSl/IYbDnjOtUE2YsAmBAoGARZchNanjGS4iHAY5u/UN\nPjuLLA0Hbq50QxNOjYlzmTABVhZleHOnYM2Qhtn3UeYLXirHmkmF2geoLbp71LU7\n2WIb5c/Ezc+3YB+UhL3Ncmrir2Y3/iwCfD+sywqLa+EYUfCGIXGXYak9mwZlbErp\nKVdYNylalvgNHYdvgZdqq1sCgYEArVnZHAmk3WTKHQmaZSCFFIumYlmjzQ9VPJqq\n4Ay06ZaiHy2ypvYkq6W/NVdvdsj6OS16Yuy4QIE+aYxoRMHLBE6THVyL55QhePIL\nzotDYDOaogOF6KbXGjIeBuPSupIrzOFDTall+4atCo9uTB4DOObsmbqW0d/k4ADL\n31qUBoECgYEAxvdLleMyo9XPlxSyRfDxJLPLC4+xgtBx1s4A6T0C71np4973AZjS\nNyuo9AKRERipwKB0agOs9FFby7RSwFtFtFq5EuhlqQRKA450bmQDFYcdkDSUiuvr\n0d2jIibinacvVsXhmfwDOfWo8eL0f2jcxg4hdORDpLH3OFLqDhEWS+c=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-279921308', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3Y7JB53CXjHkBiDJ1D9D4re7Sb8Vi6h0lCw4ftQSlz9sNNZrY6IdFGokf0UEWguSKFtgZwdQoOO5X4unE9EGN3Ygvl6ZR8PbaS8ZU9X74mscwSx0oXx44InNWdbBKesjymk0ANOEYaGQIwoc5IKnxW/THpjlkinD5mrBgZOJOZ4H/r5BEEANER3po8zxEvs9ectfd3d+ZcwXPLAPaUKeRikjXKaO23MISLg3Ya7xTag3lKbq4Dh7YkAjejt4/7gunFAoF0L7EAr2Geo/54i6Ddpvcz7qPn432u8q/E1fIzKu5s9KTQwNTLJi9w7UdkDx3wwnWcJEhVjvFTgZL9sXH Generated-by-Nova', 'fingerprint': '1b:e4:9f:3d:3a:ed:ac:9b:d8:21:e0:49:17:34:66:aa', 'user_id': '669e3030da6540fc871db353b17624da'}, 'security_group': {'id': '1cadeb6d-79c8-4680-9573-32d8c36eaaa4', 'name': 'tempest-securitygroup--885390364', 'stateful': True, 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'description': 'tempest-description--175846279', 'security_group_rules': [{'id': '78dfe5f6-e041-48b7-9bf1-588ef599dd18', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'security_group_id': '1cadeb6d-79c8-4680-9573-32d8c36eaaa4', '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': 149, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:32:29Z', 'updated_at': '2021-08-10T15:32:29Z', 'revision_number': 0, 'project_id': 'bfc03028cb014fb380e0da13804d7994'}, {'id': '87284ae4-5d8a-4e38-9580-1da3d1514518', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'security_group_id': '1cadeb6d-79c8-4680-9573-32d8c36eaaa4', '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': 148, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:32:29Z', 'updated_at': '2021-08-10T15:32:29Z', 'revision_number': 0, 'project_id': 'bfc03028cb014fb380e0da13804d7994'}], 'tags': [], 'created_at': '2021-08-10T15:32:29Z', 'updated_at': '2021-08-10T15:32:29Z', 'revision_number': 1, 'project_id': 'bfc03028cb014fb380e0da13804d7994'}, 'floating_ip': {'id': '82fdf734-331f-4bad-bf5a-1abd5440a5df', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'floating_ip_address': '172.27.3.11', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfc03028cb014fb380e0da13804d7994', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:32:31Z', 'updated_at': '2021-08-10T15:32:31Z', 'revision_number': 0, 'ip': '172.27.3.11'}} 2021-08-10 15:32:36,372 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.21/compute/v2.1/servers 2.051s 2021-08-10 15:32:36,372 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-426268046", "imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "65c988b6-4276-4bf0-839d-c3a26d968f79"}], "security_groups": [{"name": "tempest-securitygroup--885390364"}], "key_name": "tempest-keypair-279921308", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baececdd-07a7-44fe-9e73-2a8abd618c57', 'x-compute-request-id': 'req-baececdd-07a7-44fe-9e73-2a8abd618c57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--885390364"}], "adminPass": "password"}}' 2021-08-10 15:32:36,927 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.552s 2021-08-10 15:32:36,927 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c55b26a7-c352-4614-9593-efa88e86c625', 'x-compute-request-id': 'req-c55b26a7-c352-4614-9593-efa88e86c625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-279921308", "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": []}}' 2021-08-10 15:32:38,406 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.469s 2021-08-10 15:32:38,406 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-492480d2-495d-4ec5-88f9-da123936c5a8', 'x-compute-request-id': 'req-492480d2-495d-4ec5-88f9-da123936c5a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:38,414 114850 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2021-08-10 15:32:39,732 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.316s 2021-08-10 15:32:39,732 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e82d3a2-9799-4384-a357-d9a6314e9b5a', 'x-compute-request-id': 'req-4e82d3a2-9799-4384-a357-d9a6314e9b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:41,613 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.872s 2021-08-10 15:32:41,614 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5545de02-026e-406e-bf58-4ae92d209026', 'x-compute-request-id': 'req-5545de02-026e-406e-bf58-4ae92d209026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:42,877 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.255s 2021-08-10 15:32:42,878 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b9af0b1-4e56-4120-8688-a3162507ba3d', 'x-compute-request-id': 'req-7b9af0b1-4e56-4120-8688-a3162507ba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:44,055 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.169s 2021-08-10 15:32:44,056 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6866a844-0ade-4198-b276-8847b0fe6ead', 'x-compute-request-id': 'req-6866a844-0ade-4198-b276-8847b0fe6ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:45,216 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.153s 2021-08-10 15:32:45,217 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fe9d5e6-3455-480e-b1c6-69f18b55fa1f', 'x-compute-request-id': 'req-5fe9d5e6-3455-480e-b1c6-69f18b55fa1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:46,520 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.294s 2021-08-10 15:32:46,520 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-504dc2c0-6e6f-4c89-b81f-cecacc1db2bb', 'x-compute-request-id': 'req-504dc2c0-6e6f-4c89-b81f-cecacc1db2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:48,020 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.491s 2021-08-10 15:32:48,020 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93c20c56-06b2-459e-a48f-a151ca46d608', 'x-compute-request-id': 'req-93c20c56-06b2-459e-a48f-a151ca46d608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:49,268 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.239s 2021-08-10 15:32:49,268 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5eab2d1-515a-483a-938a-0b12cc5e98dc', 'x-compute-request-id': 'req-f5eab2d1-515a-483a-938a-0b12cc5e98dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:50,527 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.250s 2021-08-10 15:32:50,527 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2288efd7-4df7-4015-99ed-7bc228c8e958', 'x-compute-request-id': 'req-2288efd7-4df7-4015-99ed-7bc228c8e958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:51,764 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.228s 2021-08-10 15:32:51,765 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c14b86ad-48b5-40a3-b1e0-ec13f308c883', 'x-compute-request-id': 'req-c14b86ad-48b5-40a3-b1e0-ec13f308c883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:32:50Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:32:51,773 114850 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2021-08-10 15:32:51,907 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-interface 0.133s 2021-08-10 15:32:51,907 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63ab8120-e238-4b20-a2ae-12c7cad58fcd', 'x-compute-request-id': 'req-63ab8120-e238-4b20-a2ae-12c7cad58fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "65c988b6-4276-4bf0-839d-c3a26d968f79", "port_id": "ea42036e-b32e-4324-b517-b31239718015", "mac_addr": "fa:16:3e:05:20:b5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e08a78c3-997b-425a-8eda-8511d225619a", "ip_address": "172.20.0.12"}]}]}' 2021-08-10 15:32:53,708 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.21:9696/v2.0/floatingips/82fdf734-331f-4bad-bf5a-1abd5440a5df 1.798s 2021-08-10 15:32:53,709 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "ea42036e-b32e-4324-b517-b31239718015"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-5751d39e-46fe-4def-ac5d-f69c2fc0925f', 'date': 'Tue, 10 Aug 2021 15:32:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/82fdf734-331f-4bad-bf5a-1abd5440a5df'} Body: b'{"floatingip": {"id": "82fdf734-331f-4bad-bf5a-1abd5440a5df", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "floating_ip_address": "172.27.3.11", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": "1b5c99a9-e4ba-455b-988b-33ec0a047457", "port_id": "ea42036e-b32e-4324-b517-b31239718015", "fixed_ip_address": "172.20.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "65c988b6-4276-4bf0-839d-c3a26d968f79", "mac_address": "fa:16:3e:05:20:b5", "admin_state_up": true, "status": "ACTIVE", "device_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-08-10T15:32:31Z", "updated_at": "2021-08-10T15:32:52Z", "revision_number": 1, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:32:53,858 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.149s 2021-08-10 15:32:53,859 114850 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': 'Tue, 10 Aug 2021 15:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d2ae1a-96f3-4b01-ba9b-da33b534b871', 'x-compute-request-id': 'req-75d2ae1a-96f3-4b01-ba9b-da33b534b871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:32:55,039 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.178s 2021-08-10 15:32:55,039 114850 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': 'Tue, 10 Aug 2021 15:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f6e141-a430-4503-83ea-ae78a4c04563', 'x-compute-request-id': 'req-d7f6e141-a430-4503-83ea-ae78a4c04563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:32:56,194 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.152s 2021-08-10 15:32:56,194 114850 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': 'Tue, 10 Aug 2021 15:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ba9270-7d2c-4d44-bb8d-5bdec0959bd1', 'x-compute-request-id': 'req-a1ba9270-7d2c-4d44-bb8d-5bdec0959bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:32:57,301 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.104s 2021-08-10 15:32:57,301 114850 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': 'Tue, 10 Aug 2021 15:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a773bf3-745f-4eb2-aaa7-7e43c806b834', 'x-compute-request-id': 'req-7a773bf3-745f-4eb2-aaa7-7e43c806b834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:32:58,454 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.151s 2021-08-10 15:32:58,455 114850 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': 'Tue, 10 Aug 2021 15:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad8a5a39-fddd-4195-94be-aaf565cfb81d', 'x-compute-request-id': 'req-ad8a5a39-fddd-4195-94be-aaf565cfb81d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:32:59,573 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.116s 2021-08-10 15:32:59,573 114850 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': 'Tue, 10 Aug 2021 15:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7985e195-12cc-4ad0-b10a-e52a2e2cffd0', 'x-compute-request-id': 'req-7985e195-12cc-4ad0-b10a-e52a2e2cffd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:00,667 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.090s 2021-08-10 15:33:00,667 114850 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': 'Tue, 10 Aug 2021 15:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d95dc0d-548a-42d7-ba7a-8a7693366a20', 'x-compute-request-id': 'req-6d95dc0d-548a-42d7-ba7a-8a7693366a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:01,805 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.136s 2021-08-10 15:33:01,805 114850 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': 'Tue, 10 Aug 2021 15:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e478764-9fb7-45a1-a847-3e5cab391175', 'x-compute-request-id': 'req-5e478764-9fb7-45a1-a847-3e5cab391175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:06,628 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 3.821s 2021-08-10 15:33:06,629 114850 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': 'Tue, 10 Aug 2021 15:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b23933a-1806-4441-90fa-b935cf3ec041', 'x-compute-request-id': 'req-8b23933a-1806-4441-90fa-b935cf3ec041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:07,739 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.109s 2021-08-10 15:33:07,740 114850 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': 'Tue, 10 Aug 2021 15:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061ef89a-bb41-445f-b3c5-5db514b9fb60', 'x-compute-request-id': 'req-061ef89a-bb41-445f-b3c5-5db514b9fb60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:08,938 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.195s 2021-08-10 15:33:08,938 114850 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': 'Tue, 10 Aug 2021 15:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5af0157b-39b1-4a2a-97d9-ee205333e63b', 'x-compute-request-id': 'req-5af0157b-39b1-4a2a-97d9-ee205333e63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:10,062 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.122s 2021-08-10 15:33:10,062 114850 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': 'Tue, 10 Aug 2021 15:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79f36dc6-1012-4179-a500-fa697cc24de4', 'x-compute-request-id': 'req-79f36dc6-1012-4179-a500-fa697cc24de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:11,192 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.127s 2021-08-10 15:33:11,192 114850 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': 'Tue, 10 Aug 2021 15:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17349148-bb44-47b8-978e-3101604a5f92', 'x-compute-request-id': 'req-17349148-bb44-47b8-978e-3101604a5f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:12,288 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.093s 2021-08-10 15:33:12,288 114850 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': 'Tue, 10 Aug 2021 15:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a40a8ef-ce71-429f-83f3-e018ac6df2b9', 'x-compute-request-id': 'req-6a40a8ef-ce71-429f-83f3-e018ac6df2b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": ""}' 2021-08-10 15:33:13,408 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.117s 2021-08-10 15:33:13,408 114850 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': 'Tue, 10 Aug 2021 15:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6184', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c8fbe5f-94c4-4cc2-877f-373a9a3e4301', 'x-compute-request-id': 'req-4c8fbe5f-94c4-4cc2-877f-373a9a3e4301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:14,514 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.104s 2021-08-10 15:33:14,515 114850 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': 'Tue, 10 Aug 2021 15:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '9954', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd95ae03-3887-489b-b6bc-fb8546f85502', 'x-compute-request-id': 'req-fd95ae03-3887-489b-b6bc-fb8546f85502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:15,629 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.111s 2021-08-10 15:33:15,630 114850 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': 'Tue, 10 Aug 2021 15:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '13651', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad90ca55-9287-4d58-91bf-b79f6e6c890b', 'x-compute-request-id': 'req-ad90ca55-9287-4d58-91bf-b79f6e6c890b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:16,761 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.128s 2021-08-10 15:33:16,762 114850 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': 'Tue, 10 Aug 2021 15:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '16162', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb0129dc-4d8b-4aab-b059-311c8e615ea4', 'x-compute-request-id': 'req-cb0129dc-4d8b-4aab-b059-311c8e615ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:17,876 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.112s 2021-08-10 15:33:17,877 114850 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': 'Tue, 10 Aug 2021 15:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17861', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bce04c59-023f-4fea-a3f8-261ec9ec2d33', 'x-compute-request-id': 'req-bce04c59-023f-4fea-a3f8-261ec9ec2d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:18,992 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.113s 2021-08-10 15:33:18,993 114850 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': 'Tue, 10 Aug 2021 15:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18155', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e03f032e-9d01-4816-a027-d2213eb4c240', 'x-compute-request-id': 'req-e03f032e-9d01-4816-a027-d2213eb4c240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:20,118 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.123s 2021-08-10 15:33:20,119 114850 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': 'Tue, 10 Aug 2021 15:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44ce3351-0e44-4b87-9a3a-b9afc65fefc0', 'x-compute-request-id': 'req-44ce3351-0e44-4b87-9a3a-b9afc65fefc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:21,255 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.134s 2021-08-10 15:33:21,255 114850 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': 'Tue, 10 Aug 2021 15:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21220', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaec2925-ee85-475b-8de0-2d3c773fa89e', 'x-compute-request-id': 'req-aaec2925-ee85-475b-8de0-2d3c773fa89e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:22,350 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.091s 2021-08-10 15:33:22,351 114850 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': 'Tue, 10 Aug 2021 15:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a604aaa-493a-4a2e-bdbd-ff8fd27eacc5', 'x-compute-request-id': 'req-4a604aaa-493a-4a2e-bdbd-ff8fd27eacc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:26,535 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 3.182s 2021-08-10 15:33:26,536 114850 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': 'Tue, 10 Aug 2021 15:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dc57f30-7477-41a2-b8de-767384c0ae84', 'x-compute-request-id': 'req-1dc57f30-7477-41a2-b8de-767384c0ae84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:27,679 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.141s 2021-08-10 15:33:27,679 114850 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': 'Tue, 10 Aug 2021 15:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25832', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa10260-9bdf-42fb-8fc8-e1f68985d352', 'x-compute-request-id': 'req-bfa10260-9bdf-42fb-8fc8-e1f68985d352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:28,792 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.110s 2021-08-10 15:33:28,793 114850 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': 'Tue, 10 Aug 2021 15:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26169', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b908995d-1eac-493c-9907-c3f47b83dc7e', 'x-compute-request-id': 'req-b908995d-1eac-493c-9907-c3f47b83dc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:29,916 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.120s 2021-08-10 15:33:29,917 114850 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': 'Tue, 10 Aug 2021 15:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1c24ac-8bb6-4484-8267-543ed17f8d44', 'x-compute-request-id': 'req-1d1c24ac-8bb6-4484-8267-543ed17f8d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:31,299 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.378s 2021-08-10 15:33:31,300 114850 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': 'Tue, 10 Aug 2021 15:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95aed77d-0642-4f1d-abb4-2cb00624db87', 'x-compute-request-id': 'req-95aed77d-0642-4f1d-abb4-2cb00624db87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:32,423 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.121s 2021-08-10 15:33:32,424 114850 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': 'Tue, 10 Aug 2021 15:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6c74284-8ccb-4476-9cb7-a87ebbe2ca84', 'x-compute-request-id': 'req-c6c74284-8ccb-4476-9cb7-a87ebbe2ca84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:33,541 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.114s 2021-08-10 15:33:33,542 114850 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': 'Tue, 10 Aug 2021 15:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c21804a2-2abb-4d33-92f9-4698204e1b63', 'x-compute-request-id': 'req-c21804a2-2abb-4d33-92f9-4698204e1b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:34,669 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.123s 2021-08-10 15:33:34,669 114850 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': 'Tue, 10 Aug 2021 15:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27963', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8cff931-0ac0-43ec-80c7-3412879cdbbf', 'x-compute-request-id': 'req-a8cff931-0ac0-43ec-80c7-3412879cdbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:35,790 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.117s 2021-08-10 15:33:35,790 114850 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': 'Tue, 10 Aug 2021 15:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f31b2b6-0e44-4185-908d-39db4ce1b3d5', 'x-compute-request-id': 'req-3f31b2b6-0e44-4185-908d-39db4ce1b3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:38,832 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 2.039s 2021-08-10 15:33:38,833 114850 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': 'Tue, 10 Aug 2021 15:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d07e8b7c-05ef-4cfd-a12b-2c7714bbe654', 'x-compute-request-id': 'req-d07e8b7c-05ef-4cfd-a12b-2c7714bbe654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:39,931 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.096s 2021-08-10 15:33:39,932 114850 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': 'Tue, 10 Aug 2021 15:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-126adccd-bcac-4b73-b2ec-bb92cd409164', 'x-compute-request-id': 'req-126adccd-bcac-4b73-b2ec-bb92cd409164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:41,123 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.188s 2021-08-10 15:33:41,124 114850 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': 'Tue, 10 Aug 2021 15:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28165', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-494d1ffe-9a7d-446e-bc68-b100d77ebc52', 'x-compute-request-id': 'req-494d1ffe-9a7d-446e-bc68-b100d77ebc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:42,232 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.105s 2021-08-10 15:33:42,232 114850 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': 'Tue, 10 Aug 2021 15:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28441', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae8b5262-625a-4e51-8ecf-27b2911a28f2', 'x-compute-request-id': 'req-ae8b5262-625a-4e51-8ecf-27b2911a28f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:43,349 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.113s 2021-08-10 15:33:43,349 114850 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': 'Tue, 10 Aug 2021 15:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd082469-1b12-44a0-ae7c-71c5e620c057', 'x-compute-request-id': 'req-cd082469-1b12-44a0-ae7c-71c5e620c057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:44,446 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.093s 2021-08-10 15:33:44,447 114850 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': 'Tue, 10 Aug 2021 15:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-091fd488-bfe0-41ed-8d82-2ad30a140616', 'x-compute-request-id': 'req-091fd488-bfe0-41ed-8d82-2ad30a140616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:47,632 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 2.181s 2021-08-10 15:33:47,632 114850 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': 'Tue, 10 Aug 2021 15:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cd6dafb-02ad-44db-b635-f22a37508525', 'x-compute-request-id': 'req-0cd6dafb-02ad-44db-b635-f22a37508525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:48,825 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.190s 2021-08-10 15:33:48,826 114850 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': 'Tue, 10 Aug 2021 15:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28974', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-664bab8b-00f4-4728-b73f-4dae4cbcbd9f', 'x-compute-request-id': 'req-664bab8b-00f4-4728-b73f-4dae4cbcbd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:49,962 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.133s 2021-08-10 15:33:49,963 114850 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': 'Tue, 10 Aug 2021 15:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29799', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-255ec864-fe5f-4340-b6ea-ea265a2a4946', 'x-compute-request-id': 'req-255ec864-fe5f-4340-b6ea-ea265a2a4946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:51,093 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.127s 2021-08-10 15:33:51,094 114850 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': 'Tue, 10 Aug 2021 15:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31067', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a991fab3-d3e7-4f9a-beca-e8eb9de4efd2', 'x-compute-request-id': 'req-a991fab3-d3e7-4f9a-beca-e8eb9de4efd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:52,253 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.156s 2021-08-10 15:33:52,253 114850 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': 'Tue, 10 Aug 2021 15:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-880ef538-afc3-44fb-9c71-820537a6b367', 'x-compute-request-id': 'req-880ef538-afc3-44fb-9c71-820537a6b367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:53,417 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.161s 2021-08-10 15:33:53,418 114850 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': 'Tue, 10 Aug 2021 15:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32590', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c402e8a4-f40e-41b8-947a-5058a84d56de', 'x-compute-request-id': 'req-c402e8a4-f40e-41b8-947a-5058a84d56de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:54,569 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.148s 2021-08-10 15:33:54,569 114850 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': 'Tue, 10 Aug 2021 15:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32863', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac22c637-2406-479e-a9db-a66a474fd63b', 'x-compute-request-id': 'req-ac22c637-2406-479e-a9db-a66a474fd63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:55,672 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.100s 2021-08-10 15:33:55,673 114850 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': 'Tue, 10 Aug 2021 15:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-810b0a91-e350-4285-a720-2290eb0f5c74', 'x-compute-request-id': 'req-810b0a91-e350-4285-a720-2290eb0f5c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:56,788 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.112s 2021-08-10 15:33:56,788 114850 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': 'Tue, 10 Aug 2021 15:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdcd3b82-8f2e-4980-81db-1f14a8276321', 'x-compute-request-id': 'req-bdcd3b82-8f2e-4980-81db-1f14a8276321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:57,888 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.096s 2021-08-10 15:33:57,889 114850 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': 'Tue, 10 Aug 2021 15:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34024', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f692edc2-5157-4c24-ae6a-f00c1a906470', 'x-compute-request-id': 'req-f692edc2-5157-4c24-ae6a-f00c1a906470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:33:59,008 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.116s 2021-08-10 15:33:59,008 114850 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': 'Tue, 10 Aug 2021 15:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34612', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9755fb00-2caa-40ce-9b2d-e4e4bca37cda', 'x-compute-request-id': 'req-9755fb00-2caa-40ce-9b2d-e4e4bca37cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:00,260 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.248s 2021-08-10 15:34:00,261 114850 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': 'Tue, 10 Aug 2021 15:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efc5db87-21b6-4bf0-a645-49870249cbfc', 'x-compute-request-id': 'req-efc5db87-21b6-4bf0-a645-49870249cbfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:01,447 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.183s 2021-08-10 15:34:01,448 114850 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': 'Tue, 10 Aug 2021 15:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-107c1929-2d89-4dec-a63f-8d9e07439d9e', 'x-compute-request-id': 'req-107c1929-2d89-4dec-a63f-8d9e07439d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:02,577 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.126s 2021-08-10 15:34:02,578 114850 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': 'Tue, 10 Aug 2021 15:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35951', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e62e367-3df0-4706-a5ca-cc58ca855c86', 'x-compute-request-id': 'req-7e62e367-3df0-4706-a5ca-cc58ca855c86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:03,706 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.125s 2021-08-10 15:34:03,707 114850 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': 'Tue, 10 Aug 2021 15:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36516', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74269a88-92f2-44e3-9959-0ff2daa38425', 'x-compute-request-id': 'req-74269a88-92f2-44e3-9959-0ff2daa38425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:04,824 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.115s 2021-08-10 15:34:04,825 114850 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': 'Tue, 10 Aug 2021 15:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36946', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf763ac-c1cf-4039-b086-76d14278bfa0', 'x-compute-request-id': 'req-bbf763ac-c1cf-4039-b086-76d14278bfa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:05,946 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.118s 2021-08-10 15:34:05,947 114850 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': 'Tue, 10 Aug 2021 15:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43a17f41-2438-4733-b93b-3928a73e81d0', 'x-compute-request-id': 'req-43a17f41-2438-4733-b93b-3928a73e81d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:07,064 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.114s 2021-08-10 15:34:07,065 114850 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': 'Tue, 10 Aug 2021 15:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83480f84-c31a-4ab4-be1f-3b7b46d6981f', 'x-compute-request-id': 'req-83480f84-c31a-4ab4-be1f-3b7b46d6981f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:08,173 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.105s 2021-08-10 15:34:08,174 114850 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': 'Tue, 10 Aug 2021 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f3e817e-eb3c-4eda-b0ea-5935b9c208d9', 'x-compute-request-id': 'req-0f3e817e-eb3c-4eda-b0ea-5935b9c208d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:34:08,217 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/ips 0.041s 2021-08-10 15:34:08,217 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '146', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-078585e0-5d00-47c6-8337-c752813f043a', 'x-compute-request-id': 'req-078585e0-5d00-47c6-8337-c752813f043a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12"}, {"version": 4, "addr": "172.27.3.11"}]}}' 2021-08-10 15:34:08,232 114850 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.11:22' as 'ubuntu' with public key authentication 2021-08-10 15:34:08,266 114850 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-08-10 15:34:08,501 114850 INFO [paramiko.transport] Authentication (publickey) successful! 2021-08-10 15:34:08,501 114850 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.11 successfully created 2021-08-10 15:34:08,501 114850 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-08-10 15:34:08,502 114850 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.11:22' as 'ubuntu' with public key authentication 2021-08-10 15:34:08,561 114850 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-08-10 15:34:08,642 114850 INFO [paramiko.transport] Authentication (publickey) successful! 2021-08-10 15:34:08,643 114850 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.11 successfully created 2021-08-10 15:34:10,285 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes 0.227s 2021-08-10 15:34:10,285 114850 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-AttachVolumeTestJSON-volume-1692364344"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4968c44-c4c0-4a30-832a-0633fb761775', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4968c44-c4c0-4a30-832a-0633fb761775', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.208546", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:34:10,342 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:34:10,342 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c402c0-1ac2-4445-9cad-947238951cf8', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c402c0-1ac2-4445-9cad-947238951cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:11,391 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.041s 2021-08-10 15:34:11,392 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca4ee61-b89f-4026-9e33-07b04b79c985', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca4ee61-b89f-4026-9e33-07b04b79c985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:11.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:11,399 114850 INFO [tempest.common.waiters] volume 681d7382-b34a-41cc-a010-ab2e2f1a4aa0 reached available after waiting for 1.398998 seconds 2021-08-10 15:34:11,693 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.294s 2021-08-10 15:34:11,694 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:11 GMT', 'server': 'Apache/2.4.41 (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-58e3d15f-2e4e-45e5-9d02-d868cc8c9461', 'x-compute-request-id': 'req-58e3d15f-2e4e-45e5-9d02-d868cc8c9461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "device": "/dev/sdb"}}' 2021-08-10 15:34:11,749 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.053s 2021-08-10 15:34:11,750 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86962335-5b9b-4fe0-9a12-1e414e93bbca', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86962335-5b9b-4fe0-9a12-1e414e93bbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:12,811 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:34:12,811 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ed1e3e-cfe0-4d0d-9b26-2f4e69d5e75e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ed1e3e-cfe0-4d0d-9b26-2f4e69d5e75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:13,869 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:34:13,870 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b7cbf16-2547-4fad-8a02-c97efb6d5411', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b7cbf16-2547-4fad-8a02-c97efb6d5411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:14,925 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:34:14,925 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38023e59-35d8-442a-ba9f-d3bef5363f33', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38023e59-35d8-442a-ba9f-d3bef5363f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:15,980 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:34:15,980 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a44be9f-bee2-45c9-a5e7-8b687a59e088', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a44be9f-bee2-45c9-a5e7-8b687a59e088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:17,038 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:34:17,039 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa61b44-6784-466f-ba4e-a480edd1eb5e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa61b44-6784-466f-ba4e-a480edd1eb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:18,096 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:34:18,097 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac64deb0-6534-4641-8363-14972878c948', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac64deb0-6534-4641-8363-14972878c948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:19,160 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.055s 2021-08-10 15:34:19,160 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b8f7a1b-42c6-46c6-a930-f64e65c47a07', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b8f7a1b-42c6-46c6-a930-f64e65c47a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:20,216 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:34:20,216 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685e7653-2661-42df-aaa1-5b9547a004c4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685e7653-2661-42df-aaa1-5b9547a004c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:21,275 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:34:21,275 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083f370b-c328-4d6c-b88e-9caf0e35d584', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083f370b-c328-4d6c-b88e-9caf0e35d584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:22,332 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:34:22,332 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3d6019d-8ff8-4ec3-93b1-c8af55746f47', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d6019d-8ff8-4ec3-93b1-c8af55746f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:23,387 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:34:23,387 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce57c86d-8210-4b4c-8627-d3ecf9ee8d9d', 'content-length': '1205', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce57c86d-8210-4b4c-8627-d3ecf9ee8d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:22.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:23,394 114850 INFO [tempest.common.waiters] Attachment 230826f4-73dc-4d99-905c-12565575113e created for volume 681d7382-b34a-41cc-a010-ab2e2f1a4aa0 to server 22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 after waiting for 12.394741 seconds 2021-08-10 15:34:23,443 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:34:23,443 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da2313e2-40f7-4fe5-b73e-3d8b5ee60610', 'content-length': '1205', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da2313e2-40f7-4fe5-b73e-3d8b5ee60610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:34:22.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:34:23,450 114850 INFO [tempest.common.waiters] volume 681d7382-b34a-41cc-a010-ab2e2f1a4aa0 reached in-use after waiting for 0.450392 seconds 2021-08-10 15:34:23,591 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.141s 2021-08-10 15:34:23,592 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-stop": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:23 GMT', 'server': 'Apache/2.4.41 (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-07a99ce4-5746-4cdd-8d6b-ab77e2987c6d', 'x-compute-request-id': 'req-07a99ce4-5746-4cdd-8d6b-ab77e2987c6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'' 2021-08-10 15:34:23,746 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.154s 2021-08-10 15:34:23,747 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0365455b-4159-4bd0-81df-2ec50124ebc2', 'x-compute-request-id': 'req-0365455b-4159-4bd0-81df-2ec50124ebc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:24,991 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.234s 2021-08-10 15:34:24,992 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b650fc6d-0e1e-44c6-98a4-7b345747efc8', 'x-compute-request-id': 'req-b650fc6d-0e1e-44c6-98a4-7b345747efc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:26,181 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.180s 2021-08-10 15:34:26,182 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f33031f3-4ce7-43f4-ae53-3dda499df96d', 'x-compute-request-id': 'req-f33031f3-4ce7-43f4-ae53-3dda499df96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:27,345 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.154s 2021-08-10 15:34:27,345 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f08eab0-f4f8-457a-945b-a84b99ff7171', 'x-compute-request-id': 'req-5f08eab0-f4f8-457a-945b-a84b99ff7171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:28,500 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.145s 2021-08-10 15:34:28,501 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c381ed73-5d10-4a04-b5dd-ff20894ef317', 'x-compute-request-id': 'req-c381ed73-5d10-4a04-b5dd-ff20894ef317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:29,716 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.207s 2021-08-10 15:34:29,717 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b9048a0-1c13-4ac3-8274-5495102764f4', 'x-compute-request-id': 'req-1b9048a0-1c13-4ac3-8274-5495102764f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:30,877 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.152s 2021-08-10 15:34:30,878 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea54dfa7-2e0e-46dc-97c2-e5a54d291ce6', 'x-compute-request-id': 'req-ea54dfa7-2e0e-46dc-97c2-e5a54d291ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:32,039 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.152s 2021-08-10 15:34:32,039 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db7862a5-610f-4ee8-8d6c-af08359b6bf2', 'x-compute-request-id': 'req-db7862a5-610f-4ee8-8d6c-af08359b6bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:33,206 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.158s 2021-08-10 15:34:33,207 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b04dbd6-d68c-4a10-a136-850561899767', 'x-compute-request-id': 'req-9b04dbd6-d68c-4a10-a136-850561899767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:34,387 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.171s 2021-08-10 15:34:34,388 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed87b64-7b08-434a-8c2c-d11d4dcc0d29', 'x-compute-request-id': 'req-aed87b64-7b08-434a-8c2c-d11d4dcc0d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:35,546 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.149s 2021-08-10 15:34:35,546 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55acde16-caeb-41d3-913a-b673cb17ff1b', 'x-compute-request-id': 'req-55acde16-caeb-41d3-913a-b673cb17ff1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:36,699 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.145s 2021-08-10 15:34:36,700 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1fc66b3-146b-4899-a130-4d2b4f3c52ff', 'x-compute-request-id': 'req-f1fc66b3-146b-4899-a130-4d2b4f3c52ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:37,897 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.188s 2021-08-10 15:34:37,897 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3353cd7-6b48-409d-86ed-6b1a222e76f0', 'x-compute-request-id': 'req-c3353cd7-6b48-409d-86ed-6b1a222e76f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:39,063 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.155s 2021-08-10 15:34:39,063 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caffa917-cf0c-49b7-8d32-c41c807e8dab', 'x-compute-request-id': 'req-caffa917-cf0c-49b7-8d32-c41c807e8dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:40,231 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.158s 2021-08-10 15:34:40,231 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae365a7f-2f5a-4f4c-bdda-41ad46c483a5', 'x-compute-request-id': 'req-ae365a7f-2f5a-4f4c-bdda-41ad46c483a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:41,405 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.165s 2021-08-10 15:34:41,405 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e82e66e-4895-408f-827d-91b9185b15ab', 'x-compute-request-id': 'req-4e82e66e-4895-408f-827d-91b9185b15ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:42,569 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.155s 2021-08-10 15:34:42,569 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fae55673-ea18-4312-aaaa-9bc0b349dcfd', 'x-compute-request-id': 'req-fae55673-ea18-4312-aaaa-9bc0b349dcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:43,756 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.179s 2021-08-10 15:34:43,757 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15337cf7-0f41-4621-8b7c-0bc357f020cf', 'x-compute-request-id': 'req-15337cf7-0f41-4621-8b7c-0bc357f020cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:44,938 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.172s 2021-08-10 15:34:44,939 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1699', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-138e8d4f-cc64-4701-a6be-a1bf6def657e', 'x-compute-request-id': 'req-138e8d4f-cc64-4701-a6be-a1bf6def657e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "SHUTOFF", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:44Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:44,949 114850 INFO [tempest.common.waiters] State transition "ACTIVE/powering-off" ==> "SHUTOFF/None" after 21 second wait 2021-08-10 15:34:45,122 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.172s 2021-08-10 15:34:45,123 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-start": {}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:44 GMT', 'server': 'Apache/2.4.41 (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-050c40e8-48b6-400a-baf0-f4f15780a649', 'x-compute-request-id': 'req-050c40e8-48b6-400a-baf0-f4f15780a649', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'' 2021-08-10 15:34:45,359 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.235s 2021-08-10 15:34:45,359 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1708', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1008ac77-8764-4ccf-9e16-6a7995442e37', 'x-compute-request-id': 'req-1008ac77-8764-4ccf-9e16-6a7995442e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "SHUTOFF", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:45Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:46,539 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.168s 2021-08-10 15:34:46,539 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1708', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33a40287-481c-4dda-80d2-fac84aba4038', 'x-compute-request-id': 'req-33a40287-481c-4dda-80d2-fac84aba4038', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "SHUTOFF", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:45Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:47,733 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.180s 2021-08-10 15:34:47,734 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1712', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83d7f36b-1bfb-4dac-ae10-2cfd193f5ec7', 'x-compute-request-id': 'req-83d7f36b-1bfb-4dac-ae10-2cfd193f5ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:34:47Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:34:47,748 114850 INFO [tempest.common.waiters] State transition "SHUTOFF/powering-on" ==> "ACTIVE/None" after 2 second wait 2021-08-10 15:34:47,748 114850 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2021-08-10 15:34:47,748 114850 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.3.11:22' as 'ubuntu' with public key authentication 2021-08-10 15:35:06,233 114850 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.11 ([Errno None] Unable to connect to port 22 on 172.27.3.11). Number attempts: 1. Retry after 2 seconds. 2021-08-10 15:35:11,801 114850 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.11 ([Errno None] Unable to connect to port 22 on 172.27.3.11). Number attempts: 2. Retry after 3 seconds. 2021-08-10 15:35:18,361 114850 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.11 ([Errno None] Unable to connect to port 22 on 172.27.3.11). Number attempts: 3. Retry after 4 seconds. 2021-08-10 15:35:25,945 114850 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.11 ([Errno None] Unable to connect to port 22 on 172.27.3.11). Number attempts: 4. Retry after 5 seconds. 2021-08-10 15:35:31,452 114850 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.3.11 ([Errno None] Unable to connect to port 22 on 172.27.3.11). Number attempts: 5. Retry after 6 seconds. 2021-08-10 15:35:37,982 114850 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2021-08-10 15:35:38,128 114850 INFO [paramiko.transport] Authentication (publickey) successful! 2021-08-10 15:35:38,128 114850 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.3.11 successfully created 2021-08-10 15:35:39,802 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 DELETE http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.160s 2021-08-10 15:35:39,802 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:39 GMT', 'server': 'Apache/2.4.41 (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-de438291-f43d-4473-aa42-2fa57fecae05', 'x-compute-request-id': 'req-de438291-f43d-4473-aa42-2fa57fecae05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'' 2021-08-10 15:35:39,850 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:35:39,850 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1f626f-f99b-47f3-bed3-0ab3bb9c69fb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1f626f-f99b-47f3-bed3-0ab3bb9c69fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:40,949 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:35:40,949 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d45d9da-2aa8-4c6e-95a4-2898459da660', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d45d9da-2aa8-4c6e-95a4-2898459da660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:42,002 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:42,003 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b89507-6ba3-404a-a1fc-cf25d79fbc82', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b89507-6ba3-404a-a1fc-cf25d79fbc82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:43,056 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:43,057 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0627808-deaf-4551-8e25-e5aa61ce214b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0627808-deaf-4551-8e25-e5aa61ce214b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:44,110 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:44,110 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef844d0b-44e9-4aab-b378-ed90a28b1a03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef844d0b-44e9-4aab-b378-ed90a28b1a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:45,164 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:35:45,165 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8bd366-38e0-4727-bc68-0da265e51d66', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8bd366-38e0-4727-bc68-0da265e51d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:46,219 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:35:46,220 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf6fb9c-a549-446f-8d4c-669237ee494a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf6fb9c-a549-446f-8d4c-669237ee494a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:47,276 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:35:47,276 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12f5d111-f0c1-403d-b466-1cd0cb13a557', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12f5d111-f0c1-403d-b466-1cd0cb13a557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:48,331 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:35:48,331 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf6f5a2-0ae3-48ba-ba89-85963f12b92f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf6f5a2-0ae3-48ba-ba89-85963f12b92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:49,384 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:35:49,384 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63d084da-8c04-4099-b9ef-c3ab6cdced64', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63d084da-8c04-4099-b9ef-c3ab6cdced64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:50,435 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:35:50,436 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177be49d-413b-460a-baa1-1722055753cc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177be49d-413b-460a-baa1-1722055753cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:51,490 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:51,490 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2381626-d4d9-4f52-bd34-692de723f7bf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2381626-d4d9-4f52-bd34-692de723f7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:52,544 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:35:52,544 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded66f81-998a-4bff-ae18-386ddef211bc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded66f81-998a-4bff-ae18-386ddef211bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:53,597 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:53,598 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09431d63-e9b3-45ad-ba27-4caac1b832ea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09431d63-e9b3-45ad-ba27-4caac1b832ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:54,659 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.054s 2021-08-10 15:35:54,659 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cebede8f-e237-4db3-bf0c-fa753130c50c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cebede8f-e237-4db3-bf0c-fa753130c50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:55,712 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:55,713 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c30c32-6e66-4c77-b580-5f60e65eda6a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c30c32-6e66-4c77-b580-5f60e65eda6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:56,766 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:56,766 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be714200-54ae-4782-be7b-a225396e4543', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be714200-54ae-4782-be7b-a225396e4543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:57,820 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:57,820 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dfba79a-a331-4098-a35d-6828709e9d41', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dfba79a-a331-4098-a35d-6828709e9d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:58,873 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:35:58,874 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e965435d-bff8-48bc-8993-dcea79d9081a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e965435d-bff8-48bc-8993-dcea79d9081a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:35:59,928 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:35:59,928 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0a16c6-d0ff-4bb0-9269-b96921cdd0f9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be0a16c6-d0ff-4bb0-9269-b96921cdd0f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:00,982 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:00,983 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edc2e60-8eaf-4708-9194-11fb448b3dba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edc2e60-8eaf-4708-9194-11fb448b3dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:02,036 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:02,038 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac41b211-10c4-4e9f-9176-7f5989522587', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac41b211-10c4-4e9f-9176-7f5989522587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:03,093 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:03,094 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d935f2-dad6-4b97-86b1-eebff5f61516', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d935f2-dad6-4b97-86b1-eebff5f61516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:04,148 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:04,149 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e687f076-b7d8-41e1-8965-716059c1dfd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e687f076-b7d8-41e1-8965-716059c1dfd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:05,204 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:36:05,205 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c10a6b-d231-4d42-8afb-067d89b94c23', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c10a6b-d231-4d42-8afb-067d89b94c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:06,258 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:06,259 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae25957-2b97-49ee-8e23-4970e3d2a1a1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae25957-2b97-49ee-8e23-4970e3d2a1a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:07,314 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:07,315 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e1f8d5-cfe8-494c-bc56-c965a847619a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e1f8d5-cfe8-494c-bc56-c965a847619a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:08,369 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:08,370 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9735597d-c842-4998-8d3e-38e1c85bdc3c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9735597d-c842-4998-8d3e-38e1c85bdc3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:09,426 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:36:09,426 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a3e8638-7108-443d-8101-b1803ffb0dca', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a3e8638-7108-443d-8101-b1803ffb0dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:10,484 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:36:10,484 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af2dc593-e224-4e0e-9b0f-0b5fb62cbb78', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af2dc593-e224-4e0e-9b0f-0b5fb62cbb78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:11,538 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:11,538 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4c57f0-cc23-4ab3-b863-bf83f1b66235', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4c57f0-cc23-4ab3-b863-bf83f1b66235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:12,591 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:12,592 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-371e0dfb-7c9c-40e9-935f-e1c0a353ad74', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-371e0dfb-7c9c-40e9-935f-e1c0a353ad74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:13,646 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:13,646 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d5aad9-3d61-433e-842d-6d4057ddf75a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d5aad9-3d61-433e-842d-6d4057ddf75a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:14,701 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:14,701 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f433f7ae-5d1f-472b-8474-831ce34631cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f433f7ae-5d1f-472b-8474-831ce34631cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:15,755 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:15,755 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23c4fc38-e696-4174-a934-85825f1778d2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23c4fc38-e696-4174-a934-85825f1778d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:16,809 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:16,810 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e0e8103-3ddb-44f8-839a-ca38f50d1193', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e0e8103-3ddb-44f8-839a-ca38f50d1193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:17,863 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:17,863 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c80afbc-7e59-4e3e-9e0a-3e0710c268e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c80afbc-7e59-4e3e-9e0a-3e0710c268e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:18,918 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:18,918 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a87a32-72d0-47dc-94d1-2768706fe681', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a87a32-72d0-47dc-94d1-2768706fe681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:19,973 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:19,974 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f32572c1-4bda-499d-934f-fc1edf2317ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f32572c1-4bda-499d-934f-fc1edf2317ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:21,026 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:21,027 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ae2ee0-fe52-4faf-8a9f-b1a2a55d5c03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ae2ee0-fe52-4faf-8a9f-b1a2a55d5c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:22,079 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:22,080 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630c72fa-0328-4131-93e5-7a3b2c2a7cfe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630c72fa-0328-4131-93e5-7a3b2c2a7cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:23,133 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:23,134 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c7e410-d7dd-4bc6-b54c-ef0796362360', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c7e410-d7dd-4bc6-b54c-ef0796362360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:24,192 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:36:24,192 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b20df6a-c057-4852-b2fd-460dde7b3c7e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b20df6a-c057-4852-b2fd-460dde7b3c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:25,250 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:36:25,250 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e219a25-3f17-407f-a7f5-7d5dab40b67d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e219a25-3f17-407f-a7f5-7d5dab40b67d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:26,309 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:36:26,309 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd1803cd-59fe-44e8-9bbb-71e6587daf0d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd1803cd-59fe-44e8-9bbb-71e6587daf0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:27,360 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.043s 2021-08-10 15:36:27,361 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2bbf375-0e7b-41af-bbdf-99048b727bfa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2bbf375-0e7b-41af-bbdf-99048b727bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:28,414 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:28,415 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88f32bb8-3f5f-489e-b6a5-60fabbc82bfa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88f32bb8-3f5f-489e-b6a5-60fabbc82bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:29,468 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:29,469 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03bb4c5-0b66-4283-82e4-9b0976e46b98', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03bb4c5-0b66-4283-82e4-9b0976e46b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:30,523 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:30,523 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73124b83-a7d9-491a-8a51-5a12475f3ee7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73124b83-a7d9-491a-8a51-5a12475f3ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:31,579 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:31,579 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305baaa2-49b8-4909-90e1-8f557a5d16cc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305baaa2-49b8-4909-90e1-8f557a5d16cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:32,633 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:36:32,633 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cbee38d-26c7-43f2-866b-6ee2c4f51245', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cbee38d-26c7-43f2-866b-6ee2c4f51245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:33,686 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:33,687 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8c8fe49-dcd1-4f7d-93c7-deb9c37f8fff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8c8fe49-dcd1-4f7d-93c7-deb9c37f8fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:34,739 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:34,740 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c583d37a-0fea-4fe0-862a-d3e9da2a4ac1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c583d37a-0fea-4fe0-862a-d3e9da2a4ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:35,795 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:35,796 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf842da-840c-4476-b008-030b567a10e0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf842da-840c-4476-b008-030b567a10e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:36,849 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:36,850 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713e7201-b410-4654-9e88-69da7647cdf4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713e7201-b410-4654-9e88-69da7647cdf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:37,906 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:36:37,907 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee11a1c9-e2df-40d5-9f8e-23f0a1c4f7fa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee11a1c9-e2df-40d5-9f8e-23f0a1c4f7fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:38,962 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:38,962 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ab3d5d-f756-4b1b-b513-3dda1a20335e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ab3d5d-f756-4b1b-b513-3dda1a20335e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:40,015 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:40,016 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4ec034d-732c-4b95-8ec5-77737ece5393', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4ec034d-732c-4b95-8ec5-77737ece5393', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:41,069 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:41,069 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e28915df-4b0d-410a-a82a-6cb1abd31540', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e28915df-4b0d-410a-a82a-6cb1abd31540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:42,124 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:42,124 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05fe1c7-946e-4bd0-b369-7221e1dbd697', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05fe1c7-946e-4bd0-b369-7221e1dbd697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:43,180 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:43,180 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4459d93-e8eb-4313-9a06-8abc6dfe88df', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4459d93-e8eb-4313-9a06-8abc6dfe88df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:44,235 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:44,235 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c46403-d72b-4421-a70c-d991fe74c5ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c46403-d72b-4421-a70c-d991fe74c5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:45,289 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:45,290 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c733b354-2fe3-4717-865c-6cf4115e6aea', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c733b354-2fe3-4717-865c-6cf4115e6aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:46,344 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:46,344 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae2ea361-55a1-4373-b3f9-17a60a03bb91', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2ea361-55a1-4373-b3f9-17a60a03bb91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:47,398 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:47,399 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792b3390-3f8e-4814-b2ee-63a7a364055a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792b3390-3f8e-4814-b2ee-63a7a364055a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:48,458 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:36:48,458 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c85c27-f9a1-471e-9cdc-113ddf31a130', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c85c27-f9a1-471e-9cdc-113ddf31a130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:49,514 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:36:49,514 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2841d1a-c5ed-4276-98c6-2c9340474228', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2841d1a-c5ed-4276-98c6-2c9340474228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:50,569 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:50,569 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a83c1b-a36a-4263-9295-a231051bb17a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a83c1b-a36a-4263-9295-a231051bb17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:51,623 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:51,623 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24eac672-9ea0-42c8-aae7-ffd32852b158', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24eac672-9ea0-42c8-aae7-ffd32852b158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:52,677 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:52,678 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94ce952-2d45-44d8-9c00-13b5371150d6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94ce952-2d45-44d8-9c00-13b5371150d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:53,733 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:36:53,733 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aaa267b-af9a-485e-85f9-a446b6b4cae3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aaa267b-af9a-485e-85f9-a446b6b4cae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:54,788 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:54,788 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d496da57-7ab2-465b-8821-7c85368e19b3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d496da57-7ab2-465b-8821-7c85368e19b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:55,851 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.055s 2021-08-10 15:36:55,852 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982c1e94-8d99-4c4b-844b-17627564e8b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982c1e94-8d99-4c4b-844b-17627564e8b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:56,905 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:36:56,906 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51f4e53-535c-4240-aeb9-522515614329', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51f4e53-535c-4240-aeb9-522515614329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:57,959 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:57,960 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39501934-81f8-4a76-9a80-7208bcf67dd1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39501934-81f8-4a76-9a80-7208bcf67dd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:36:59,014 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:36:59,014 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29c26f1-d9e2-4505-b0ea-95728e22bd35', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29c26f1-d9e2-4505-b0ea-95728e22bd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:00,069 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:00,070 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14daaa8a-3f5a-44ce-8513-aba3ffc77d41', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14daaa8a-3f5a-44ce-8513-aba3ffc77d41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:01,123 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:01,123 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-910bc4c2-677d-46d6-9db2-bf7c50a60cbb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-910bc4c2-677d-46d6-9db2-bf7c50a60cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:02,178 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:02,178 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e93c54-2000-4cb9-910b-9f30b36b0830', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e93c54-2000-4cb9-910b-9f30b36b0830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:03,233 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:03,234 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59643553-0510-42c0-93cc-8cc55d27eb90', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59643553-0510-42c0-93cc-8cc55d27eb90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:04,290 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:04,291 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd439b79-cc7a-4bf5-b190-c9fbd2d00454', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd439b79-cc7a-4bf5-b190-c9fbd2d00454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:05,348 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:37:05,348 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61cc59dc-b892-4925-9370-2f33c672c84a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61cc59dc-b892-4925-9370-2f33c672c84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:06,413 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.057s 2021-08-10 15:37:06,413 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7506829c-711c-4295-a6d1-dcc66624eca5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7506829c-711c-4295-a6d1-dcc66624eca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:07,466 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:07,467 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bf298a-c377-400e-b8d9-c8426729bdbc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bf298a-c377-400e-b8d9-c8426729bdbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:08,524 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:37:08,524 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5ec3c2-f5d8-4efd-93a4-e37ca6e3e56d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5ec3c2-f5d8-4efd-93a4-e37ca6e3e56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:09,580 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:09,580 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb7fb35-caed-41b9-b913-6f04ad05d23f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb7fb35-caed-41b9-b913-6f04ad05d23f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:10,635 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:10,635 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5bd40d4-9aee-452f-9e4f-6e492029714c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5bd40d4-9aee-452f-9e4f-6e492029714c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:11,688 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:11,688 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-607dc6aa-fb74-4dbc-8a72-e9ed46e40da6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-607dc6aa-fb74-4dbc-8a72-e9ed46e40da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:12,742 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:12,742 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b76d20-2d1e-47a5-81d7-5b1c376fbd24', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b76d20-2d1e-47a5-81d7-5b1c376fbd24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:13,795 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:13,795 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23bc32ac-4e88-4a69-96a2-d3f55efa74cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23bc32ac-4e88-4a69-96a2-d3f55efa74cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:14,848 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:14,848 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548f46d6-2f2e-4e4d-970c-b5c2c4f5f95b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548f46d6-2f2e-4e4d-970c-b5c2c4f5f95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:15,903 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:15,903 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534ed192-14ad-428e-825f-baee544982ed', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534ed192-14ad-428e-825f-baee544982ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:16,958 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:16,958 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7f1b6b3-3296-4ff7-b9bf-a73ab2d5bc3f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7f1b6b3-3296-4ff7-b9bf-a73ab2d5bc3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:18,017 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:37:18,017 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1387541d-8f88-4544-9401-dd4158a11ccb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1387541d-8f88-4544-9401-dd4158a11ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:19,072 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:19,072 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9118b9e-5e96-43b2-bc2a-d32fbe20730e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9118b9e-5e96-43b2-bc2a-d32fbe20730e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:20,127 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:20,127 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71600a0-e3b5-486d-a00e-b989dba2944a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71600a0-e3b5-486d-a00e-b989dba2944a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:21,182 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:21,183 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c473c986-6e47-4019-b9fa-9976569b76c3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c473c986-6e47-4019-b9fa-9976569b76c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:22,236 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:22,237 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a7c8369-1265-4735-a334-9ff70a647a1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a7c8369-1265-4735-a334-9ff70a647a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:23,291 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:23,291 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ebd7a88-0ca7-49ca-a086-a71a60effb0b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ebd7a88-0ca7-49ca-a086-a71a60effb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:24,345 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:24,346 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85a9405-8c5e-4dc4-b76c-d5871466dcec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85a9405-8c5e-4dc4-b76c-d5871466dcec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:25,404 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:37:25,404 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9050d99-fca9-407b-88bd-e7cfe32f5182', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9050d99-fca9-407b-88bd-e7cfe32f5182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:26,463 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:37:26,464 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b78acb-ab82-4c39-8fde-e074baef449f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b78acb-ab82-4c39-8fde-e074baef449f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:27,520 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:37:27,520 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef5be5e-c398-43eb-b6b8-7584d03d7e74', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef5be5e-c398-43eb-b6b8-7584d03d7e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:28,576 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:37:28,577 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0298ee5f-44d5-4e50-b078-8d8a84943530', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0298ee5f-44d5-4e50-b078-8d8a84943530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:29,793 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.208s 2021-08-10 15:37:29,793 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ca45df1-0096-485b-8c1e-702dd42ead6e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ca45df1-0096-485b-8c1e-702dd42ead6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:30,850 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:37:30,850 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1cd7fa-a0c4-4e61-bdf5-86252dca10c6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1cd7fa-a0c4-4e61-bdf5-86252dca10c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:31,904 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:31,904 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0cf219d-f6c2-40ce-8f3f-852bb455bff2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0cf219d-f6c2-40ce-8f3f-852bb455bff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:32,958 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:32,959 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a54b5e0-a52b-4395-914c-423bf8cf0895', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a54b5e0-a52b-4395-914c-423bf8cf0895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:34,013 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:34,013 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d991a17c-f891-44b3-b5fd-25dd6a1efd58', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d991a17c-f891-44b3-b5fd-25dd6a1efd58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:35,066 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:35,067 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ffdcbf8-ea95-4da3-aea7-1d3cd6eb0e60', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ffdcbf8-ea95-4da3-aea7-1d3cd6eb0e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:36,121 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:36,121 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd13f13-71c6-44e8-85b0-eeda47c5f4d5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd13f13-71c6-44e8-85b0-eeda47c5f4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:37,174 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:37,175 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b419218-eb28-490e-af0b-ccf5d3375382', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b419218-eb28-490e-af0b-ccf5d3375382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:38,228 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:38,228 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81fba07e-aaaa-4afa-9160-44adc33c038d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81fba07e-aaaa-4afa-9160-44adc33c038d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:39,281 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:39,281 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d76a3d7-6a55-485b-9db4-b592dab2106d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d76a3d7-6a55-485b-9db4-b592dab2106d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:40,336 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:40,337 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31dad78d-9908-4a5d-b5c4-6f401375a481', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31dad78d-9908-4a5d-b5c4-6f401375a481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:41,389 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:41,389 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-476463dd-ef02-4f9f-9345-04a3d973cef7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-476463dd-ef02-4f9f-9345-04a3d973cef7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:42,444 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:42,445 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99fa1eb9-56a4-4966-b63e-38355fb55853', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99fa1eb9-56a4-4966-b63e-38355fb55853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:43,498 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:43,499 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc53b79-54fa-4fc4-aa9e-901b5df201f1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc53b79-54fa-4fc4-aa9e-901b5df201f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:44,553 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:44,554 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b6fb56-6260-4da5-9da3-c598e9c51b7a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b6fb56-6260-4da5-9da3-c598e9c51b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:45,608 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:45,608 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a1d5ccf-e705-41d7-9401-ebbc461438cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a1d5ccf-e705-41d7-9401-ebbc461438cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:46,665 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:37:46,665 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6143d26d-8814-4b58-b10e-7324341de4d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6143d26d-8814-4b58-b10e-7324341de4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:47,719 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:47,719 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac9d6ba-f702-44d5-baa6-05027583a2a8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac9d6ba-f702-44d5-baa6-05027583a2a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:48,773 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:48,773 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e48042-c37b-4b2f-91a4-2d8644e42bc7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e48042-c37b-4b2f-91a4-2d8644e42bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:49,827 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:49,828 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1934c545-1012-4092-ae55-04a27c5a0eb3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1934c545-1012-4092-ae55-04a27c5a0eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:50,881 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:37:50,882 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32009e11-190c-4f61-aa36-ebdf545f2e9b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32009e11-190c-4f61-aa36-ebdf545f2e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:51,935 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:51,936 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e272d79-5a92-40b7-8de6-7f745d40cc1d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e272d79-5a92-40b7-8de6-7f745d40cc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:52,992 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:52,993 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-313e409a-d574-410c-b48c-1ccb29898340', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-313e409a-d574-410c-b48c-1ccb29898340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:54,048 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:37:54,048 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7752ef22-aaa1-46f6-a03a-1fa39a6ac825', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7752ef22-aaa1-46f6-a03a-1fa39a6ac825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:55,103 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:55,103 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b50c4c0c-a8ed-4b59-b3b9-29871c418fc7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b50c4c0c-a8ed-4b59-b3b9-29871c418fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:56,157 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:56,158 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb06213e-076e-4ed6-8d47-614a6fa33a2a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb06213e-076e-4ed6-8d47-614a6fa33a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:57,212 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:57,213 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e22caf01-76a9-4c5b-95d1-40e862927008', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e22caf01-76a9-4c5b-95d1-40e862927008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:58,268 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:58,268 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f46ce0-7892-4dc4-9acf-e4834d441153', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f46ce0-7892-4dc4-9acf-e4834d441153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:37:59,322 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:37:59,322 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0342c5f-9697-48ff-b06a-7f1236ccb8d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0342c5f-9697-48ff-b06a-7f1236ccb8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:00,376 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:00,376 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeaecb38-aeba-46d1-961c-57ea81b4afd7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeaecb38-aeba-46d1-961c-57ea81b4afd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:01,430 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:01,431 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e03f7f4-173c-4c58-a77d-3d377ae18e8d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e03f7f4-173c-4c58-a77d-3d377ae18e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:02,486 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:02,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac378bea-c40e-4764-8e8e-1c8c236b477f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac378bea-c40e-4764-8e8e-1c8c236b477f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:03,542 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:03,543 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6683e7-7ebb-4015-8d58-0a2c1edb47ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6683e7-7ebb-4015-8d58-0a2c1edb47ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:04,597 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:04,598 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc391fd-b8a9-43c7-903a-ac68a121c13e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc391fd-b8a9-43c7-903a-ac68a121c13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:05,651 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:05,651 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45600a2a-0258-4694-af7c-ee906b22f6c4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45600a2a-0258-4694-af7c-ee906b22f6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:06,704 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:06,705 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d91869-95f7-4fe0-ac0f-c2ef949e84c7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d91869-95f7-4fe0-ac0f-c2ef949e84c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:07,758 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:07,759 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7edb067-32c0-4d57-b093-6324f1cc7974', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7edb067-32c0-4d57-b093-6324f1cc7974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:08,813 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:08,813 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b67a3d2-cb02-4ad2-95b1-7ad5d0067f38', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b67a3d2-cb02-4ad2-95b1-7ad5d0067f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:09,872 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:09,872 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189294b8-c2b7-470b-835a-16dba8ac7062', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189294b8-c2b7-470b-835a-16dba8ac7062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:10,926 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:10,926 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4c5de1-68ed-4b7c-9bb6-e22e1e2e10b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4c5de1-68ed-4b7c-9bb6-e22e1e2e10b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:11,980 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:11,980 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b3c8ea9-1253-4628-a08d-b5235494e2d9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b3c8ea9-1253-4628-a08d-b5235494e2d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:13,033 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:13,033 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee6af4bf-02a8-462f-a3fe-68c1a813c119', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee6af4bf-02a8-462f-a3fe-68c1a813c119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:14,088 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:14,089 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c663c69-492f-420b-94c1-7e5a91dfcc88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c663c69-492f-420b-94c1-7e5a91dfcc88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:15,144 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:15,145 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab30041d-4de0-4e8b-b5f8-efd672bd66a2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab30041d-4de0-4e8b-b5f8-efd672bd66a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:16,202 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:38:16,203 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfac32df-c56f-4a9e-98b4-f2499d3f76bd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfac32df-c56f-4a9e-98b4-f2499d3f76bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:17,255 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:17,256 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1babb788-6856-424e-9abd-a8c66442f2e7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1babb788-6856-424e-9abd-a8c66442f2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:18,310 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:18,310 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-955d3b9e-d917-4728-bfa3-edf52949cb05', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-955d3b9e-d917-4728-bfa3-edf52949cb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:19,363 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:19,364 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363dc2fa-b97a-4399-b048-e3413ba835c8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363dc2fa-b97a-4399-b048-e3413ba835c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:20,417 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:20,418 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1085ded8-ff56-4ee3-a1a2-cef5ea1d4439', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1085ded8-ff56-4ee3-a1a2-cef5ea1d4439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:21,472 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:21,473 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf5ca83-cc9c-40fa-8806-d21080497d03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf5ca83-cc9c-40fa-8806-d21080497d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:22,527 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:22,527 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c49e8e-a5bf-415c-a5b6-39cc64e9fb2e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c49e8e-a5bf-415c-a5b6-39cc64e9fb2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:23,581 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:23,582 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba8d1987-e748-414f-8e6a-56aeb9c53067', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba8d1987-e748-414f-8e6a-56aeb9c53067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:24,636 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:24,636 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd41c69e-e10a-4724-b9b2-00523cd7373b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd41c69e-e10a-4724-b9b2-00523cd7373b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:25,689 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:25,689 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca92d694-8631-4c12-bdfc-7b4ce4f3cbc7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca92d694-8631-4c12-bdfc-7b4ce4f3cbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:26,743 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:26,744 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd2c1f7-2585-460e-9ac7-c7a9a9c5a3db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd2c1f7-2585-460e-9ac7-c7a9a9c5a3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:27,799 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:27,799 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d5f893-59ea-470c-a822-a974e9b25562', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d5f893-59ea-470c-a822-a974e9b25562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:28,854 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:28,854 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41e07b8-083d-4cf5-aa35-b091297d20e8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41e07b8-083d-4cf5-aa35-b091297d20e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:29,908 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:29,908 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5292ea-97ad-44d8-bc9b-c60900e026f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5292ea-97ad-44d8-bc9b-c60900e026f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:30,963 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:30,963 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda8617f-2b10-458e-a3e7-206a2f049fe5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda8617f-2b10-458e-a3e7-206a2f049fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:32,016 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:32,016 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7761d4e-cd6d-48d3-8240-57d08a0646cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7761d4e-cd6d-48d3-8240-57d08a0646cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:33,071 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:33,071 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba02929a-d13c-40e4-85be-310ea93c7887', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba02929a-d13c-40e4-85be-310ea93c7887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:34,125 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:34,126 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e2fb16-bbff-4e76-ae77-37fd214d864a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e2fb16-bbff-4e76-ae77-37fd214d864a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:35,179 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:35,180 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e690d0-b1db-4bf5-9c24-8b50865ad94e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e690d0-b1db-4bf5-9c24-8b50865ad94e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:36,233 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:36,233 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6ad4ad6-7571-4b24-837d-18ef1ff6d623', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ad4ad6-7571-4b24-837d-18ef1ff6d623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:37,286 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:37,287 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84dff49-03bf-428d-b257-c802fc577e66', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84dff49-03bf-428d-b257-c802fc577e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:38,340 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:38,340 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b540ca5b-a8de-4c24-afa4-bf146a39461a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b540ca5b-a8de-4c24-afa4-bf146a39461a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:39,394 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:39,395 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b471364-bbeb-4a2f-a10b-4b364fdc6b50', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b471364-bbeb-4a2f-a10b-4b364fdc6b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:40,449 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:40,450 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb703f8-22d3-49ef-8b6c-5a2bdb4d3788', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb703f8-22d3-49ef-8b6c-5a2bdb4d3788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:41,505 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:38:41,506 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac61619-7e83-4483-9792-6941cc68cc77', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac61619-7e83-4483-9792-6941cc68cc77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:42,560 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:42,560 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a07e12d-2e3f-4b97-86e5-fd6d7cf4d167', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a07e12d-2e3f-4b97-86e5-fd6d7cf4d167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:43,613 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:43,613 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8abac8-9960-4789-9855-cbbefc6264ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8abac8-9960-4789-9855-cbbefc6264ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:44,671 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:38:44,671 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b646cca0-4a38-4f91-be2e-604f7a8adb0e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b646cca0-4a38-4f91-be2e-604f7a8adb0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:45,726 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:45,726 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843a20ce-a50f-4f9b-a8ad-5b2e1b81e03f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843a20ce-a50f-4f9b-a8ad-5b2e1b81e03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:46,779 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:46,780 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ce7cc0-3761-43d9-bc33-1a316626e1d6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ce7cc0-3761-43d9-bc33-1a316626e1d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:47,832 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:38:47,833 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a371b8-4b40-4f90-8c72-d3f0813942fd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a371b8-4b40-4f90-8c72-d3f0813942fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:48,887 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:48,887 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb1dbee-1fab-4619-bc84-22f1f3e73301', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb1dbee-1fab-4619-bc84-22f1f3e73301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:49,940 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:49,940 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83606123-3914-473c-9790-d815f5277cdf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83606123-3914-473c-9790-d815f5277cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:50,996 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:38:50,997 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8988a5c-fb10-41f8-b982-0b129e10c390', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8988a5c-fb10-41f8-b982-0b129e10c390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:52,051 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:52,051 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-150873ec-bdd2-481a-8036-9fa8bd12481f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-150873ec-bdd2-481a-8036-9fa8bd12481f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:53,105 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:53,106 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb6b6bd-9189-4ae0-906e-4dc5f8ac40dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb6b6bd-9189-4ae0-906e-4dc5f8ac40dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:54,159 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:38:54,160 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46972aed-af90-4b02-bfe7-ab0d4cdc78a3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46972aed-af90-4b02-bfe7-ab0d4cdc78a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:55,214 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:55,214 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b071a8d9-02a1-4f32-8e8d-64390c123c67', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b071a8d9-02a1-4f32-8e8d-64390c123c67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:56,270 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:38:56,270 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af86e1ee-7485-47eb-99de-e1461dc60631', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af86e1ee-7485-47eb-99de-e1461dc60631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:57,324 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:57,325 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231dc441-74c1-4adc-8e7a-d95d30b239b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231dc441-74c1-4adc-8e7a-d95d30b239b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:58,378 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:38:58,378 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b200844e-0977-4335-949b-37b4283a4d40', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b200844e-0977-4335-949b-37b4283a4d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:38:59,432 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:38:59,432 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20533228-d36d-4beb-bffc-e419b52f2691', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20533228-d36d-4beb-bffc-e419b52f2691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:00,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:00,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85786284-590f-44fd-8de9-ccdb31361bc8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85786284-590f-44fd-8de9-ccdb31361bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:01,540 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:01,540 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d65b6d3-36ed-4c38-87fc-30f8139e64ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d65b6d3-36ed-4c38-87fc-30f8139e64ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:02,594 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:02,594 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eaef79e-d25d-4a34-97e8-3f86c2abe31d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eaef79e-d25d-4a34-97e8-3f86c2abe31d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:03,648 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:03,649 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb90ada-15f9-4e0d-9e35-2b96f0db2b30', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb90ada-15f9-4e0d-9e35-2b96f0db2b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:04,708 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:39:04,708 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0501745-dc4b-45d0-a9e9-c762195cd838', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0501745-dc4b-45d0-a9e9-c762195cd838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:05,761 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:05,761 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ebed27-8d30-44e4-8ed5-13126556bce6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ebed27-8d30-44e4-8ed5-13126556bce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:06,815 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:06,815 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e64763d7-8bcc-4b96-9257-fcd4ddbb8bc1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e64763d7-8bcc-4b96-9257-fcd4ddbb8bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:07,997 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.174s 2021-08-10 15:39:07,997 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e921e22a-7f76-415c-a520-3218c4277195', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e921e22a-7f76-415c-a520-3218c4277195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:09,053 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:39:09,053 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec75901-3f4a-4277-ae28-fb462545f431', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec75901-3f4a-4277-ae28-fb462545f431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:10,107 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:10,107 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f221a6c-4d3f-4ffb-b78a-e5a035417a32', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f221a6c-4d3f-4ffb-b78a-e5a035417a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:11,161 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:11,161 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7522ee7-f4f7-4569-ad41-95b821da13db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7522ee7-f4f7-4569-ad41-95b821da13db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:12,214 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:12,215 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5956f2f-0b15-4cc6-96eb-262f87bea5f2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5956f2f-0b15-4cc6-96eb-262f87bea5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:13,268 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:13,269 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46b4a1b9-fa03-4986-a66c-0de78e86d386', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46b4a1b9-fa03-4986-a66c-0de78e86d386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:14,324 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:14,324 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc68da3-1c0d-40a8-b574-1156b3b9b0d6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc68da3-1c0d-40a8-b574-1156b3b9b0d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:15,378 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:15,378 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b18ab8-bb49-417e-a2bc-496d22087e78', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b18ab8-bb49-417e-a2bc-496d22087e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:16,440 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.053s 2021-08-10 15:39:16,440 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e6c5f2e-b02c-463e-86a8-31103f560369', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e6c5f2e-b02c-463e-86a8-31103f560369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:17,495 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:39:17,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22652c64-10ff-4947-9535-67313b7872d5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22652c64-10ff-4947-9535-67313b7872d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:18,551 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:18,551 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69351bd-ab2f-44ad-8f7f-99c8ae2e530a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69351bd-ab2f-44ad-8f7f-99c8ae2e530a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:19,605 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:19,605 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33110765-5999-4820-bd35-92db7983a83e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33110765-5999-4820-bd35-92db7983a83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:20,659 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:20,659 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3e1dca-ddc1-4bb3-9eed-dbae402b2933', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3e1dca-ddc1-4bb3-9eed-dbae402b2933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:21,712 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:21,712 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0fcc1cc-e1e3-41af-a24d-847a78d11e74', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0fcc1cc-e1e3-41af-a24d-847a78d11e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:22,765 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:22,766 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88494728-9a85-4d3c-ac03-66f370c58bae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88494728-9a85-4d3c-ac03-66f370c58bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:23,820 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:23,821 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367220fb-c209-4c39-a92c-0ea9ac8fc955', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367220fb-c209-4c39-a92c-0ea9ac8fc955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:24,873 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:24,874 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25583927-3dad-43fc-86bf-d96750d8b657', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25583927-3dad-43fc-86bf-d96750d8b657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:25,927 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:25,927 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4297092d-380c-4237-b1e9-cd91393161cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4297092d-380c-4237-b1e9-cd91393161cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:26,982 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:26,982 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27d02dff-224f-4dea-8901-f904a1693840', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27d02dff-224f-4dea-8901-f904a1693840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:28,041 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.052s 2021-08-10 15:39:28,042 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea4b113-6f96-4b43-92c4-4835b771d320', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea4b113-6f96-4b43-92c4-4835b771d320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:29,095 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:29,095 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5035c923-bb53-453d-98f7-c1c1bede6d07', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5035c923-bb53-453d-98f7-c1c1bede6d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:30,151 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:39:30,152 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05e9ef6e-a881-4b03-bf3c-2c061ca163c9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05e9ef6e-a881-4b03-bf3c-2c061ca163c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:31,207 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:39:31,208 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b201c3-71ec-4ec6-ac69-f4d0cc49f20b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6b201c3-71ec-4ec6-ac69-f4d0cc49f20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:32,264 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:32,264 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a382ade0-4842-4b71-992e-36d8c9a2c049', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a382ade0-4842-4b71-992e-36d8c9a2c049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:33,318 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:33,319 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d2e23b-ef87-45ee-8fe8-48b195278438', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d2e23b-ef87-45ee-8fe8-48b195278438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:34,372 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:34,373 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d43c1df-a6bf-4723-baeb-4e63ecccd940', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d43c1df-a6bf-4723-baeb-4e63ecccd940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:35,426 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:35,426 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b40783-1443-4f90-8bca-67593064c7ce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b40783-1443-4f90-8bca-67593064c7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:36,482 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:39:36,483 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-577cf36e-dd49-4c01-9de8-afac3184da95', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-577cf36e-dd49-4c01-9de8-afac3184da95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:37,537 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:37,537 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50db2087-f516-442f-8121-d3e5882c5692', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50db2087-f516-442f-8121-d3e5882c5692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:38,591 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:38,591 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cbd1eca-fa56-48df-9489-815e625600c8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cbd1eca-fa56-48df-9489-815e625600c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:39,645 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:39,646 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d49195c-0742-4254-b617-2333c71118dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d49195c-0742-4254-b617-2333c71118dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:40,700 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:40,701 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6e2062-80d3-43a8-a5a5-ecf6fddb4b67', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6e2062-80d3-43a8-a5a5-ecf6fddb4b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:41,762 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:39:41,763 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7cc876b-65c1-45d2-98e4-fff31f977433', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7cc876b-65c1-45d2-98e4-fff31f977433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:42,816 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:42,816 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14ab10c-5a22-45fb-bfba-315d4c812905', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14ab10c-5a22-45fb-bfba-315d4c812905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:43,869 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:43,869 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bcb09d-191b-4bf8-be1d-d5a658bc0be1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1bcb09d-191b-4bf8-be1d-d5a658bc0be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:44,923 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:44,924 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bda9bf3c-6773-4170-92cb-4707dbd5b4af', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bda9bf3c-6773-4170-92cb-4707dbd5b4af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:45,977 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:45,978 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95a91cb-fe7a-41b8-afa9-ac91818ffee5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95a91cb-fe7a-41b8-afa9-ac91818ffee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:47,031 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:47,032 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c68f039-cf6e-4a7d-80c0-74331f6df4fc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c68f039-cf6e-4a7d-80c0-74331f6df4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:48,086 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:48,086 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dc2efb-37a5-48c4-89a9-117222265912', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dc2efb-37a5-48c4-89a9-117222265912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:49,140 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:49,141 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b058366-8f13-433f-ace6-9ee288e85af3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b058366-8f13-433f-ace6-9ee288e85af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:50,194 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:50,195 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-349c77bb-51ee-4981-835b-dd779b381777', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-349c77bb-51ee-4981-835b-dd779b381777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:51,249 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:39:51,249 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9248d470-cc5d-4d14-bcc7-217c3543b83f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9248d470-cc5d-4d14-bcc7-217c3543b83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:52,306 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:39:52,307 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf302cb1-592e-48d1-a1de-6b813a3cd9dd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf302cb1-592e-48d1-a1de-6b813a3cd9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:53,366 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.052s 2021-08-10 15:39:53,367 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a7b685-036f-4329-afba-650c030755af', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a7b685-036f-4329-afba-650c030755af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:54,420 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:39:54,420 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2cc6dc0-b73d-475c-8d85-32203ed5a609', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2cc6dc0-b73d-475c-8d85-32203ed5a609', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:55,474 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:55,474 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8bbeabb-a24d-4fd4-baf1-78fc2dd1a6ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8bbeabb-a24d-4fd4-baf1-78fc2dd1a6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:56,531 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:39:56,531 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c819f6-ec91-4e37-95f6-f9384b115c03', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c819f6-ec91-4e37-95f6-f9384b115c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:57,591 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:39:57,591 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a98c783-3c1e-4185-9a40-96150bebb48a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a98c783-3c1e-4185-9a40-96150bebb48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:58,644 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:58,644 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc266653-37e6-4690-a7f3-7e2751c5eec7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc266653-37e6-4690-a7f3-7e2751c5eec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:39:59,699 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:39:59,699 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb14af8-e43d-453e-a5fd-a36a333a9074', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb14af8-e43d-453e-a5fd-a36a333a9074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:00,755 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:40:00,755 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd642a59-da0f-4b33-b67b-c7deb6fd1099', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd642a59-da0f-4b33-b67b-c7deb6fd1099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:01,808 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:01,809 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68499233-cc01-4e24-9900-9e2c5d1d21e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68499233-cc01-4e24-9900-9e2c5d1d21e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:02,861 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:02,862 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabc2b5a-59e3-4fa2-aead-32496e724e06', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabc2b5a-59e3-4fa2-aead-32496e724e06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:03,916 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:03,917 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4199a8ce-4916-4cb7-87c5-8151d8d6b6d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4199a8ce-4916-4cb7-87c5-8151d8d6b6d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:04,971 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:04,972 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d18f19-1651-49f7-8370-7056e4cdb86a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d18f19-1651-49f7-8370-7056e4cdb86a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:06,026 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:06,026 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa333ec3-165e-4003-b7ee-005b8f4839c7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa333ec3-165e-4003-b7ee-005b8f4839c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:07,078 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:07,078 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06f9ad28-9286-4849-bba7-13499bc4de65', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06f9ad28-9286-4849-bba7-13499bc4de65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:08,131 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:40:08,131 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f283e22-e912-47b2-a753-7a5069b43bab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f283e22-e912-47b2-a753-7a5069b43bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:09,185 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:09,185 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bdb6f44-37a8-4f90-9bc9-75285c287505', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bdb6f44-37a8-4f90-9bc9-75285c287505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:10,239 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:10,240 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df6a1c66-7d34-4617-9236-e39de200b361', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6a1c66-7d34-4617-9236-e39de200b361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:11,294 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:11,294 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb573b22-7bb0-425f-96b4-a121aea4ad36', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb573b22-7bb0-425f-96b4-a121aea4ad36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:12,348 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:12,348 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6182967-6da5-41a7-86a4-dba7336dab79', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6182967-6da5-41a7-86a4-dba7336dab79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:13,404 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:13,404 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db443484-2aee-420a-bf45-23b7c3764cae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db443484-2aee-420a-bf45-23b7c3764cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:14,457 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:14,458 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73273de2-8b66-497d-9531-4b6730b16573', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73273de2-8b66-497d-9531-4b6730b16573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:15,513 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:15,514 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22fe1f3-9cdd-4739-b112-08067d6bf138', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22fe1f3-9cdd-4739-b112-08067d6bf138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:16,576 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.054s 2021-08-10 15:40:16,576 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec2414cc-4482-49b2-aab5-8f506ead5fe3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec2414cc-4482-49b2-aab5-8f506ead5fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:17,629 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:17,629 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74d89345-34c5-4030-a930-04c736a23001', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74d89345-34c5-4030-a930-04c736a23001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:18,684 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:18,685 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7056be41-890b-4014-a8c1-615572c21fb2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7056be41-890b-4014-a8c1-615572c21fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:19,738 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:19,738 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5947898d-baa5-41de-823f-9445f02c66ec', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5947898d-baa5-41de-823f-9445f02c66ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:20,792 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:20,792 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b46cd4c-b584-458a-b96d-f9c12e3d3174', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b46cd4c-b584-458a-b96d-f9c12e3d3174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:21,846 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:21,846 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42636c32-2b27-4959-a5ec-e4e0e31385e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42636c32-2b27-4959-a5ec-e4e0e31385e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:22,899 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:22,899 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d15b95a-66a1-4f2e-8d39-b9d52913e1d8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d15b95a-66a1-4f2e-8d39-b9d52913e1d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:23,954 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:23,954 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15101b5-5c6a-42f5-b7e1-c51745bfaa60', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15101b5-5c6a-42f5-b7e1-c51745bfaa60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:25,006 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:40:25,007 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08052e2-eeb1-4b7c-a5e2-e15c5bd6315d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08052e2-eeb1-4b7c-a5e2-e15c5bd6315d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:26,060 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:26,061 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d9d27a-69ca-438d-b2c4-e809a603786d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d9d27a-69ca-438d-b2c4-e809a603786d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:27,115 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:27,116 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad2351da-88fa-4ef3-92cb-db8fdf73c8cb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad2351da-88fa-4ef3-92cb-db8fdf73c8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:28,172 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:40:28,172 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-687d3e86-e5fa-4e13-b0d0-9b7793c1b1c5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-687d3e86-e5fa-4e13-b0d0-9b7793c1b1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:29,228 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:29,228 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8860037-2e6e-4daa-b629-62be03276c42', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8860037-2e6e-4daa-b629-62be03276c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:30,283 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:30,283 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5137e9c8-734c-4546-bec1-cd3d629bd192', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5137e9c8-734c-4546-bec1-cd3d629bd192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:31,342 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:40:31,343 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a02fe4-245d-45d0-8b08-468ae49797ff', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a02fe4-245d-45d0-8b08-468ae49797ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:32,399 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:32,399 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4045fb34-011f-4f81-9f0d-53ec0f1b4480', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4045fb34-011f-4f81-9f0d-53ec0f1b4480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:33,458 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:40:33,459 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43e9123-8ff4-49db-8db4-54eecf974cde', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43e9123-8ff4-49db-8db4-54eecf974cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:34,516 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:34,517 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd8689b-91b4-4b83-a9cb-788d486de9e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd8689b-91b4-4b83-a9cb-788d486de9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:35,572 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:35,572 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d13e704-4172-43cc-853f-1ef0aeb41243', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d13e704-4172-43cc-853f-1ef0aeb41243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:36,627 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:36,628 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c5c7047-d71e-4a71-93b1-753830b19acc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c5c7047-d71e-4a71-93b1-753830b19acc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:37,681 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:37,681 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e668b8fa-77f6-4f6f-9a76-f54b8e5d37e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e668b8fa-77f6-4f6f-9a76-f54b8e5d37e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:38,734 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:38,735 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45a32319-8d9a-46e7-a7c1-7def221b9a9b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45a32319-8d9a-46e7-a7c1-7def221b9a9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:39,788 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:39,788 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3493a356-2a30-4093-9a3f-82a4c78cfa86', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3493a356-2a30-4093-9a3f-82a4c78cfa86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:40,843 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:40,843 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be6756e-9081-4741-9254-ad7614eb621e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be6756e-9081-4741-9254-ad7614eb621e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:41,897 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:41,897 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-807fe94e-68cd-4301-9096-b1c9d7b422db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-807fe94e-68cd-4301-9096-b1c9d7b422db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:42,951 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:42,951 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4079523-dd32-4567-bb76-656c8424e100', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4079523-dd32-4567-bb76-656c8424e100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:44,005 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:44,006 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec15ecd3-e802-426f-89d3-a40d76bcb40e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec15ecd3-e802-426f-89d3-a40d76bcb40e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:45,061 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:45,062 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b043115e-ee26-4ab0-808a-137654a4e613', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b043115e-ee26-4ab0-808a-137654a4e613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:46,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:46,115 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bda0020-74d9-4056-b3f5-b489a807048b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bda0020-74d9-4056-b3f5-b489a807048b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:47,172 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:40:47,172 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a0c024-ada6-4799-ac7c-b6239f2b7448', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a0c024-ada6-4799-ac7c-b6239f2b7448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:48,227 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:48,227 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72c73205-9390-4202-a9bb-4e712fb0e37f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72c73205-9390-4202-a9bb-4e712fb0e37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:49,281 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:49,281 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3de36a-9958-4fe7-bfa6-5efd7daae5f6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3de36a-9958-4fe7-bfa6-5efd7daae5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:50,334 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:50,335 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c27023f-9196-4cf1-a9b2-3cdfbed2057d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c27023f-9196-4cf1-a9b2-3cdfbed2057d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:51,389 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:51,389 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7110cdb-f6c1-41a6-94a4-3b38aff2616b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7110cdb-f6c1-41a6-94a4-3b38aff2616b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:52,445 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:52,445 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42cb021-b086-468c-bda8-8f16ab5c9be9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42cb021-b086-468c-bda8-8f16ab5c9be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:53,499 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:53,500 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffaf2e7c-d7ca-44c1-adcd-c3d8866fbaaf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffaf2e7c-d7ca-44c1-adcd-c3d8866fbaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:54,554 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:40:54,555 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c70948-edbe-4373-a10c-fa9723caa26f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c70948-edbe-4373-a10c-fa9723caa26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:55,609 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:55,609 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be321306-e340-4fca-8caf-21a253e2140c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be321306-e340-4fca-8caf-21a253e2140c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:56,666 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:40:56,667 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdee82b-d65e-4622-a58b-eccc2acf7e61', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdee82b-d65e-4622-a58b-eccc2acf7e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:57,720 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:57,721 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89414336-efa7-4399-870b-b4d4100ff13a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89414336-efa7-4399-870b-b4d4100ff13a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:58,780 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:40:58,780 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85a04b1-47f1-4e30-84c7-41f6299de2ae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85a04b1-47f1-4e30-84c7-41f6299de2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:40:59,833 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:40:59,834 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5990722-f62a-4120-8d26-17fc9d998b8b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5990722-f62a-4120-8d26-17fc9d998b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:00,888 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:00,888 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-750291a3-9516-41bd-a95a-1a26f0f8b04f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-750291a3-9516-41bd-a95a-1a26f0f8b04f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:01,943 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:41:01,944 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0d2af1-c1b8-4c9c-a5ae-60ce4e9a0f0d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0d2af1-c1b8-4c9c-a5ae-60ce4e9a0f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:03,002 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:41:03,002 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86a79638-1efc-410e-9978-d5508cafe61c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86a79638-1efc-410e-9978-d5508cafe61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:04,057 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:04,057 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a3b4ba7-628e-4733-be60-50033898e434', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a3b4ba7-628e-4733-be60-50033898e434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:05,111 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:05,111 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cd3a44-9685-41a5-8442-c3f528307dd6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cd3a44-9685-41a5-8442-c3f528307dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:06,166 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:06,167 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e97cc6-52f5-43c1-b713-6e0a29e99ade', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e97cc6-52f5-43c1-b713-6e0a29e99ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:07,222 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:41:07,222 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed0a230-4292-4baf-843b-f83ad1998faf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed0a230-4292-4baf-843b-f83ad1998faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:08,276 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:08,277 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9d9c1d-647e-49fd-97c7-636d73c7be23', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9d9c1d-647e-49fd-97c7-636d73c7be23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:09,331 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:09,331 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18cd28a0-2468-4004-b3f9-7afad5d3813e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cd28a0-2468-4004-b3f9-7afad5d3813e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:10,387 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:41:10,387 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ab2544-7b34-4ae3-a7ea-3ab3188dc759', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ab2544-7b34-4ae3-a7ea-3ab3188dc759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:11,441 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:11,441 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-707b1662-c4b2-4782-bec9-4277d8b649a7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-707b1662-c4b2-4782-bec9-4277d8b649a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:12,495 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:12,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940f3435-6ebd-4661-b212-a242f0c17baa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940f3435-6ebd-4661-b212-a242f0c17baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:13,550 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:13,550 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-520bec84-15ea-4290-81d2-fd1d71989387', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520bec84-15ea-4290-81d2-fd1d71989387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:14,603 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:14,603 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d904d73-d927-405d-a93b-17048f45132c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d904d73-d927-405d-a93b-17048f45132c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:15,657 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:41:15,658 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c364bc1f-c9ec-4a38-bde4-be3738806083', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c364bc1f-c9ec-4a38-bde4-be3738806083', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:16,713 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:16,713 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e7eb3ed-d882-47aa-aba4-7099470f6ee1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e7eb3ed-d882-47aa-aba4-7099470f6ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:17,771 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:41:17,771 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6574b10e-aa8c-4584-a1b2-43a19f56b0c9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6574b10e-aa8c-4584-a1b2-43a19f56b0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:18,827 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:41:18,827 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-109510cf-8d9d-43a5-b8fd-d832ee569fe9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-109510cf-8d9d-43a5-b8fd-d832ee569fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:19,880 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:19,881 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108f058b-0192-40c5-9538-55a77447e204', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108f058b-0192-40c5-9538-55a77447e204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:20,934 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:20,934 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80c9f25b-1608-4724-9c94-88f0b596153c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80c9f25b-1608-4724-9c94-88f0b596153c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:21,988 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:21,988 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d51c96-5f6b-423f-8f03-a80c4758716d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d51c96-5f6b-423f-8f03-a80c4758716d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:23,042 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:23,042 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a30db1-d5c5-45b2-8da8-fe1778d2c1cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a30db1-d5c5-45b2-8da8-fe1778d2c1cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:24,097 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:24,097 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d65be5-7c32-408d-8349-06117528b85d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d65be5-7c32-408d-8349-06117528b85d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:25,150 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:25,151 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-620552da-f742-4a2b-9000-9ef9f85db2d3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-620552da-f742-4a2b-9000-9ef9f85db2d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:26,204 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:26,204 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d95c2a1-a5b2-4d43-a194-34cb6c554758', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d95c2a1-a5b2-4d43-a194-34cb6c554758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:27,258 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:27,258 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73a0870-041f-4b9e-a35e-0803a4812fe1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73a0870-041f-4b9e-a35e-0803a4812fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:28,312 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:28,312 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff53dcd7-8edd-4ec5-8221-2a3860d4d3b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff53dcd7-8edd-4ec5-8221-2a3860d4d3b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:29,366 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:29,366 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677c05c4-71d5-45d3-910d-136764cf231f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677c05c4-71d5-45d3-910d-136764cf231f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:30,421 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:41:30,421 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e82f69-ffbc-4115-a6bf-5e226d64db25', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e82f69-ffbc-4115-a6bf-5e226d64db25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:31,475 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:31,475 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1978c7fd-27c4-46fb-9097-e6f5cd4ff03f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1978c7fd-27c4-46fb-9097-e6f5cd4ff03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:32,529 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:32,530 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e4b0448-f9e8-472d-a5ca-d14387b0018a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e4b0448-f9e8-472d-a5ca-d14387b0018a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:33,584 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:33,584 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e5cfbd6-94e7-4b64-9507-82e030c80bbb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e5cfbd6-94e7-4b64-9507-82e030c80bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:34,638 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:34,639 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1b71a3-0ddf-4f81-bccf-5ba327ef9f6d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1b71a3-0ddf-4f81-bccf-5ba327ef9f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:35,691 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:35,692 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de94423d-00c2-4983-a369-bf7ad1670f58', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de94423d-00c2-4983-a369-bf7ad1670f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:36,745 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:36,746 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b7cb8b-9340-4e32-b84d-444b59ceb5d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b7cb8b-9340-4e32-b84d-444b59ceb5d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:37,799 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:37,799 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a7e5bfc-e13c-41da-8af2-8226f2d4bf6d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a7e5bfc-e13c-41da-8af2-8226f2d4bf6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:38,853 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:38,853 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e071d4e-251c-4ae6-b187-160c77f1d778', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e071d4e-251c-4ae6-b187-160c77f1d778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:39,907 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:41:39,908 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdebebaa-a3c3-4e52-a097-0fe5a326fff3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdebebaa-a3c3-4e52-a097-0fe5a326fff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:39,961 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:41:39,961 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fed8a63-a1af-4a43-b707-fd63817d93aa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fed8a63-a1af-4a43-b707-fd63817d93aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:41:40,014 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:41:40,014 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b62b89b-7904-4431-8b37-4060653d221e', 'x-compute-request-id': 'req-0b62b89b-7904-4431-8b37-4060653d221e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:41,064 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:41:41,065 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17030244-5d2f-4a19-a32d-838aeab5cf2b', 'x-compute-request-id': 'req-17030244-5d2f-4a19-a32d-838aeab5cf2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:42,129 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.061s 2021-08-10 15:41:42,129 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bec748bb-453f-4f40-b769-58b8cf6e0664', 'x-compute-request-id': 'req-bec748bb-453f-4f40-b769-58b8cf6e0664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:43,178 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:43,179 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7aa5335-6714-4c03-ae5c-3a96e38e5bd0', 'x-compute-request-id': 'req-c7aa5335-6714-4c03-ae5c-3a96e38e5bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:44,228 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:41:44,229 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7873caed-2747-4bbd-86fa-72d086922013', 'x-compute-request-id': 'req-7873caed-2747-4bbd-86fa-72d086922013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:45,276 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:45,276 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b93c9fdc-be2a-47e9-bd35-3ab7e72327db', 'x-compute-request-id': 'req-b93c9fdc-be2a-47e9-bd35-3ab7e72327db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:46,325 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:46,325 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-698ef298-5134-4b8a-82e0-cb6fe39166f6', 'x-compute-request-id': 'req-698ef298-5134-4b8a-82e0-cb6fe39166f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:47,374 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:47,374 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc6ecd12-4f67-48b1-a592-57a191f46129', 'x-compute-request-id': 'req-dc6ecd12-4f67-48b1-a592-57a191f46129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:48,425 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:41:48,425 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0386c64-a222-4568-8f0e-17351111f566', 'x-compute-request-id': 'req-e0386c64-a222-4568-8f0e-17351111f566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:49,475 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:41:49,475 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ac7d20-6e0a-4f81-8c4b-98b00e0c42c3', 'x-compute-request-id': 'req-f4ac7d20-6e0a-4f81-8c4b-98b00e0c42c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:50,524 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:50,524 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-595290f7-02b3-4a0e-895b-aded5bacbd91', 'x-compute-request-id': 'req-595290f7-02b3-4a0e-895b-aded5bacbd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:51,573 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:41:51,574 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3732164b-efa1-4e30-bd00-7c7764727adf', 'x-compute-request-id': 'req-3732164b-efa1-4e30-bd00-7c7764727adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:52,622 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:52,622 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e035ab-0a24-4d35-a01e-2bfbb694fae1', 'x-compute-request-id': 'req-a5e035ab-0a24-4d35-a01e-2bfbb694fae1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:53,672 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:41:53,672 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2afb35f-efad-40a7-87f3-77f1529f2242', 'x-compute-request-id': 'req-a2afb35f-efad-40a7-87f3-77f1529f2242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:54,723 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:41:54,724 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8ee947e-e746-4a34-80a1-e71a6bed41a8', 'x-compute-request-id': 'req-b8ee947e-e746-4a34-80a1-e71a6bed41a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:55,780 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.050s 2021-08-10 15:41:55,780 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a26c5bd-74d4-4e83-86b1-012727cc2acd', 'x-compute-request-id': 'req-0a26c5bd-74d4-4e83-86b1-012727cc2acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:56,829 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:56,829 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da58f59e-4e9e-4316-9db7-c17a22b1537d', 'x-compute-request-id': 'req-da58f59e-4e9e-4316-9db7-c17a22b1537d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:57,878 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:41:57,879 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-875c875c-8383-47fd-aa83-354bdf3efa33', 'x-compute-request-id': 'req-875c875c-8383-47fd-aa83-354bdf3efa33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:58,926 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:58,926 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-120acf92-3513-4478-b7be-ccd8704b194f', 'x-compute-request-id': 'req-120acf92-3513-4478-b7be-ccd8704b194f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:41:59,975 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:41:59,975 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a7be2cc-bc34-4b2f-9b77-133b7196cc5b', 'x-compute-request-id': 'req-8a7be2cc-bc34-4b2f-9b77-133b7196cc5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:01,023 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:01,024 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de4a102d-32b0-4b47-a15c-5fa1df5b98f2', 'x-compute-request-id': 'req-de4a102d-32b0-4b47-a15c-5fa1df5b98f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:02,072 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:02,073 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2817e88c-9b2c-45b9-83b7-33dc8327bd19', 'x-compute-request-id': 'req-2817e88c-9b2c-45b9-83b7-33dc8327bd19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:03,121 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:03,121 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aed524ae-5645-4a79-8092-57248ee705f3', 'x-compute-request-id': 'req-aed524ae-5645-4a79-8092-57248ee705f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:04,169 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:04,170 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d558268-ed63-48dd-9dd4-87f61c31c3f1', 'x-compute-request-id': 'req-3d558268-ed63-48dd-9dd4-87f61c31c3f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:05,217 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:05,218 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38d89542-49bf-4f45-8be0-8f22e636cb41', 'x-compute-request-id': 'req-38d89542-49bf-4f45-8be0-8f22e636cb41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:06,267 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:06,267 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb77ccb5-f7da-471f-9b99-b036e8e1c44d', 'x-compute-request-id': 'req-eb77ccb5-f7da-471f-9b99-b036e8e1c44d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:07,315 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:07,315 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e101c451-861b-456f-846d-991b4bc486bf', 'x-compute-request-id': 'req-e101c451-861b-456f-846d-991b4bc486bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:08,362 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:08,363 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d63fed42-15f7-44b0-907b-a42ca7e8399a', 'x-compute-request-id': 'req-d63fed42-15f7-44b0-907b-a42ca7e8399a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:09,410 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:09,410 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f354c0c1-5fdb-4fa3-867b-49d66a81b457', 'x-compute-request-id': 'req-f354c0c1-5fdb-4fa3-867b-49d66a81b457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:10,459 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:10,459 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d41f4a64-9d4a-4070-87f3-4b789897117c', 'x-compute-request-id': 'req-d41f4a64-9d4a-4070-87f3-4b789897117c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:11,508 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:11,508 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41074fc5-7e0d-44f1-a9ec-a6ec1aa2144f', 'x-compute-request-id': 'req-41074fc5-7e0d-44f1-a9ec-a6ec1aa2144f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:12,557 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:12,557 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cd213ac-b019-4083-a1fc-c73c9ecaadc6', 'x-compute-request-id': 'req-3cd213ac-b019-4083-a1fc-c73c9ecaadc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:13,607 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:13,607 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27a20b76-d211-43cb-9658-1677b60dac7a', 'x-compute-request-id': 'req-27a20b76-d211-43cb-9658-1677b60dac7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:14,656 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:14,657 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7adb405-6b80-4018-a48b-9bbc542c698b', 'x-compute-request-id': 'req-b7adb405-6b80-4018-a48b-9bbc542c698b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:15,704 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:15,704 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-966b7354-935e-46e0-b822-94e3a38b0ae7', 'x-compute-request-id': 'req-966b7354-935e-46e0-b822-94e3a38b0ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:16,752 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:16,753 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad913f16-aa31-4107-92c3-e64d5d42baf4', 'x-compute-request-id': 'req-ad913f16-aa31-4107-92c3-e64d5d42baf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:17,800 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:17,800 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5b29cba-2cd1-46a4-b31b-2e56ef3dad43', 'x-compute-request-id': 'req-e5b29cba-2cd1-46a4-b31b-2e56ef3dad43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:18,848 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:18,848 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a1644ff-bcb6-4348-b5fd-339cce5036bc', 'x-compute-request-id': 'req-0a1644ff-bcb6-4348-b5fd-339cce5036bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:19,901 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.050s 2021-08-10 15:42:19,902 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37a9bc30-77f6-493a-bbb0-a8454a75afaf', 'x-compute-request-id': 'req-37a9bc30-77f6-493a-bbb0-a8454a75afaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:20,953 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:20,953 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85a4614a-d80c-4878-848f-f9036ce5c8b9', 'x-compute-request-id': 'req-85a4614a-d80c-4878-848f-f9036ce5c8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:22,001 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:22,002 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06aec752-84fd-44c6-983b-2f90f8804c33', 'x-compute-request-id': 'req-06aec752-84fd-44c6-983b-2f90f8804c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:23,049 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:23,049 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84bdc880-ed5e-4197-8e28-d6999dda6b96', 'x-compute-request-id': 'req-84bdc880-ed5e-4197-8e28-d6999dda6b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:24,098 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:24,098 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d4e9b61-2542-400e-ad25-10e1114bbc6a', 'x-compute-request-id': 'req-7d4e9b61-2542-400e-ad25-10e1114bbc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:25,145 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:25,146 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5559016-1cb8-498e-86d0-c72ef6a0fd28', 'x-compute-request-id': 'req-c5559016-1cb8-498e-86d0-c72ef6a0fd28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:26,194 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:26,194 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02bde20e-f4c8-4d36-8801-5e875f80c40c', 'x-compute-request-id': 'req-02bde20e-f4c8-4d36-8801-5e875f80c40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:27,242 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:27,243 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f18a135-f1f3-4fa5-9b67-f6e95d8d6e06', 'x-compute-request-id': 'req-1f18a135-f1f3-4fa5-9b67-f6e95d8d6e06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:28,338 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.091s 2021-08-10 15:42:28,338 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d8ebf5f-4774-4f36-8b38-cc1b2df79e8d', 'x-compute-request-id': 'req-1d8ebf5f-4774-4f36-8b38-cc1b2df79e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:29,389 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:42:29,389 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d52cfb-6e53-4463-be84-c42b1c3e0330', 'x-compute-request-id': 'req-69d52cfb-6e53-4463-be84-c42b1c3e0330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:30,437 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:30,437 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70b26495-ad52-44bc-8ab0-d2beb06285e4', 'x-compute-request-id': 'req-70b26495-ad52-44bc-8ab0-d2beb06285e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:31,486 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:31,486 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d1c8d37-a428-46a2-b0c9-1c201a6e8ff4', 'x-compute-request-id': 'req-8d1c8d37-a428-46a2-b0c9-1c201a6e8ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:32,534 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:32,535 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43fae435-a438-4942-9380-becea8b8c864', 'x-compute-request-id': 'req-43fae435-a438-4942-9380-becea8b8c864', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:33,582 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:33,583 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d8348f2-df79-4e9a-be76-474021bc9610', 'x-compute-request-id': 'req-8d8348f2-df79-4e9a-be76-474021bc9610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:34,630 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:34,630 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1661ce91-71cd-4400-9ab8-18cc416f3ab3', 'x-compute-request-id': 'req-1661ce91-71cd-4400-9ab8-18cc416f3ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:35,678 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:35,678 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87dcdeb2-3b03-4428-b17c-0692b8284fce', 'x-compute-request-id': 'req-87dcdeb2-3b03-4428-b17c-0692b8284fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:36,726 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:36,726 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dba676d-8452-4841-b056-fc690fd59b2e', 'x-compute-request-id': 'req-1dba676d-8452-4841-b056-fc690fd59b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:37,773 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:37,774 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bb624e7-659e-4d52-bc58-2a4a61d30ef2', 'x-compute-request-id': 'req-1bb624e7-659e-4d52-bc58-2a4a61d30ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:38,824 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:42:38,824 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c51edc0-a213-4e4d-afaf-64d20352c311', 'x-compute-request-id': 'req-2c51edc0-a213-4e4d-afaf-64d20352c311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:39,872 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:39,872 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-152db2a6-c57a-4626-9d58-213c9114ed4c', 'x-compute-request-id': 'req-152db2a6-c57a-4626-9d58-213c9114ed4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:40,920 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:40,921 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fcad69b-35a4-4195-b3e6-e66566eb93d9', 'x-compute-request-id': 'req-1fcad69b-35a4-4195-b3e6-e66566eb93d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:41,970 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:41,970 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b45324d-e4aa-4f70-8964-de9334356a1e', 'x-compute-request-id': 'req-7b45324d-e4aa-4f70-8964-de9334356a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:43,018 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:43,019 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aeefad0-d70a-4836-b7fc-c105dd59282a', 'x-compute-request-id': 'req-7aeefad0-d70a-4836-b7fc-c105dd59282a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:44,066 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:44,067 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e40ee91e-633f-4df9-a206-955ceb318796', 'x-compute-request-id': 'req-e40ee91e-633f-4df9-a206-955ceb318796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:45,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:45,114 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4512b72f-76f0-44be-8e15-00855bdd54e3', 'x-compute-request-id': 'req-4512b72f-76f0-44be-8e15-00855bdd54e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:46,162 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:46,162 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b2729d3-dffa-42bc-bdfa-7b281bee5d95', 'x-compute-request-id': 'req-4b2729d3-dffa-42bc-bdfa-7b281bee5d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:47,211 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:47,211 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52e2d452-bef6-4aa7-8a91-2f7119c30912', 'x-compute-request-id': 'req-52e2d452-bef6-4aa7-8a91-2f7119c30912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:48,258 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:48,259 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-784cb8de-9d5f-4156-ba7d-1eeaa36b3f32', 'x-compute-request-id': 'req-784cb8de-9d5f-4156-ba7d-1eeaa36b3f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:49,307 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:49,307 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0156438-3da2-42d8-a28e-6d8ffbd99253', 'x-compute-request-id': 'req-e0156438-3da2-42d8-a28e-6d8ffbd99253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:50,355 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:50,356 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37c5c9b1-317c-451b-bfa5-89918b10f59a', 'x-compute-request-id': 'req-37c5c9b1-317c-451b-bfa5-89918b10f59a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:51,403 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:51,404 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-063b726d-e1b5-4483-9430-ec6af68ec923', 'x-compute-request-id': 'req-063b726d-e1b5-4483-9430-ec6af68ec923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:52,453 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:52,453 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-782ae549-58b1-4f6d-90a5-de50e123fdbf', 'x-compute-request-id': 'req-782ae549-58b1-4f6d-90a5-de50e123fdbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:53,502 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:42:53,502 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efe99645-b10d-44a3-9190-d632d52adba7', 'x-compute-request-id': 'req-efe99645-b10d-44a3-9190-d632d52adba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:54,550 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:54,551 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2c07f26-0093-41a5-856d-af4d82bd604a', 'x-compute-request-id': 'req-d2c07f26-0093-41a5-856d-af4d82bd604a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:55,599 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:55,599 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ac16934-a0b8-4e6f-9cb8-ddb71e6e60c7', 'x-compute-request-id': 'req-5ac16934-a0b8-4e6f-9cb8-ddb71e6e60c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:56,647 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:42:56,648 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4646fa77-a99a-4de2-bdc8-3341f31f464f', 'x-compute-request-id': 'req-4646fa77-a99a-4de2-bdc8-3341f31f464f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:57,705 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.054s 2021-08-10 15:42:57,706 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434610ab-2bc5-47f4-b534-2fdde8794150', 'x-compute-request-id': 'req-434610ab-2bc5-47f4-b534-2fdde8794150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:58,753 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:58,754 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9dd328e-fdd7-4f03-8972-4ff96c30837b', 'x-compute-request-id': 'req-b9dd328e-fdd7-4f03-8972-4ff96c30837b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:42:59,801 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:42:59,801 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4afb2a7c-0f2e-45cc-8371-e94a7e1960f3', 'x-compute-request-id': 'req-4afb2a7c-0f2e-45cc-8371-e94a7e1960f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:00,849 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:00,850 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c750bb55-aac8-483c-8cf6-120c8c770a1c', 'x-compute-request-id': 'req-c750bb55-aac8-483c-8cf6-120c8c770a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:01,897 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:01,897 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02e30d0e-6b4d-4d08-8df0-6b9ee97fc67e', 'x-compute-request-id': 'req-02e30d0e-6b4d-4d08-8df0-6b9ee97fc67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:02,944 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:02,945 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36947103-4725-47ad-8303-e039dd0261e7', 'x-compute-request-id': 'req-36947103-4725-47ad-8303-e039dd0261e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:03,995 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:03,995 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c46eeda3-14f9-4607-94e5-1850ac689ba3', 'x-compute-request-id': 'req-c46eeda3-14f9-4607-94e5-1850ac689ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:05,050 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.051s 2021-08-10 15:43:05,050 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86b1032a-b823-4ecc-b68f-d6417866194f', 'x-compute-request-id': 'req-86b1032a-b823-4ecc-b68f-d6417866194f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:06,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.061s 2021-08-10 15:43:06,114 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9d2a02b-03ce-4a93-8893-cdd9ca5b4b27', 'x-compute-request-id': 'req-a9d2a02b-03ce-4a93-8893-cdd9ca5b4b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:07,161 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:07,162 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b3f38b5-0f38-4a82-9fd1-624932dca0f2', 'x-compute-request-id': 'req-1b3f38b5-0f38-4a82-9fd1-624932dca0f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:08,210 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:08,210 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81be5f81-0abd-4b8d-b963-d45aa348a59a', 'x-compute-request-id': 'req-81be5f81-0abd-4b8d-b963-d45aa348a59a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:09,257 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:09,258 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25024afb-a434-4af3-aba3-68ebda32f581', 'x-compute-request-id': 'req-25024afb-a434-4af3-aba3-68ebda32f581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:10,307 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:10,307 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60dcb27e-45ce-49a9-80ab-ea52a8fc3d0a', 'x-compute-request-id': 'req-60dcb27e-45ce-49a9-80ab-ea52a8fc3d0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:11,355 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:11,356 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51b374a2-fbce-431f-92fd-912af2ecc2ed', 'x-compute-request-id': 'req-51b374a2-fbce-431f-92fd-912af2ecc2ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:12,409 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.050s 2021-08-10 15:43:12,409 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c71463-b3be-4d27-8240-c9fbfbdd4d8d', 'x-compute-request-id': 'req-c0c71463-b3be-4d27-8240-c9fbfbdd4d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:13,460 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.049s 2021-08-10 15:43:13,460 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7558edd1-a7f3-41ba-93e6-0823103ba785', 'x-compute-request-id': 'req-7558edd1-a7f3-41ba-93e6-0823103ba785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:14,510 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:14,510 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf92ebab-4815-4184-8796-ef0e6654ec2c', 'x-compute-request-id': 'req-cf92ebab-4815-4184-8796-ef0e6654ec2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:15,559 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:15,560 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf664636-580e-4b0a-9fdc-1d3750b98306', 'x-compute-request-id': 'req-cf664636-580e-4b0a-9fdc-1d3750b98306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:16,617 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.054s 2021-08-10 15:43:16,617 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c3013ce-9472-4261-94f0-05b81615f844', 'x-compute-request-id': 'req-4c3013ce-9472-4261-94f0-05b81615f844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:17,668 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:17,668 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda06cbd-e89c-4f7e-923c-028f96d50fb0', 'x-compute-request-id': 'req-cda06cbd-e89c-4f7e-923c-028f96d50fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:18,718 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:18,718 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca09a99b-1594-49c1-a917-1043fbb3750d', 'x-compute-request-id': 'req-ca09a99b-1594-49c1-a917-1043fbb3750d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:19,767 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:19,767 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f010edbb-c8b6-4841-a9dd-d4f59f8f3aac', 'x-compute-request-id': 'req-f010edbb-c8b6-4841-a9dd-d4f59f8f3aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:20,817 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:20,818 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-effcfa12-8c56-4785-b76a-2851555b63a2', 'x-compute-request-id': 'req-effcfa12-8c56-4785-b76a-2851555b63a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:21,865 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:21,866 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ece9888d-f62b-4e04-925c-a6ebf58c17d8', 'x-compute-request-id': 'req-ece9888d-f62b-4e04-925c-a6ebf58c17d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:22,916 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:22,917 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c1c213f-e9ca-4e6b-9d59-4ca1f9847cdb', 'x-compute-request-id': 'req-4c1c213f-e9ca-4e6b-9d59-4ca1f9847cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:23,967 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:43:23,968 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e279953-673f-4219-be7e-54edc50506e8', 'x-compute-request-id': 'req-3e279953-673f-4219-be7e-54edc50506e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:25,016 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:25,016 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0095efa4-0195-464f-8462-33676aaeb8a3', 'x-compute-request-id': 'req-0095efa4-0195-464f-8462-33676aaeb8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:26,066 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:26,066 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328d4ff8-38f6-46e9-bbd4-898eb5545d76', 'x-compute-request-id': 'req-328d4ff8-38f6-46e9-bbd4-898eb5545d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:27,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:27,115 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0141c95-f1c1-40f7-8c42-c0f05cccfae5', 'x-compute-request-id': 'req-e0141c95-f1c1-40f7-8c42-c0f05cccfae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:28,165 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:28,166 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b7405e8-cf79-47af-a996-258e2fccf134', 'x-compute-request-id': 'req-1b7405e8-cf79-47af-a996-258e2fccf134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:29,216 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:29,217 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-697a6c10-d10f-44eb-bcc1-55995b459033', 'x-compute-request-id': 'req-697a6c10-d10f-44eb-bcc1-55995b459033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:30,269 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.050s 2021-08-10 15:43:30,269 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41b1eaca-610d-49cc-abc7-6d0d18dfb036', 'x-compute-request-id': 'req-41b1eaca-610d-49cc-abc7-6d0d18dfb036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:31,318 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:31,319 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47c1441e-ec77-404c-88fd-0b1b5bc168f8', 'x-compute-request-id': 'req-47c1441e-ec77-404c-88fd-0b1b5bc168f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:32,370 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:43:32,370 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-754606db-e9df-40ab-811b-cdd20ea358a3', 'x-compute-request-id': 'req-754606db-e9df-40ab-811b-cdd20ea358a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:33,420 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:33,421 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c3bba9c-cb5c-41fc-b7fa-03dcf9243156', 'x-compute-request-id': 'req-3c3bba9c-cb5c-41fc-b7fa-03dcf9243156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:34,471 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:34,471 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aff6587-b22b-40bd-b685-275bc97a0e87', 'x-compute-request-id': 'req-3aff6587-b22b-40bd-b685-275bc97a0e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:35,523 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:43:35,523 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14f6b32f-bf2c-40ef-889b-09af3e1509e9', 'x-compute-request-id': 'req-14f6b32f-bf2c-40ef-889b-09af3e1509e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:36,572 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:36,573 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6659adc6-da9a-4ed4-aea6-24601cc0e918', 'x-compute-request-id': 'req-6659adc6-da9a-4ed4-aea6-24601cc0e918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:37,621 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:37,621 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72f7afb1-8139-48c0-b41f-fca522ef7320', 'x-compute-request-id': 'req-72f7afb1-8139-48c0-b41f-fca522ef7320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:38,669 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:38,669 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a205b2c-53f1-46f0-a689-1fbf8d87b302', 'x-compute-request-id': 'req-1a205b2c-53f1-46f0-a689-1fbf8d87b302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:39,719 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:39,719 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa8eee0b-09f4-425e-82c9-f15821876a7e', 'x-compute-request-id': 'req-fa8eee0b-09f4-425e-82c9-f15821876a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:40,770 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:40,770 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4622f790-7346-4ca7-aecb-eef5517406ec', 'x-compute-request-id': 'req-4622f790-7346-4ca7-aecb-eef5517406ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:41,820 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:41,820 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca2cdca-4af9-4cb4-b9d3-992e67551cda', 'x-compute-request-id': 'req-3ca2cdca-4af9-4cb4-b9d3-992e67551cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:42,870 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:42,870 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bd1870e-d89f-470e-a15d-87d38f6ebf0c', 'x-compute-request-id': 'req-2bd1870e-d89f-470e-a15d-87d38f6ebf0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:43,918 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:43,919 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e761c0d-a12c-4f89-ad53-ab8b605b23f6', 'x-compute-request-id': 'req-8e761c0d-a12c-4f89-ad53-ab8b605b23f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:44,967 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:44,967 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd3c048-3aa7-45dd-bb04-fb333e584e39', 'x-compute-request-id': 'req-8cd3c048-3aa7-45dd-bb04-fb333e584e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:46,016 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:46,016 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe173010-efb7-4501-b88b-feaceabc0fb0', 'x-compute-request-id': 'req-fe173010-efb7-4501-b88b-feaceabc0fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:47,064 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:47,065 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14faed58-00a7-4e9a-af70-bd4c7b6b992f', 'x-compute-request-id': 'req-14faed58-00a7-4e9a-af70-bd4c7b6b992f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:48,113 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:43:48,113 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6629166b-266e-41aa-b46c-5bbfce816067', 'x-compute-request-id': 'req-6629166b-266e-41aa-b46c-5bbfce816067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:49,163 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:49,163 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a878c7b9-b160-4473-bb87-9f52d00174be', 'x-compute-request-id': 'req-a878c7b9-b160-4473-bb87-9f52d00174be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:50,212 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:50,212 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ff02392-4e79-4d4d-ba89-d8f50f8075ad', 'x-compute-request-id': 'req-7ff02392-4e79-4d4d-ba89-d8f50f8075ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:51,263 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:51,263 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c03a177d-1e06-4de9-911c-2ebe250504ed', 'x-compute-request-id': 'req-c03a177d-1e06-4de9-911c-2ebe250504ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:52,327 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.061s 2021-08-10 15:43:52,328 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc346f24-f220-4442-8ad0-89bf689db86a', 'x-compute-request-id': 'req-fc346f24-f220-4442-8ad0-89bf689db86a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:53,375 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:53,376 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-780c20de-e581-421b-85fd-6d8760cb0093', 'x-compute-request-id': 'req-780c20de-e581-421b-85fd-6d8760cb0093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:54,425 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:43:54,425 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20387b1d-cbde-4a6c-81e5-1216ebba2390', 'x-compute-request-id': 'req-20387b1d-cbde-4a6c-81e5-1216ebba2390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:55,475 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:55,475 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19c9b2ff-61ac-4490-88a1-aa21b9fe5ba6', 'x-compute-request-id': 'req-19c9b2ff-61ac-4490-88a1-aa21b9fe5ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:56,673 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.195s 2021-08-10 15:43:56,674 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14a2c2bd-1c33-4f16-a26e-2b7e1cef79eb', 'x-compute-request-id': 'req-14a2c2bd-1c33-4f16-a26e-2b7e1cef79eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:57,724 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:57,725 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6adc0f57-9fcb-4b76-8a96-f4d5491d3e95', 'x-compute-request-id': 'req-6adc0f57-9fcb-4b76-8a96-f4d5491d3e95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:58,773 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:43:58,773 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-899fdee5-3257-48ea-80b8-9ba4a31c268c', 'x-compute-request-id': 'req-899fdee5-3257-48ea-80b8-9ba4a31c268c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:43:59,823 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:43:59,823 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66de3957-e132-45f8-9d8a-88e5babc7530', 'x-compute-request-id': 'req-66de3957-e132-45f8-9d8a-88e5babc7530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:00,871 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:00,871 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7135595-de60-46d9-8144-16c5221de712', 'x-compute-request-id': 'req-b7135595-de60-46d9-8144-16c5221de712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:01,932 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.057s 2021-08-10 15:44:01,932 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59dc31f5-b8f2-4147-a63a-bcce2fa0d10b', 'x-compute-request-id': 'req-59dc31f5-b8f2-4147-a63a-bcce2fa0d10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:02,980 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:02,980 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a57875d-c298-48f9-bb16-fd66fc59ace6', 'x-compute-request-id': 'req-3a57875d-c298-48f9-bb16-fd66fc59ace6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:04,029 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:04,029 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87f5a86c-9a9c-49cf-a7b1-933ba1defb5c', 'x-compute-request-id': 'req-87f5a86c-9a9c-49cf-a7b1-933ba1defb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:05,077 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:05,078 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d4a36f9-b2ff-4bdf-8e12-4122eb9ce9d7', 'x-compute-request-id': 'req-1d4a36f9-b2ff-4bdf-8e12-4122eb9ce9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:06,127 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:44:06,127 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3da8f0-5124-4def-8602-f1f8c2ed46ba', 'x-compute-request-id': 'req-1e3da8f0-5124-4def-8602-f1f8c2ed46ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:07,175 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:07,176 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64e4b728-b0a7-4cb7-97f6-6d7fbd911505', 'x-compute-request-id': 'req-64e4b728-b0a7-4cb7-97f6-6d7fbd911505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:08,224 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:08,224 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0e48216-eeb6-41a9-aab4-2d3e2d63dab6', 'x-compute-request-id': 'req-d0e48216-eeb6-41a9-aab4-2d3e2d63dab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:09,272 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:09,272 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ece2f15d-8bee-4ac2-af81-bcb932dc61ff', 'x-compute-request-id': 'req-ece2f15d-8bee-4ac2-af81-bcb932dc61ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:10,321 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:10,321 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d690ac5-d132-48a1-bb40-31f6ff242fb3', 'x-compute-request-id': 'req-5d690ac5-d132-48a1-bb40-31f6ff242fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:11,369 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:11,369 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83e46958-8f28-440e-ba11-3aa30e9965f6', 'x-compute-request-id': 'req-83e46958-8f28-440e-ba11-3aa30e9965f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:12,418 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:12,418 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6077133b-5ba5-4a53-873d-a7f3b827f5de', 'x-compute-request-id': 'req-6077133b-5ba5-4a53-873d-a7f3b827f5de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:13,467 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:44:13,467 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f50dfa1-ce66-4418-9ec4-ccdf6c887881', 'x-compute-request-id': 'req-1f50dfa1-ce66-4418-9ec4-ccdf6c887881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:14,515 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:14,515 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9160ff73-fe37-42cc-b1f0-fa1d62eee9dd', 'x-compute-request-id': 'req-9160ff73-fe37-42cc-b1f0-fa1d62eee9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:15,564 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:15,564 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3efebae7-e402-4dff-8fa6-78e3d73348f0', 'x-compute-request-id': 'req-3efebae7-e402-4dff-8fa6-78e3d73348f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:16,613 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:16,613 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fae90a2-09cb-4d38-b9bf-1e35d6c5c9c4', 'x-compute-request-id': 'req-2fae90a2-09cb-4d38-b9bf-1e35d6c5c9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:17,664 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:44:17,664 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c673ab2-5be5-4bb8-ac3f-f79c8c95a453', 'x-compute-request-id': 'req-8c673ab2-5be5-4bb8-ac3f-f79c8c95a453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:18,713 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:18,713 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76076d1d-a30a-4607-a994-2e82a20ad940', 'x-compute-request-id': 'req-76076d1d-a30a-4607-a994-2e82a20ad940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:19,760 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:19,761 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2e7f642-cafb-4d7c-95d7-8ac424b7eb44', 'x-compute-request-id': 'req-c2e7f642-cafb-4d7c-95d7-8ac424b7eb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:20,808 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:20,809 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27ad6ff1-0b50-48ef-be89-c28899562a3f', 'x-compute-request-id': 'req-27ad6ff1-0b50-48ef-be89-c28899562a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:21,858 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:21,858 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fe0822b-7b29-48a3-a098-531f6050b955', 'x-compute-request-id': 'req-9fe0822b-7b29-48a3-a098-531f6050b955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:22,906 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:22,906 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c94e34d-218a-4c6a-8ef8-83346f365d42', 'x-compute-request-id': 'req-3c94e34d-218a-4c6a-8ef8-83346f365d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:23,955 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:44:23,956 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e349fa2f-692a-4ebf-840c-8984f60feb5f', 'x-compute-request-id': 'req-e349fa2f-692a-4ebf-840c-8984f60feb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:25,003 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:25,003 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db427a8-0552-4be0-ae69-e0c111d519b0', 'x-compute-request-id': 'req-6db427a8-0552-4be0-ae69-e0c111d519b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:26,052 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:26,052 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7efc37e2-4bd8-47db-9ef1-ac96918f9a84', 'x-compute-request-id': 'req-7efc37e2-4bd8-47db-9ef1-ac96918f9a84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:27,103 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:44:27,103 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15317096-9db8-4a83-8e66-f7dd8349f65d', 'x-compute-request-id': 'req-15317096-9db8-4a83-8e66-f7dd8349f65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:28,152 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:28,153 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc575c60-f5e2-486f-8a8f-b585b997073c', 'x-compute-request-id': 'req-bc575c60-f5e2-486f-8a8f-b585b997073c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:29,201 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:29,202 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ddb339-9f74-4f3f-b555-0c34d11d1b40', 'x-compute-request-id': 'req-98ddb339-9f74-4f3f-b555-0c34d11d1b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:30,249 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:30,249 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a86e826-dec1-45a7-907b-dac200f16fa1', 'x-compute-request-id': 'req-5a86e826-dec1-45a7-907b-dac200f16fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:31,298 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:44:31,298 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af16ed86-3da3-4762-9a00-5c74225bfe87', 'x-compute-request-id': 'req-af16ed86-3da3-4762-9a00-5c74225bfe87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:32,347 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:44:32,348 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f3a4b50-e65c-4059-aab3-c2d70ab4bb3b', 'x-compute-request-id': 'req-2f3a4b50-e65c-4059-aab3-c2d70ab4bb3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:33,398 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:44:33,399 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb8b023-7a24-43b8-a49b-e0761ebbaf45', 'x-compute-request-id': 'req-beb8b023-7a24-43b8-a49b-e0761ebbaf45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:34,450 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:44:34,450 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ef523f-6a18-43d4-97cf-cf09e12a83c5', 'x-compute-request-id': 'req-15ef523f-6a18-43d4-97cf-cf09e12a83c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:35,498 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:35,499 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b8c301a-d3a6-48b6-80bd-08aa87f06b1d', 'x-compute-request-id': 'req-0b8c301a-d3a6-48b6-80bd-08aa87f06b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:36,547 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:44:36,547 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91618aa3-c129-41c2-96e9-e95457e1e0f5', 'x-compute-request-id': 'req-91618aa3-c129-41c2-96e9-e95457e1e0f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:37,595 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:37,595 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa9bcef4-974e-4948-8d9f-5f82991bc0c1', 'x-compute-request-id': 'req-fa9bcef4-974e-4948-8d9f-5f82991bc0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:38,643 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:38,644 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78dc4246-8b2b-40b0-acd8-7675d1edb443', 'x-compute-request-id': 'req-78dc4246-8b2b-40b0-acd8-7675d1edb443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:39,694 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:44:39,694 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a22d7a3-51d1-4c80-b874-1356472cb4da', 'x-compute-request-id': 'req-6a22d7a3-51d1-4c80-b874-1356472cb4da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:40,742 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:40,743 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4dc9462-7ac0-490d-84e9-9411f0094fef', 'x-compute-request-id': 'req-e4dc9462-7ac0-490d-84e9-9411f0094fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:41,790 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:41,790 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f514234-96ec-47cc-a646-e1fd4e7a0c57', 'x-compute-request-id': 'req-8f514234-96ec-47cc-a646-e1fd4e7a0c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:42,845 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.051s 2021-08-10 15:44:42,845 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58bc9bb5-10d3-44a5-a3a4-dcff29352546', 'x-compute-request-id': 'req-58bc9bb5-10d3-44a5-a3a4-dcff29352546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:43,894 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:43,894 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95fad2c6-0b05-4782-a9f0-caf26c0df3bf', 'x-compute-request-id': 'req-95fad2c6-0b05-4782-a9f0-caf26c0df3bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:44,943 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:44,943 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2af03a9-e8e7-49e3-bc43-421c680b7773', 'x-compute-request-id': 'req-f2af03a9-e8e7-49e3-bc43-421c680b7773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:45,991 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:45,991 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b22cdcb-bc6e-486c-b7be-a3003495bed9', 'x-compute-request-id': 'req-0b22cdcb-bc6e-486c-b7be-a3003495bed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:47,040 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:47,041 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef4c612e-6738-4ec9-8ae7-5b2a52302794', 'x-compute-request-id': 'req-ef4c612e-6738-4ec9-8ae7-5b2a52302794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:48,088 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:48,088 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79d9c75c-0d54-489a-81cc-83b5ddd072b2', 'x-compute-request-id': 'req-79d9c75c-0d54-489a-81cc-83b5ddd072b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:49,138 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:44:49,138 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ebb64d6-34a7-4cc7-b038-c2d2a264d6e5', 'x-compute-request-id': 'req-7ebb64d6-34a7-4cc7-b038-c2d2a264d6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:50,186 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:50,186 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5d98910-a680-4202-b330-7049d55d2c52', 'x-compute-request-id': 'req-a5d98910-a680-4202-b330-7049d55d2c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:51,234 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:51,235 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01836a55-88c7-45a6-aca9-54d20fe9fa9b', 'x-compute-request-id': 'req-01836a55-88c7-45a6-aca9-54d20fe9fa9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:52,282 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:52,283 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c096929-dc08-4cbc-8461-eaf626418eb5', 'x-compute-request-id': 'req-9c096929-dc08-4cbc-8461-eaf626418eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:53,330 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:53,330 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3adb059e-f11a-4fad-adad-3fa22fb89f00', 'x-compute-request-id': 'req-3adb059e-f11a-4fad-adad-3fa22fb89f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:54,378 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:54,378 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-473f68ed-bb2a-457c-b58b-44bfb1e08761', 'x-compute-request-id': 'req-473f68ed-bb2a-457c-b58b-44bfb1e08761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:55,427 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:44:55,427 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ffafba9-edbd-4e95-b5b4-bd3ee19b9adc', 'x-compute-request-id': 'req-9ffafba9-edbd-4e95-b5b4-bd3ee19b9adc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:56,482 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.052s 2021-08-10 15:44:56,482 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d8aacbe-5740-48ec-8439-9ebad6f00957', 'x-compute-request-id': 'req-7d8aacbe-5740-48ec-8439-9ebad6f00957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:57,530 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:44:57,530 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b2dcea5-6018-4d63-8efa-773d401a488d', 'x-compute-request-id': 'req-9b2dcea5-6018-4d63-8efa-773d401a488d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:58,584 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.051s 2021-08-10 15:44:58,585 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d14e1d35-a2f3-4668-9a5e-dd560ff1048c', 'x-compute-request-id': 'req-d14e1d35-a2f3-4668-9a5e-dd560ff1048c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:44:59,636 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:44:59,636 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc63d45a-077a-4f5c-aa79-af08b5d85b6e', 'x-compute-request-id': 'req-bc63d45a-077a-4f5c-aa79-af08b5d85b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:00,683 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:00,684 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bab4446-5277-4ca3-96fc-2928231beed7', 'x-compute-request-id': 'req-9bab4446-5277-4ca3-96fc-2928231beed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:01,732 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:01,733 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-262eda66-9d50-4b16-afc6-2d9010dc4ef2', 'x-compute-request-id': 'req-262eda66-9d50-4b16-afc6-2d9010dc4ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:02,782 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:02,783 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-013f45c1-69cc-4e12-971c-bbe82378379f', 'x-compute-request-id': 'req-013f45c1-69cc-4e12-971c-bbe82378379f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:03,836 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.051s 2021-08-10 15:45:03,837 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc190106-242e-4636-8868-412587d80ee2', 'x-compute-request-id': 'req-fc190106-242e-4636-8868-412587d80ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:04,884 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:04,885 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7e00220-602b-414f-93b0-787838f4886b', 'x-compute-request-id': 'req-a7e00220-602b-414f-93b0-787838f4886b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:05,933 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:05,933 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a35b41a-82f1-4ed6-8e72-be2fe3c02aa1', 'x-compute-request-id': 'req-7a35b41a-82f1-4ed6-8e72-be2fe3c02aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:06,982 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:06,983 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3deef460-758a-42d6-9ab8-30b2c533c0db', 'x-compute-request-id': 'req-3deef460-758a-42d6-9ab8-30b2c533c0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:08,032 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:08,032 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fc0b7ba-4b14-4707-8616-6773f0e2f622', 'x-compute-request-id': 'req-6fc0b7ba-4b14-4707-8616-6773f0e2f622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:09,081 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:09,081 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e1bb8a1-49ab-4ebb-bc63-0902626202f1', 'x-compute-request-id': 'req-3e1bb8a1-49ab-4ebb-bc63-0902626202f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:10,129 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:10,129 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17b1ea4f-b6f7-4a0f-8b66-72fe94ccce76', 'x-compute-request-id': 'req-17b1ea4f-b6f7-4a0f-8b66-72fe94ccce76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:11,177 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:11,177 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2239fc17-f3f7-4e39-887a-42319bb2da38', 'x-compute-request-id': 'req-2239fc17-f3f7-4e39-887a-42319bb2da38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:12,226 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:12,226 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d99173b-0713-46fe-9469-c6393ac5340a', 'x-compute-request-id': 'req-5d99173b-0713-46fe-9469-c6393ac5340a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:13,274 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:13,274 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-272b51ee-6c12-4c90-bf50-70d3db1e8b00', 'x-compute-request-id': 'req-272b51ee-6c12-4c90-bf50-70d3db1e8b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:14,323 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:14,323 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cadd547-ad63-4c78-a2c0-3005008d6a3a', 'x-compute-request-id': 'req-2cadd547-ad63-4c78-a2c0-3005008d6a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:15,375 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:45:15,375 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4478acc7-b4a7-4fa6-9e0b-1c6475f0a98e', 'x-compute-request-id': 'req-4478acc7-b4a7-4fa6-9e0b-1c6475f0a98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:16,423 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:16,424 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16c96b26-561f-4bbd-9762-db17e11b4e3b', 'x-compute-request-id': 'req-16c96b26-561f-4bbd-9762-db17e11b4e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:17,473 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:17,473 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be00311e-6bcf-4eb7-ab43-16204a7d1be9', 'x-compute-request-id': 'req-be00311e-6bcf-4eb7-ab43-16204a7d1be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:18,521 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:18,522 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccfe4290-471c-4d91-a3e6-f6d654224de8', 'x-compute-request-id': 'req-ccfe4290-471c-4d91-a3e6-f6d654224de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:19,569 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:19,570 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c6adfd3-eba2-4282-b663-efd220232080', 'x-compute-request-id': 'req-1c6adfd3-eba2-4282-b663-efd220232080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:20,618 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:20,619 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fc443c9-a46a-46df-8f59-3754e2d607c1', 'x-compute-request-id': 'req-0fc443c9-a46a-46df-8f59-3754e2d607c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:21,667 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:21,668 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53a5752d-69e7-478a-b29d-38237c43c3e2', 'x-compute-request-id': 'req-53a5752d-69e7-478a-b29d-38237c43c3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:22,718 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:22,718 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b80b3958-c6cf-4822-a1a2-d51c8ec179c7', 'x-compute-request-id': 'req-b80b3958-c6cf-4822-a1a2-d51c8ec179c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:23,766 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:23,766 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca632f3-34ba-437c-a5a5-91710de57f06', 'x-compute-request-id': 'req-3ca632f3-34ba-437c-a5a5-91710de57f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:24,815 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:24,816 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27bdd34d-1e9b-41ae-96b2-517a2dfcf5c4', 'x-compute-request-id': 'req-27bdd34d-1e9b-41ae-96b2-517a2dfcf5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:25,864 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:25,864 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e63f0737-7f1f-481f-b804-7db1b273e3f9', 'x-compute-request-id': 'req-e63f0737-7f1f-481f-b804-7db1b273e3f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:26,912 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:26,912 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa2ca847-dc8d-462c-a09a-14ebee1c12e5', 'x-compute-request-id': 'req-fa2ca847-dc8d-462c-a09a-14ebee1c12e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:27,960 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:27,960 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28d3b43-8d5e-41f4-8e41-9d9660c40a8b', 'x-compute-request-id': 'req-e28d3b43-8d5e-41f4-8e41-9d9660c40a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:29,008 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:29,008 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fea01bc-eae9-4c4a-8d5e-bdaa0adf0364', 'x-compute-request-id': 'req-9fea01bc-eae9-4c4a-8d5e-bdaa0adf0364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:30,056 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:30,056 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90c101cc-cedc-41b5-ad9d-f98d38d9c37b', 'x-compute-request-id': 'req-90c101cc-cedc-41b5-ad9d-f98d38d9c37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:31,104 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:31,104 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7327c33d-3b60-4fee-80fe-44f15535d805', 'x-compute-request-id': 'req-7327c33d-3b60-4fee-80fe-44f15535d805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:32,153 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:32,153 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a6dccec-79d0-4b71-81f9-7a95ce5b2a93', 'x-compute-request-id': 'req-8a6dccec-79d0-4b71-81f9-7a95ce5b2a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:33,204 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:45:33,204 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4915b758-70e2-488a-8691-75056996f7c9', 'x-compute-request-id': 'req-4915b758-70e2-488a-8691-75056996f7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:34,252 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:34,252 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79aa8999-6909-46f9-a2e4-2922a4785b35', 'x-compute-request-id': 'req-79aa8999-6909-46f9-a2e4-2922a4785b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:35,302 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:45:35,303 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90d73179-c3e0-4d79-9b1d-1dc203d00446', 'x-compute-request-id': 'req-90d73179-c3e0-4d79-9b1d-1dc203d00446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:36,350 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:36,351 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb617833-c432-4273-b405-c6535f775ab3', 'x-compute-request-id': 'req-cb617833-c432-4273-b405-c6535f775ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:37,399 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:37,399 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd8ee327-e355-4d5b-b5a6-52f9fcab8cb0', 'x-compute-request-id': 'req-bd8ee327-e355-4d5b-b5a6-52f9fcab8cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:38,448 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:38,448 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed400e0-15c1-453b-b154-f8e3a516a8c6', 'x-compute-request-id': 'req-7ed400e0-15c1-453b-b154-f8e3a516a8c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:39,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:39,497 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b5c90c9-4b1b-4ef4-b961-706f91a2c271', 'x-compute-request-id': 'req-2b5c90c9-4b1b-4ef4-b961-706f91a2c271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:40,545 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:40,546 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8554038a-3806-443d-a72c-8a39fac88c70', 'x-compute-request-id': 'req-8554038a-3806-443d-a72c-8a39fac88c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:41,594 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:41,594 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f089503-0844-4bb6-b22b-cda2f3679c20', 'x-compute-request-id': 'req-2f089503-0844-4bb6-b22b-cda2f3679c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:42,643 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:42,643 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69db52fe-9c76-4a5d-86cc-f66c58d7c19d', 'x-compute-request-id': 'req-69db52fe-9c76-4a5d-86cc-f66c58d7c19d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:43,691 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:43,692 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac864763-dee2-4d7d-8db9-76052ef4fd1b', 'x-compute-request-id': 'req-ac864763-dee2-4d7d-8db9-76052ef4fd1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:44,741 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:44,742 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cffeb36a-d6f5-411f-b432-4603ae0bfdea', 'x-compute-request-id': 'req-cffeb36a-d6f5-411f-b432-4603ae0bfdea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:45,789 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:45,789 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45fd88fa-345b-42c0-9167-8d836620d4ab', 'x-compute-request-id': 'req-45fd88fa-345b-42c0-9167-8d836620d4ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:46,839 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:45:46,840 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-359c6099-e858-48f8-872e-2ca0b86b109a', 'x-compute-request-id': 'req-359c6099-e858-48f8-872e-2ca0b86b109a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:47,888 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:47,888 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f68c17c7-a5ed-489b-a1e8-125029b0c897', 'x-compute-request-id': 'req-f68c17c7-a5ed-489b-a1e8-125029b0c897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:48,937 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:48,938 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3afe711d-4979-4085-897e-b2bae71a08a3', 'x-compute-request-id': 'req-3afe711d-4979-4085-897e-b2bae71a08a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:49,985 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:49,986 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bc945af-4921-4e61-a6e6-fc93cad1a7e5', 'x-compute-request-id': 'req-9bc945af-4921-4e61-a6e6-fc93cad1a7e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:51,039 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.049s 2021-08-10 15:45:51,039 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-124e767f-5b35-43ea-aa8c-da9cfa0fcffe', 'x-compute-request-id': 'req-124e767f-5b35-43ea-aa8c-da9cfa0fcffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:52,088 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:52,088 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d950f0dc-e683-4615-b4a9-a5350c8c5451', 'x-compute-request-id': 'req-d950f0dc-e683-4615-b4a9-a5350c8c5451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:53,136 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:53,137 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-207e96db-6d04-4c16-a94c-b0e323ed6345', 'x-compute-request-id': 'req-207e96db-6d04-4c16-a94c-b0e323ed6345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:54,184 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:54,184 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a2fa783-6246-4b40-a4a6-ec053bb83a33', 'x-compute-request-id': 'req-3a2fa783-6246-4b40-a4a6-ec053bb83a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:55,234 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:45:55,235 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6e5f875-78a5-4aa1-8fe2-70797266e2bc', 'x-compute-request-id': 'req-b6e5f875-78a5-4aa1-8fe2-70797266e2bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:56,282 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:56,282 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d7dc9c8-beb0-46ec-8449-f57a969dee9d', 'x-compute-request-id': 'req-1d7dc9c8-beb0-46ec-8449-f57a969dee9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:57,330 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:45:57,330 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23b6df2f-e2e2-4d87-844a-adb73502cf9f', 'x-compute-request-id': 'req-23b6df2f-e2e2-4d87-844a-adb73502cf9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:58,378 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:45:58,378 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abead4f3-3ee7-4c84-b040-099443c769e5', 'x-compute-request-id': 'req-abead4f3-3ee7-4c84-b040-099443c769e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:45:59,427 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:45:59,427 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18cd6d0f-6ce5-437d-8963-fc6e312a2db7', 'x-compute-request-id': 'req-18cd6d0f-6ce5-437d-8963-fc6e312a2db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:00,476 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:00,477 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a18d32f-a4f4-4427-9286-b9d5520c9f54', 'x-compute-request-id': 'req-4a18d32f-a4f4-4427-9286-b9d5520c9f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:01,525 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:01,525 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-813b8b0b-3845-4ad1-a2b2-2d7097f3376b', 'x-compute-request-id': 'req-813b8b0b-3845-4ad1-a2b2-2d7097f3376b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:02,573 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:02,574 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5497e20-0b7d-4f8c-b97b-f546907d02c4', 'x-compute-request-id': 'req-c5497e20-0b7d-4f8c-b97b-f546907d02c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:03,621 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:03,622 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5480a12b-1832-416c-9daa-c9245fc0bac3', 'x-compute-request-id': 'req-5480a12b-1832-416c-9daa-c9245fc0bac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:04,669 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:04,670 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d4ec42-f759-4d3c-890b-8e7da8648445', 'x-compute-request-id': 'req-15d4ec42-f759-4d3c-890b-8e7da8648445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:05,717 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:05,718 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88546e8-f00a-44c9-8f83-49b4524e9a6d', 'x-compute-request-id': 'req-c88546e8-f00a-44c9-8f83-49b4524e9a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:06,767 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:06,767 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d6d872-fa40-4151-823a-0c40f3a3522d', 'x-compute-request-id': 'req-c7d6d872-fa40-4151-823a-0c40f3a3522d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:07,817 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:07,817 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327d8837-e817-4c6d-9028-d313dba1dea5', 'x-compute-request-id': 'req-327d8837-e817-4c6d-9028-d313dba1dea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:08,869 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.049s 2021-08-10 15:46:08,869 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b79cf48-2ed9-41f0-b056-15903120fdea', 'x-compute-request-id': 'req-3b79cf48-2ed9-41f0-b056-15903120fdea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:09,917 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:09,917 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d63f3423-4ef8-4ef2-8e6f-573f989cc4d1', 'x-compute-request-id': 'req-d63f3423-4ef8-4ef2-8e6f-573f989cc4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:10,966 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:10,966 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60f4d838-83a4-4de8-9105-570f8cc73831', 'x-compute-request-id': 'req-60f4d838-83a4-4de8-9105-570f8cc73831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:12,015 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:12,015 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71d708d5-0206-420f-8288-58596f6eeed0', 'x-compute-request-id': 'req-71d708d5-0206-420f-8288-58596f6eeed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:13,064 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:13,065 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de43fed-212a-49f9-9202-6aa683321503', 'x-compute-request-id': 'req-5de43fed-212a-49f9-9202-6aa683321503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:14,112 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:14,113 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4217177-da4c-40dc-a13f-4f5ffded1f8f', 'x-compute-request-id': 'req-d4217177-da4c-40dc-a13f-4f5ffded1f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:15,161 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:15,161 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f298f2-ac18-4899-904d-ebabf3d84473', 'x-compute-request-id': 'req-d2f298f2-ac18-4899-904d-ebabf3d84473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:16,210 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:16,210 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-260c8e8b-f1b3-4971-bb33-78f4a9dbcac1', 'x-compute-request-id': 'req-260c8e8b-f1b3-4971-bb33-78f4a9dbcac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:17,258 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:17,258 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02818427-c785-4869-82c0-778dbb1bdaea', 'x-compute-request-id': 'req-02818427-c785-4869-82c0-778dbb1bdaea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:18,306 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:18,307 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d9c10f0-4407-46e4-82a5-2001b1f38828', 'x-compute-request-id': 'req-8d9c10f0-4407-46e4-82a5-2001b1f38828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:19,354 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:19,355 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b13eb6-874c-4863-ad53-56985e13e64a', 'x-compute-request-id': 'req-20b13eb6-874c-4863-ad53-56985e13e64a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:20,401 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:20,401 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83d140c2-42df-4f28-9aa1-c21429be8f57', 'x-compute-request-id': 'req-83d140c2-42df-4f28-9aa1-c21429be8f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:21,449 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:21,450 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b301dd6f-d4bb-4c7a-b2c3-e6a97939bd63', 'x-compute-request-id': 'req-b301dd6f-d4bb-4c7a-b2c3-e6a97939bd63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:22,499 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:22,499 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9e04172-04fc-44ea-8095-10daab78b887', 'x-compute-request-id': 'req-e9e04172-04fc-44ea-8095-10daab78b887', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:23,548 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:46:23,549 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6df5df6-3038-4d6c-bd68-c34907e371d5', 'x-compute-request-id': 'req-b6df5df6-3038-4d6c-bd68-c34907e371d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:24,597 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:24,598 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-008432b3-2565-48c4-9622-4d744ca144ef', 'x-compute-request-id': 'req-008432b3-2565-48c4-9622-4d744ca144ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:25,645 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:46:25,646 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-838a6a79-fb5d-47d3-9b75-50bb99dc2058', 'x-compute-request-id': 'req-838a6a79-fb5d-47d3-9b75-50bb99dc2058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:26,698 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.049s 2021-08-10 15:46:26,699 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba8c36ae-9744-4ac6-8bba-10e6ff0f4032', 'x-compute-request-id': 'req-ba8c36ae-9744-4ac6-8bba-10e6ff0f4032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:27,748 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:27,748 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66c533df-146d-4484-a4a6-1209651f9444', 'x-compute-request-id': 'req-66c533df-146d-4484-a4a6-1209651f9444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:28,797 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:28,797 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a2130c7-faf8-499e-8757-205b48abbb20', 'x-compute-request-id': 'req-1a2130c7-faf8-499e-8757-205b48abbb20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:29,845 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:29,846 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e9ab566-1f14-4aa5-92df-3ec6d27ac808', 'x-compute-request-id': 'req-7e9ab566-1f14-4aa5-92df-3ec6d27ac808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:30,904 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.055s 2021-08-10 15:46:30,904 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47a2bb17-eb68-4e51-9074-6112e6153ec0', 'x-compute-request-id': 'req-47a2bb17-eb68-4e51-9074-6112e6153ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:31,952 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:31,953 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff809ed0-98fb-476f-bb1c-dd8a5a268245', 'x-compute-request-id': 'req-ff809ed0-98fb-476f-bb1c-dd8a5a268245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:33,004 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:46:33,004 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e57d5b34-4a2e-41a4-81d2-e27d636d0bec', 'x-compute-request-id': 'req-e57d5b34-4a2e-41a4-81d2-e27d636d0bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:34,056 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.049s 2021-08-10 15:46:34,056 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f979c6a8-a965-404f-8b6d-d1bbfe8cd481', 'x-compute-request-id': 'req-f979c6a8-a965-404f-8b6d-d1bbfe8cd481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:35,105 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:35,105 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5417f251-7ada-4cad-97e0-518658ca7b98', 'x-compute-request-id': 'req-5417f251-7ada-4cad-97e0-518658ca7b98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:36,156 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:46:36,156 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-857949ab-6620-43e6-941d-6d9c6d04a225', 'x-compute-request-id': 'req-857949ab-6620-43e6-941d-6d9c6d04a225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:37,209 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.050s 2021-08-10 15:46:37,209 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-735dc776-68b6-447a-a493-079bf9bfa71f', 'x-compute-request-id': 'req-735dc776-68b6-447a-a493-079bf9bfa71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:38,264 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.052s 2021-08-10 15:46:38,265 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33921103-edec-430b-b4ee-cfc10db9935f', 'x-compute-request-id': 'req-33921103-edec-430b-b4ee-cfc10db9935f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:39,316 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:46:39,316 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12c62e78-2fcf-41c2-ad01-f8846afc6ecb', 'x-compute-request-id': 'req-12c62e78-2fcf-41c2-ad01-f8846afc6ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:40,366 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:40,367 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41526b07-9777-4fc6-b8fe-2a0bcf1354c7', 'x-compute-request-id': 'req-41526b07-9777-4fc6-b8fe-2a0bcf1354c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:41,415 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:41,415 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbc6c649-2e8e-4f29-b1b9-f0365598e045', 'x-compute-request-id': 'req-cbc6c649-2e8e-4f29-b1b9-f0365598e045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:42,464 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:42,465 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8132d074-70ed-4930-84fe-3f8ee397ebf5', 'x-compute-request-id': 'req-8132d074-70ed-4930-84fe-3f8ee397ebf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:43,513 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:43,514 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08e1ae14-a66d-4717-8f72-3e57e1f5a121', 'x-compute-request-id': 'req-08e1ae14-a66d-4717-8f72-3e57e1f5a121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:44,563 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:44,563 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51b38ee5-f0e8-4a60-b160-89f22ed04d7b', 'x-compute-request-id': 'req-51b38ee5-f0e8-4a60-b160-89f22ed04d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:45,612 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:45,613 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7c65230-9b1d-4c0f-85f1-9dc0d1ab655a', 'x-compute-request-id': 'req-a7c65230-9b1d-4c0f-85f1-9dc0d1ab655a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:46,662 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:46,662 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55271a09-e387-4255-9d2a-11167653f520', 'x-compute-request-id': 'req-55271a09-e387-4255-9d2a-11167653f520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:47,711 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:47,711 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-067a720c-5118-455c-ae1c-f20e9472d557', 'x-compute-request-id': 'req-067a720c-5118-455c-ae1c-f20e9472d557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:48,760 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:48,761 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e345288-de9e-4192-804f-609ce6bf67da', 'x-compute-request-id': 'req-6e345288-de9e-4192-804f-609ce6bf67da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:49,809 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:49,809 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0344eabc-7fb9-47c6-be1d-38e6802a09f0', 'x-compute-request-id': 'req-0344eabc-7fb9-47c6-be1d-38e6802a09f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:50,858 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:50,858 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d527a9c-c4f0-4d83-8f35-60e30eb7c443', 'x-compute-request-id': 'req-1d527a9c-c4f0-4d83-8f35-60e30eb7c443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:51,913 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.051s 2021-08-10 15:46:51,913 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0e5fdfa-23a8-4675-8d81-284b69828878', 'x-compute-request-id': 'req-d0e5fdfa-23a8-4675-8d81-284b69828878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:52,963 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:52,963 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e23b29eb-cb35-40b3-8196-6265a815338b', 'x-compute-request-id': 'req-e23b29eb-cb35-40b3-8196-6265a815338b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:54,012 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:54,012 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a4b1ad1-1571-4786-b2c4-b93434bb344c', 'x-compute-request-id': 'req-8a4b1ad1-1571-4786-b2c4-b93434bb344c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:55,079 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.062s 2021-08-10 15:46:55,079 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-455e9c61-43ae-416d-b199-ed5a682d1025', 'x-compute-request-id': 'req-455e9c61-43ae-416d-b199-ed5a682d1025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:56,128 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:56,128 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e502e12-a0f4-425f-b406-6ab802c246f7', 'x-compute-request-id': 'req-7e502e12-a0f4-425f-b406-6ab802c246f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:57,177 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:46:57,178 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f3f9943-0542-4ef1-83bc-b44442ed4104', 'x-compute-request-id': 'req-4f3f9943-0542-4ef1-83bc-b44442ed4104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:58,234 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.053s 2021-08-10 15:46:58,234 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0d00fdf-6727-4fe8-86b6-5cb4bdf6b9a3', 'x-compute-request-id': 'req-b0d00fdf-6727-4fe8-86b6-5cb4bdf6b9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:46:59,283 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:46:59,283 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f70e510-c84c-4e97-ae0a-d49abd9a3503', 'x-compute-request-id': 'req-5f70e510-c84c-4e97-ae0a-d49abd9a3503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:00,331 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:00,331 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c173c5ef-08b9-41b7-85b8-33cc6422406d', 'x-compute-request-id': 'req-c173c5ef-08b9-41b7-85b8-33cc6422406d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:01,382 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:01,382 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c69334-b7d0-4c0c-aa43-8da9684e02ae', 'x-compute-request-id': 'req-f0c69334-b7d0-4c0c-aa43-8da9684e02ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:02,431 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:02,431 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbb52924-b3ae-49d7-b354-e769f20d1d86', 'x-compute-request-id': 'req-bbb52924-b3ae-49d7-b354-e769f20d1d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:03,495 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.060s 2021-08-10 15:47:03,495 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07fe5818-bd80-4613-af4d-d7eccbb049be', 'x-compute-request-id': 'req-07fe5818-bd80-4613-af4d-d7eccbb049be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:04,542 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:47:04,543 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81e14f68-e462-4393-b4af-9867729b0f3f', 'x-compute-request-id': 'req-81e14f68-e462-4393-b4af-9867729b0f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:05,592 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:05,592 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da05ed9f-f2d5-4ff3-93c4-bda396858cca', 'x-compute-request-id': 'req-da05ed9f-f2d5-4ff3-93c4-bda396858cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:06,640 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:06,640 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb0ac7a6-df2f-445d-8821-4daed2f6f0f1', 'x-compute-request-id': 'req-fb0ac7a6-df2f-445d-8821-4daed2f6f0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:07,689 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:07,689 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af8f8913-dade-4555-a2c7-16575b749fe1', 'x-compute-request-id': 'req-af8f8913-dade-4555-a2c7-16575b749fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:08,739 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:08,740 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35cfc4e5-cf86-4570-a3b3-39d5cc95386a', 'x-compute-request-id': 'req-35cfc4e5-cf86-4570-a3b3-39d5cc95386a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:09,790 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:09,790 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7742b9a-48c0-412c-bf7d-dca91a6b355a', 'x-compute-request-id': 'req-d7742b9a-48c0-412c-bf7d-dca91a6b355a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:10,841 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:47:10,841 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4d34de-4d3e-492e-802d-9b1d042ecd3f', 'x-compute-request-id': 'req-ee4d34de-4d3e-492e-802d-9b1d042ecd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:11,892 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:11,892 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7cd458f-1f98-4cd9-b8ae-badfb45a27af', 'x-compute-request-id': 'req-d7cd458f-1f98-4cd9-b8ae-badfb45a27af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:12,943 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:47:12,944 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b163b220-d868-4078-8dc4-af0db4401ac7', 'x-compute-request-id': 'req-b163b220-d868-4078-8dc4-af0db4401ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:14,153 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.206s 2021-08-10 15:47:14,153 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d6b543c-2b8f-45a1-a979-d7e73e85f6ab', 'x-compute-request-id': 'req-8d6b543c-2b8f-45a1-a979-d7e73e85f6ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:15,215 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.058s 2021-08-10 15:47:15,215 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc2e7278-abc9-4061-9131-09b25013a36f', 'x-compute-request-id': 'req-cc2e7278-abc9-4061-9131-09b25013a36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:16,265 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:16,265 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ec0fb88-96d2-4ecf-8cdc-74c0c9093e84', 'x-compute-request-id': 'req-4ec0fb88-96d2-4ecf-8cdc-74c0c9093e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:17,315 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:17,315 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9124b18b-8139-4da5-abd6-f3a6ffdbffad', 'x-compute-request-id': 'req-9124b18b-8139-4da5-abd6-f3a6ffdbffad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:18,364 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:18,365 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de53b019-fba0-4184-ae19-7f591400a63d', 'x-compute-request-id': 'req-de53b019-fba0-4184-ae19-7f591400a63d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:19,413 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:19,413 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0dd0e6d-7c03-4194-89da-bcfff30ce1f0', 'x-compute-request-id': 'req-f0dd0e6d-7c03-4194-89da-bcfff30ce1f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:20,462 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:20,462 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e7435e3-c7af-4d8e-a622-c41e907c0714', 'x-compute-request-id': 'req-7e7435e3-c7af-4d8e-a622-c41e907c0714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:21,511 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:21,511 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5044d60-0f5a-4be3-980e-9b6e754b0192', 'x-compute-request-id': 'req-f5044d60-0f5a-4be3-980e-9b6e754b0192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:22,561 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:22,561 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c067f94e-850f-4b68-b0d9-db270fca54a1', 'x-compute-request-id': 'req-c067f94e-850f-4b68-b0d9-db270fca54a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:23,609 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:23,609 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ba94ed1-59d4-4f8a-98f9-560cce1094e1', 'x-compute-request-id': 'req-7ba94ed1-59d4-4f8a-98f9-560cce1094e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:24,657 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:47:24,657 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8732952-d884-4a9f-890e-39878daeac48', 'x-compute-request-id': 'req-c8732952-d884-4a9f-890e-39878daeac48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:25,706 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:25,706 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-933d8d48-dad5-4bc3-9093-649062a6f39c', 'x-compute-request-id': 'req-933d8d48-dad5-4bc3-9093-649062a6f39c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:26,753 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:47:26,754 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a51a17-e241-4290-bce8-95a229cbd9b1', 'x-compute-request-id': 'req-22a51a17-e241-4290-bce8-95a229cbd9b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:27,804 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:27,804 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a84e508e-d136-459f-9525-be11adf0cbe2', 'x-compute-request-id': 'req-a84e508e-d136-459f-9525-be11adf0cbe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:28,948 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.138s 2021-08-10 15:47:28,949 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d160162-a7e3-4925-b462-d9a75e7623c3', 'x-compute-request-id': 'req-6d160162-a7e3-4925-b462-d9a75e7623c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:29,997 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.045s 2021-08-10 15:47:29,998 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-089991da-160f-44c2-ae91-6764bc99b855', 'x-compute-request-id': 'req-089991da-160f-44c2-ae91-6764bc99b855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:31,045 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.044s 2021-08-10 15:47:31,045 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8456589-a70f-4b10-a983-2cb4aafee0e1', 'x-compute-request-id': 'req-e8456589-a70f-4b10-a983-2cb4aafee0e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:32,098 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.050s 2021-08-10 15:47:32,098 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36369c58-8782-448e-b9cb-60981c4385d0', 'x-compute-request-id': 'req-36369c58-8782-448e-b9cb-60981c4385d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:33,154 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.053s 2021-08-10 15:47:33,155 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-712207c2-c8e7-4464-8664-608639c7a4c9', 'x-compute-request-id': 'req-712207c2-c8e7-4464-8664-608639c7a4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:34,207 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:34,208 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb4d076-eff9-403c-ac5a-43f097d5e715', 'x-compute-request-id': 'req-ebb4d076-eff9-403c-ac5a-43f097d5e715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:35,259 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.048s 2021-08-10 15:47:35,260 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91d312d6-2d2e-4ab8-9116-230d308c2844', 'x-compute-request-id': 'req-91d312d6-2d2e-4ab8-9116-230d308c2844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:36,309 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.046s 2021-08-10 15:47:36,310 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ac84e60-905d-4fa8-9dde-9dd83da6fba1', 'x-compute-request-id': 'req-8ac84e60-905d-4fa8-9dde-9dd83da6fba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:37,357 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.043s 2021-08-10 15:47:37,357 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac0f31c4-0fb9-4cbc-b1f4-088998dbd10b', 'x-compute-request-id': 'req-ac0f31c4-0fb9-4cbc-b1f4-088998dbd10b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:38,407 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments 0.047s 2021-08-10 15:47:38,408 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1be707e7-94d1-45f8-8cd3-63f2247c53c6', 'x-compute-request-id': 'req-1be707e7-94d1-45f8-8cd3-63f2247c53c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "volumeId": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "serverId": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "device": "/dev/sdb"}]}' 2021-08-10 15:47:39,493 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 POST http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action 0.082s 2021-08-10 15:47:39,494 114850 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': 'Tue, 10 Aug 2021 15:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '76620', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f62c78c4-73cb-4119-a3e6-134b8d99754a', 'x-compute-request-id': 'req-f62c78c4-73cb-4119-a3e6-134b8d99754a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:47:39,496 114850 DEBUG [tempest.common.waiters] Console output for 22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.220000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.224000] tsc: Detected 1995.193 MHz processor [ 0.228000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980772) [ 0.232013] pid_max: default: 32768 minimum: 301 [ 0.236060] Security Framework initialized [ 0.240007] Yama: becoming mindful. [ 0.244061] AppArmor: AppArmor initialized [ 0.248277] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.252116] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.256038] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.260027] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.268221] CPU: Physical Processor ID: 0 [ 0.276022] mce: CPU supports 1 MCE banks [ 0.280118] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.284010] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.288014] Spectre V2 : Mitigation: Full generic retpoline [ 0.292012] Speculative Store Bypass: Vulnerable [ 0.452068] Freeing SMP alternatives memory: 36K [ 0.465561] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.468150] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.472163] Hierarchical SRCU implementation. [ 0.480173] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.484010] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.488104] smp: Bringing up secondary CPUs ... [ 0.492011] smp: Brought up 1 node, 1 CPU [ 0.496012] smpboot: Max logical packages: 1 [ 0.500010] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.504520] devtmpfs: initialized [ 0.508088] x86/mm: Memory block size: 128MB [ 0.512368] evm: security.selinux [ 0.516013] evm: security.SMACK64 [ 0.520030] evm: security.SMACK64EXEC [ 0.524006] evm: security.SMACK64TRANSMUTE [ 0.528007] evm: security.SMACK64MMAP [ 0.532010] evm: security.apparmor [ 0.536007] evm: security.ima [ 0.540012] evm: security.capability [ 0.544254] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.548021] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.552086] pinctrl core: initialized pinctrl subsystem [ 0.556342] NET: Registered protocol family 16 [ 0.560127] audit: initializing netlink subsys (disabled) [ 0.564280] cpuidle: using governor ladder [ 0.568017] audit: type=2000 audit(1628609591.564:1): state=initialized audit_enabled=0 res=1 [ 0.572025] cpuidle: using governor menu [ 0.576098] ACPI: bus type PCI registered [ 0.580051] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.588205] PCI: Using configuration type 1 for base access [ 0.596146] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.600450] ACPI: Added _OSI(Module Device) [ 0.604019] ACPI: Added _OSI(Processor Device) [ 0.608052] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.612012] ACPI: Added _OSI(Processor Aggregator Device) [ 0.616064] ACPI: Added _OSI(Linux-Dell-Video) [ 0.628941] ACPI: Interpreter enabled [ 0.632062] ACPI: (supports S0 S5) [ 0.636014] ACPI: Using IOAPIC for interrupt routing [ 0.640106] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.644667] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.723240] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.724027] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.728031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.732064] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.737812] PCI host bridge to bus 0000:00 [ 0.740021] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.744044] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.748020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.752018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.756042] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.760021] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.847531] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.848018] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.852011] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.856015] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.861457] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.861457] * this clock source is slow. Consider trying other clock sources [ 0.883598] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.970032] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.978462] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.981343] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.985260] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.988983] SCSI subsystem initialized [ 0.992388] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.996000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.996039] pci 0000:00:08.0: vgaarb: bridge control possible [ 1.000013] vgaarb: loaded [ 1.008076] pps_core: LinuxPPS API ver. 1 registered [ 1.012036] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.016046] PTP clock support registered [ 1.020122] EDAC MC: Ver: 3.0.0 [ 1.030318] hv_vmbus: Vmbus version:4.0 [ 1.032224] PCI: Using ACPI for IRQ routing [ 1.036293] NetLabel: Initializing [ 1.040034] NetLabel: domain hash size = 128 [ 1.044030] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.049106] NetLabel: unlabeled traffic allowed by default [ 1.052326] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.094857] VFS: Disk quotas dquot_6.6.0 [ 1.103269] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.128462] AppArmor: AppArmor Filesystem Enabled [ 1.156540] pnp: PnP ACPI init [ 1.170704] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.181876] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.197267] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.207694] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.216731] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.232058] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.245441] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.254434] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.262290] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.283382] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.291584] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.300127] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.332097] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.341321] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.352317] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.366522] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.381877] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.389411] pnp: PnP ACPI: found 9 devices [ 1.407848] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.415148] NET: Registered protocol family 2 [ 1.421035] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.430069] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.441166] TCP: Hash tables configured (established 8192 bind 8192) [ 1.473957] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.497665] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.507653] NET: Registered protocol family 1 [ 1.520244] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.531090] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.546033] Unpacking initramfs... [ 1.692205] random: fast init done [ 2.133652] Freeing initrd memory: 13088K [ 2.144700] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.160309] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.184776] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e35402a, max_idle_ns: 881590824509 ns [ 2.194141] Scanning for low memory corruption every 60 seconds [ 2.203094] Initialise system trusted keyrings [ 2.227247] Key type blacklist registered [ 2.251332] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.271138] zbud: loaded [ 2.287913] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.295102] fuse init (API version 7.26) [ 2.303708] Key type asymmetric registered [ 2.311571] Asymmetric key parser 'x509' registered [ 2.321421] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.351049] io scheduler noop registered (default) [ 2.363712] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.388433] ACPI: Power Button [PWRF] [ 2.417698] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.458118] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.499370] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.515729] Linux agpgart interface v0.103 [ 2.556693] loop: module loaded [ 2.590618] hv_vmbus: registering driver hv_storvsc [ 2.607759] scsi host0: storvsc_host_t [ 2.624204] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.646941] scsi host1: storvsc_host_t [ 2.669273] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.683287] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.710105] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.756591] sd 0:0:0:0: [sda] Write Protect is off [ 2.783744] scsi host2: ata_piix [ 2.796771] scsi host3: ata_piix [ 2.803612] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.811940] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.826374] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.838096] libphy: Fixed MDIO Bus: probed [ 2.847870] tun: Universal TUN/TAP device driver, 1.6 [ 2.858864] PPP generic driver version 2.4.2 [ 2.874128] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.937796] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.946167] sda: sda1 [ 2.959696] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.974199] mousedev: PS/2 mouse device common for all mice [ 2.981098] rtc_cmos 00:00: RTC can wake from S4 [ 4.402493] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.416593] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.605833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.626867] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.648333] device-mapper: uevent: version 1.0.3 [ 4.667418] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.688416] NET: Registered protocol family 10 [ 4.710737] Segment Routing with IPv6 [ 4.732804] NET: Registered protocol family 17 [ 4.991380] Key type dns_resolver registered [ 4.996145] RAS: Correctable Errors collector initialized. [ 5.003340] registered taskstats version 1 [ 5.027745] Loading compiled-in X.509 certificates [ 5.046939] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.061960] zswap: loaded using pool lzo/zbud [ 5.087196] Key type big_key registered [ 5.091341] Key type trusted registered [ 5.097568] Key type encrypted registered [ 5.101309] AppArmor: AppArmor sha1 policy hashing enabled [ 5.106027] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.120300] evm: HMAC attrs: 0x1 [ 5.129871] rtc_cmos 00:00: setting system clock to 2021-08-10 15:33:18 UTC (1628609598) [ 5.150534] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.166784] EDD information not available. [ 5.919603] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.944271] ata2.00: configured for MWDMA2 [ 5.970062] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 5.990528] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 5.997446] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.015723] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.048457] Freeing unused kernel memory: 2248K [ 6.068115] Write protecting the kernel read-only data: 18432k [ 6.084086] Freeing unused kernel memory: 2008K [ 6.107244] Freeing unused kernel memory: 124K [ 6.140284] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.166541] x86/mm: Checking user space page tables [ 6.204831] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.349501] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.364883] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.372292] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.400376] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.410556] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.432291] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.450696] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.465146] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.473038] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.493314] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.802159] hv_utils: Registering HyperV Utility Driver [ 6.819729] hv_vmbus: registering driver hv_util [ 6.875321] hv_vmbus: registering driver hyperv_keyboard [ 6.903193] hv_vmbus: registering driver hv_netvsc [ 6.920021] hidraw: raw HID events driver (C) Jiri Kosina [ 7.093047] hv_vmbus: registering driver hid_hyperv [ 7.195648] hv_utils: Heartbeat IC version 3.0 [ 7.212598] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 7.225905] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 7.282136] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.344216] hv_utils: Shutdown IC version 3.0 [ 7.383500] hv_utils: TimeSync IC version 4.0 [ 7.400142] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.590358] raid6: sse2x1 gen() 3078 MB/s [ 7.652542] raid6: sse2x1 xor() 1655 MB/s [ 7.708181] raid6: sse2x2 gen() 3300 MB/s [ 7.784400] raid6: sse2x2 xor() 3236 MB/s [ 7.836049] raid6: sse2x4 gen() 4155 MB/s [ 7.896091] raid6: sse2x4 xor() 3764 MB/s [ 7.901710] raid6: using algorithm sse2x4 gen() 4155 MB/s [ 7.912434] raid6: .... xor() 3764 MB/s, rmw enabled [ 7.919276] raid6: using intx1 recovery algorithm [ 7.932566] xor: measuring software checksum speed [ 8.000371] prefetch64-sse: 8050.000 MB/sec [ 8.048035] generic_sse: 14295.000 MB/sec [ 8.058021] xor: using function: generic_sse (14295.000 MB/sec) [ 8.078409] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.472972] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 8.937536] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running scripts/local-bottom ... done. Begin: Running scripts/init-bottom ... done. [ 9.434286] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.457621] systemd[1]: Detected virtualization microsoft. [ 9.467834] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.548365] systemd[1]: Set hostname to <ubuntu>. [ 9.566499] systemd[1]: Initializing machine ID from random generator. [ 9.579808] systemd[1]: Installed transient /etc/machine-id file. [ 10.118605] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 10.242721] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 10.359917] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Jornal Audit Socket. [ 10.681553] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udv Kernel Socket [[0;32m OK [m] Started Forward Password Requests to Wall Direcory Watch. [[0;32m OK [0m] Listening on LV2 poll daemon socket. [[0;32m OK [0m] Set up automoun Arbitrary Exectab...ats File System Automount Point. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on Jornal Socket. Mounting POSIX Message Queue File System... Mounting Huge Pages File System... Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... [[0;32m OK [0m] Reached target Swap. Starting Load Kernel Modules... [[0;32m OK [0m] Created slice system-serial\x2detty.slice. [ 11.924252] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Created slice sstem-getty.slice. [[0;32m OK [0m] [ 12.072009] iscsi: registered transport (tcp) Listening on Jornal Socket (/dv/log). [ 12.136466] iscsi: registered transport (iser) Starting Journal Service... [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. Starting Remoun Root and Kernel File Systems.. [[ 12.575200] EXT4-fs (sda1): re-mounted. Opts: (null) [0;32m OK [0m] Reached target Slices. [[0;32m OK [m] Listening on Device-mapper event daemon FIFOs. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Listening on udv Control Socke. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Create list of requiredsta...ce nodes or the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File Systm. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Load/Sae Random Seed. [[0;32m OK [0m] Started Apply Krnel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories.. [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started LSB: AppArmor initializtion. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update TMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target System Time Synchronized. [ 26.760273] cloud-init[313]: Cloud-init v. 18.2 running 'init-local' at Tue, 10 Aug 2021 15:33:35 +0000. Up 21.48 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 33.929680] cloud-init[650]: Cloud-init v. 18.2 running 'init' at Tue, 10 Aug 2021 15:33:43 +0000. Up 29.49 seconds. [[ 34.181390] [0;32m OK [0mcloud-init] [650]: Started Initial cloud-init job (metadata service crawler).ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [[ 34.435108] [0;32m OK [mcloud-init[650]: ] ci-info: +--------+------+------------------------------+----------------+-------+-------------------+Reached target Cloud-config availability. [[ 34.704062] cloud-init[0;32m OK [0m[650]: ] ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [ 35.009977] [cloud-init[0;32m OK [m[650]: ci-info: +--------+------+------------------------------+----------------+-------+-------------------+] Reached target System Initialization. [ 35.263716] cloud-init[[650]: ci-info: | eth0 | True | 172.20.0.12 | 255.255.255.240 | . | fa:16:3e:05:20:b5 |[0;32m OK [m] [ 35.513793] Listening on D-Bus System Messae Bus Socket.cloud-init [650]: ci-info: | eth0 | True | fe80::f816:3eff:fe05:20b5/64 | . | link | fa:16:3e:05:20:b5 | [[ 35.874074] [0;32m OK [mcloud-init] [650]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |Started Daily apt download activities. [ 36.116876] cloud-init[650]: [ci-info: | lo | True | ::1/128 | . | host | . |[0;32m OK [0m ] [ 36.395429] Started ACPI Events Check.cloud-init[650]: ci-info: +--------+------+-----------------------------+-----------------+-------+------------------+[[0;32m OK [0m] Reached target Paths. [ 36.593551] cloud-init[650]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ [ 36.599131] cloud-init[650]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 36.599262] cloud-init[650]: ci-info: | Rute | Destination | Gateway | Genmask | Interface | Flags | [ 36.599379] clou-init[650]: ci-info: +-------+----------------+------------+-----------------+----------+-------+ [ 36.599481] cloud-init[650]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [ 36.599578] cloud-init[650]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | [ 36.599679] cloud-init[650]: ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 36.599775] cloud-init[650]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[ 36.625639] [0;32m OK [0m] cloud-initStarted Daily Cleanup of Temporary Directories.[650]: Generating public/private rsa key pair.[[0;32m OK [0m ] [ 37.093545] Started Daily apt upgrade and clean activities.cloud-init[650]: [Your identification has been saved in /etc/ssh/sh_host_rsa_key.[0;32m OK [0m ] [ 37.265145] cloud-initReached target Timers.[650]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub[[0;32m OK [0m] Listening on ACPID Listen Socket. [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reachedtarget Basic Sytem. Starting Apply the settings specified in cloud-config... [ 37.495931] cloud-init[650]: [The key fingerpint is: [0;32m OK [0m[ 37.663331] cloud-init] [650]: Started D-Bus System Message Bus.SHA256:T0a8nbC8Ra7Qucjb0rBhdTkgTGPcLKPGIJDVLf8/UEk root@tempest-attachvolumetestjson-server-426268046 [ 38.057690] [cloud-init[650]: [0;32m OK [0mThe key's randoart image is: ] [ 38.475356] Started ACPI event daemon.cloud-init [650]: +---[RSA 2048]----+Starting LSB: Record successfulboot for GRUB.. [ 38.888247] cloud-init[650]: [[0;32m OK [0m|.+.. . ++o |] [ 39.166020] cloud-initStarted Regular background program processing daemon.[650]: |. . + ..*oE |[ [ 39.596826] [0;32m OK [0mcloud-init] [650]: Started Unattened Upgrades Shutdown.| . = . =+o.. | [ 40.184245] cloud-initStarting Login Service...[650]: | = ++O+. |[ [0;32m OK [0m[ 40.608833] ] Started Deferred execution scheduler.cloud-init[650]: | . .SoO.=. | Starting /etc/rc.local Compatibility...[ 40.964660] cloud-init [650]: | .** = | Starting OpenBSD Secure Shell server...[ 41.240956] cloud-init[650]: Starting LSB: MD monitoring daemon...| .oB= | [[0;32m OK [0m[ 41.711186] cloud-init] Started OpenBSD Secure Shell server.[650]: | oo+ |[[0;32m OK [0m ] [ 42.094565] Started /etc/rc.local Compatibiity. cloud-init[650]: | .... |[[0;32m OK [0m] Started iSCSI initiator daemon iscsid). [ 42.457814] cloud-init[650]: [+----[SHA256]----+[0;32m OK [0m] Started Login Service. [[ 42.929526] [0;32m OK [0mcloud-init] Started LSB: Reord successful boot for GRUB.[650]: Generating public/private dsa key pair. [[0;32m OK [0m[ 43.177501] cloud-init] [650]: Started LSB: MD monitoring daemon.Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 43.428267] Starting Login to default iSCSI targets...cloud-init [650]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 43.677327] [cloud-init[0;32m OK [0m[650]: ] The key fingerprint is:Started Login to default iSCSI targets. [ 43.990207] cloud-init[[650]: [0;32m OK [0mSHA256:PER96cHR1G70vuzsKf017gkO2K2GTJnIFIC3kbaYzbA root@tempest-attachvolumetestjson-server-426268046] Reached target emote File Systems (Pre).[ 44.269006] cloud-init[[0;32m OK [0m[650]: ] Reached target Remote File Systms.The key's randomart image is: [ 44.495702] Starting Permit User Sessions...cloud-init[650]: +---[DSA 1024]----+ Starting LSB: Set the CPU Frequncy Scaling govrnor to "ondemand"...[ 44.756414] cloud-init [650]: Starting LSB: atomatic crash report generation.. | ..o .. ..=.. |[[0;32m OK [0m ] [ 45.148878] Started Permit User Sessions.cloud-init [650]: | o = o . = . o|[[0;32m OK [0m ] [ 45.465386] Started LSB: Se the CPU Frequency Scaling governor to "ondeman". [[0;32m OK [0m] Started LSB: automatic crash report generation. cloud-init[650]: | X + o o . o.| [[ 45.701568] [0;32m OK [0mcloud-init] [650]: Started Getty on tty1.| E = + . +| [ 46.004238] cloud-init[[0;32m OK [0m[650]: ] Started Serial Getty on ttyS0.| o S o o | [[0;32m OK [0m[ 46.411676] cloud-init] [650]: Reached target ogin Prompts.| o =o . .| [[ 46.745992] [0;32m OK [0m] cloud-initReached target Multi-User System.[650]: | o..o oo.o|[ [0;32m OK [0m[ 47.058238] ] cloud-init[650]: | o .+.+=|Reached target raphical Interfce. [ 47.370632] cloud-initStarting Update UTMP about Systm Runlevel Chanes...[650]: | .. .=Oo| [ 47.700893] cloud-init[650]: [+----[SHA256]-----+[0;32m OK [0m ] Started Update UTMP about System Runlevel Changes. [ 47.994347] cloud-init[650]: Generating public/private ecdsa key pair. [ 48.209221] cloud-init[650]: Your identification has been saved in /etc/ssh/sh_host_ecdsa_key. [ 48.343941] cloud-init[650]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 48.505044] cloud-init[650]: The key fingerpint is: [ 48.697790] cloud-init[650]: SHA256:dHZ/yLhPd/FKEqlSpm4omcUqUuywi+Cm1q5B/J1B6E root@tempestattachvolumetestjson-server-426268046 [ 48.848555] cloud-init[650]: The key's randoart image is: [ 48.997201] cloud-init[650]: +---[ECDSA 256]--+ [ 49.155552] cloud-init[650]: | | [ 49.305781] cloud-init[650]: | . | [ 49.483717] cloud-init[650]: | o .. o . | [ 49.596361] cloud-init[650]: | E .. o . + . | [ 49.693138] cloud-init[650]: | . . .S o .| [ 49.818401] cloud-init[650]: |o +.o ...o o o = | [ 49.973849] cloud-init[650]: |o*o= ...+ o + + o| [ 50.147346] cloud-init[650]: |==o.= o o . = ..| [ 50.291604] cloud-init[650]: |B.=* .. . . o .| [ 50.403539] cloud-init[650]: +----[SHA256]-----+ [ 50.545102] cloud-init[650]: Generating public/private ed25519 key pair. [ 50.713760] cloud-init[650]: Your identification has been saved in /etc/ssh/sh_host_ed25519_key. [ 50.887632] cloud-init[650]: Your public key has been saved n /etc/ssh/ssh_host_ed25519_key.pub. [ 51.032985] cloud-init[650]: The key fingerprint is: [ 51.152398] cloud-init[650]: SHA256:fksbyAeVZKFS2fJ+IJ83S0bJHGpWxQXmAdJ5qMLN0po root@tempestattachvolumetesjson-server-426268046 [ 51.336567] cloud-init[650]: The key's randoart image is: [ 51.476725] cloud-init[650]: +--[ED25519 256]--+ [ 51.634664] cloud-init[650]: | .o=o.*=o.| [ 51.787312] cloud-init[650]: | .o+.o*oo. | [ 51.912414] cloud-init[650]: | ...*o* + | [ 51.964891] cloud-init[650]: | .=.@ = | [ 51.965026] cloud-init[650]: | S@ + | [ 51.965129] cloud-init[650]: | oEo+ * | [ 51.96522] cloud-init[650]: | + == o | [ 51.965331] cloud-init[650]: | + +. | [ 51.965431] cloud-init[650]: | o | [ 51.965530] cloud-init[65]: +----[SHA256-----+ Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-426268046 ttyS0 tempest-attachvolumetestjson-server-426268046 login: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.272000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.276000] tsc: Detected 1995.193 MHz processor [ 0.280000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980772) [ 0.284013] pid_max: default: 32768 minimum: 301 [ 0.288065] Security Framework initialized [ 0.292015] Yama: becoming mindful. [ 0.296067] AppArmor: AppArmor initialized [ 0.300278] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.304274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.308047] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.312028] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.320100] CPU: Physical Processor ID: 0 [ 0.328395] mce: CPU supports 1 MCE banks [ 0.332135] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.336013] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.340014] Spectre V2 : Mitigation: Full generic retpoline [ 0.344011] Speculative Store Bypass: Vulnerable [ 0.500433] Freeing SMP alternatives memory: 36K [ 0.529091] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.532145] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.536165] Hierarchical SRCU implementation. [ 0.540840] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.544013] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.548126] smp: Bringing up secondary CPUs ... [ 0.552016] smp: Brought up 1 node, 1 CPU [ 0.556025] smpboot: Max logical packages: 1 [ 0.560017] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.572245] devtmpfs: initialized [ 0.576156] x86/mm: Memory block size: 128MB [ 0.580294] evm: security.selinux [ 0.584021] evm: security.SMACK64 [ 0.588014] evm: security.SMACK64EXEC [ 0.592012] evm: security.SMACK64TRANSMUTE [ 0.596049] evm: security.SMACK64MMAP [ 0.600015] evm: security.apparmor [ 0.604014] evm: security.ima [ 0.608009] evm: security.capability [ 0.612266] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.616036] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620137] pinctrl core: initialized pinctrl subsystem [ 0.624435] NET: Registered protocol family 16 [ 0.628155] audit: initializing netlink subsys (disabled) [ 0.632261] cpuidle: using governor ladder [ 0.636028] audit: type=2000 audit(1628609707.632:1): state=initialized audit_enabled=0 res=1 [ 0.640049] cpuidle: using governor menu [ 0.644134] ACPI: bus type PCI registered [ 0.648012] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.654844] PCI: Using configuration type 1 for base access [ 0.660358] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.664985] ACPI: Added _OSI(Module Device) [ 0.668031] ACPI: Added _OSI(Processor Device) [ 0.672014] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.676014] ACPI: Added _OSI(Processor Aggregator Device) [ 0.680058] ACPI: Added _OSI(Linux-Dell-Video) [ 0.694888] ACPI: Interpreter enabled [ 0.696033] ACPI: (supports S0 S5) [ 0.700015] ACPI: Using IOAPIC for interrupt routing [ 0.704121] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.708424] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.787775] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.788067] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.792036] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.796081] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.800609] PCI host bridge to bus 0000:00 [ 0.804020] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.808024] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.812045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.816024] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.820064] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.824021] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.901037] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.904018] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.908019] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.912017] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.918408] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.918408] * this clock source is slow. Consider trying other clock sources [ 0.930514] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.999518] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 1.004214] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.008781] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.016750] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.024191] SCSI subsystem initialized [ 1.028463] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 1.032000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 1.032014] pci 0000:00:08.0: vgaarb: bridge control possible [ 1.036012] vgaarb: loaded [ 1.040091] pps_core: LinuxPPS API ver. 1 registered [ 1.044011] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.048091] PTP clock support registered [ 1.052159] EDAC MC: Ver: 3.0.0 [ 1.058539] hv_vmbus: Vmbus version:4.0 [ 1.060761] PCI: Using ACPI for IRQ routing [ 1.064000] NetLabel: Initializing [ 1.064000] NetLabel: domain hash size = 128 [ 1.064000] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.064000] NetLabel: unlabeled traffic allowed by default [ 1.064759] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.094805] VFS: Disk quotas dquot_6.6.0 [ 1.112468] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.123398] AppArmor: AppArmor Filesystem Enabled [ 1.129639] pnp: PnP ACPI init [ 1.164278] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.172999] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.181067] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.190907] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.204358] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.222964] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.233034] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.250269] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.258163] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.266644] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.275079] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.290969] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.298165] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.305909] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.324052] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.336554] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.346003] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.386300] pnp: PnP ACPI: found 9 devices [ 1.399557] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.416383] NET: Registered protocol family 2 [ 1.426569] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.490269] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.502270] TCP: Hash tables configured (established 8192 bind 8192) [ 1.515815] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.533287] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.539725] NET: Registered protocol family 1 [ 1.551265] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.560644] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.569173] Unpacking initramfs... [ 1.672080] random: fast init done [ 2.004389] Freeing initrd memory: 13088K [ 2.017112] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.030602] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.038891] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e35402a, max_idle_ns: 881590824509 ns [ 2.049665] Scanning for low memory corruption every 60 seconds [ 2.059293] Initialise system trusted keyrings [ 2.088061] Key type blacklist registered [ 2.099718] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.123900] zbud: loaded [ 2.128669] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.132570] fuse init (API version 7.26) [ 2.136960] Key type asymmetric registered [ 2.140432] Asymmetric key parser 'x509' registered [ 2.145172] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.160281] io scheduler noop registered (default) [ 2.169051] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.189153] ACPI: Power Button [PWRF] [ 2.197048] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.228406] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.272374] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.291266] Linux agpgart interface v0.103 [ 2.303008] loop: module loaded [ 2.309779] hv_vmbus: registering driver hv_storvsc [ 2.321343] scsi host0: storvsc_host_t [ 2.342167] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.378913] scsi host1: storvsc_host_t [ 2.445383] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.455483] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 2.461935] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.489165] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.513279] scsi host2: ata_piix [ 2.519366] scsi host3: ata_piix [ 2.531911] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.539848] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.558349] sd 0:0:0:0: [sda] Write Protect is off [ 2.570198] libphy: Fixed MDIO Bus: probed [ 2.587401] tun: Universal TUN/TAP device driver, 1.6 [ 2.607461] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.618970] PPP generic driver version 2.4.2 [ 2.625236] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.707125] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.727044] sda: sda1 [ 4.279390] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.293250] mousedev: PS/2 mouse device common for all mice [ 4.303504] rtc_cmos 00:00: RTC can wake from S4 [ 4.343419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.355950] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.380953] device-mapper: uevent: version 1.0.3 [ 4.579908] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 4.588665] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.603528] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.611183] NET: Registered protocol family 10 [ 4.630135] Segment Routing with IPv6 [ 4.646552] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 4.657222] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 4.663505] NET: Registered protocol family 17 [ 4.676123] Key type dns_resolver registered [ 4.686865] sd 1:0:0:0: [sdb] Write Protect is off [ 4.697036] RAS: Correctable Errors collector initialized. [ 4.709445] registered taskstats version 1 [ 4.720474] Loading compiled-in X.509 certificates [ 4.732667] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 4.755224] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 4.772370] zswap: loaded using pool lzo/zbud [ 4.787973] Key type big_key registered [ 4.812262] Key type trusted registered [ 4.834088] Key type encrypted registered [ 4.865706] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 4.902852] AppArmor: AppArmor sha1 policy hashing enabled [ 4.939962] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.970231] evm: HMAC attrs: 0x1 [ 4.979694] rtc_cmos 00:00: setting system clock to 2021-08-10 15:35:14 UTC (1628609714) [ 4.995382] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.005001] EDD information not available. [ 5.367618] sd 1:0:0:0: [sdb] Attached SCSI disk [ 5.732635] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.760296] ata2.00: configured for MWDMA2 [ 5.788583] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 5.816586] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 5.829652] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 5.854931] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 5.870712] Freeing unused kernel memory: 2248K [ 5.884109] Write protecting the kernel read-only data: 18432k [ 5.891721] Freeing unused kernel memory: 2008K [ 5.904597] Freeing unused kernel memory: 124K [ 5.935075] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 5.952611] x86/mm: Checking user space page tables [ 5.992037] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.113084] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.127265] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.138036] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.152180] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.168746] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.188334] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.225307] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.245921] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.255349] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.270371] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.529495] hv_utils: Registering HyperV Utility Driver [ 6.540633] hv_vmbus: registering driver hv_util [ 6.569857] hv_vmbus: registering driver hv_netvsc [ 6.598310] hv_vmbus: registering driver hyperv_keyboard [ 6.640740] hidraw: raw HID events driver (C) Jiri Kosina [ 6.721456] hv_vmbus: registering driver hid_hyperv [ 6.847873] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input4 [ 6.866522] hv_utils: Heartbeat IC version 3.0 [ 6.925737] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 7.001268] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.066988] hv_utils: Shutdown IC version 3.0 [ 7.080927] hv_utils: TimeSync IC version 4.0 [ 7.114727] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.288067] raid6: sse2x1 gen() 3300 MB/s [ 7.348056] raid6: sse2x1 xor() 1340 MB/s [ 7.412094] raid6: sse2x2 gen() 2518 MB/s [ 7.476053] raid6: sse2x2 xor() 2727 MB/s [ 7.532087] raid6: sse2x4 gen() 6073 MB/s [ 7.588086] raid6: sse2x4 xor() 1445 MB/s [ 7.598882] raid6: using algorithm sse2x4 gen() 6073 MB/s [ 7.620803] raid6: .... xor() 1445 MB/s, rmw enabled [ 7.632503] raid6: using intx1 recovery algorithm [ 7.646838] xor: measuring software checksum speed [ 7.696075] prefetch64-sse: 7974.000 MB/sec [ 7.752073] generic_sse: 7319.000 MB/sec [ 7.777256] xor: using function: prefetch64-sse (7974.000 MB/sec) [ 7.795495] async_tx: api initialized (async) done. Begin: Running /scripts/init-prmount ... done. Begin: Mounting root file system ... Begin: Running scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.088217] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 8.393319] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 8.404071] EXT4-fs (sda1): write access will be enabled during recovery [ 8.709559] EXT4-fs (sda1): recovery complete [ 8.732449] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 9.162245] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.176437] systemd[1]: Detected virtualization microsoft. [ 9.188975] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.302698] systemd[1]: Set hostname to <tempest-attachvolumetestjson-server-426268046>. [ 9.975381] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 10.098138] systemd[1]: Listening on udev Control Socket. [[0;32m OK [m] Listening on udev Control Socket. [ 10.183528] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 10.277944] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [m] Listening on LVM2 poll daemon socket. [ 10.390821] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [m] Started Dispatch Password Requests to Console Directory Watch. [ 10.488851] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on udv Kernel Socket. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket. Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... Mounting Huge Pages File System... Starting Create list of required st... nodes for the current kernel... [[0;32m OK [0m] Started Forward Password Requests to Wall Direcory Watch. [[0;32m OK [m] Listening on Device-mapper even daemon FIFOs.[ 11.481789] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Mounting Debug File System... [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File ystem Automount Point. Starting Load Kernel Modules... [[0;32m OK [0m] [ 12.157820] Loading iSCSI transport class v2.0-870. Listening on Journal Audit Socket. [ 12.245101] iscsi: registered transport (tcp) Starting Journal Service... [ 12.302328] iscsi: registered transport (iser) [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create ist of requiredsta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Mounting Configuration File System... Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Krnel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Reached target System Time Synchronized. [ 19.155907] cloud-init[346]: Cloud-init v. 18.2 running 'init-local' at Tue, 10 Aug 2021 15:35:26 +0000. Up 16.79 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started ifup fo eth0. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 24.174544] cloud-init[685]: Cloud-init v. 18.2 running 'init' at Tue, 10 Aug 2021 15:35:31 +0000. Up 21.40 seconds. [ 24.317023] [[0;32m OK [0mcloud-init] [685]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++Started Initial cloud-init job (metadata service crawler). [[ 24.439400] [0;32m OK [0mcloud-init[685]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Reached target Network is Online. [ 24.550474] Starting iSCSI initiator daemon (iscsid)...cloud-init[685]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[[0;32m OK [0m ] Reached target Cloud-config availability.[ 24.666407] cloud-init[685]: [[0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+------+-------------------+] Reached target System Initialization. [ 24.779254] cloud-init[[685]: [0;32m OK [0mci-info: | eth0 | True | 172.20.0.12 | 255.255.255.240 | . | fa:16:3e:05:20:b5 |] Started Daily apt download activities. [ 24.878571] cloud-init[685]: ci-info: | eth0 | True | fe80::f816:3eff:fe05:20b5/64 | . | link | fa:16:3e:05:20:b5 |[ [0;32m OK [0m[ 24.964209] ] cloud-initStarted ACPI Events Check.[685]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [[0;32m OK [0m] Reached target Paths. [ 25.108259] cloud-init[[685]: ci-info: | lo | True | ::1/128 | . | host | . |[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 25.197263] cloud-init[685]: [[0;32m OK [0mci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Listening on D-Bus System Message Bus Socket. [ 25.303919] [cloud-init[0;32m OK [0m[685]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++] Started Daily apt upgrade and clean activities. [ 25.404490] [cloud-init[685]: [0;32m OK [0mci-info: +-------+-----------------+------------+-----------------+-----------+-------+] Reached target Timers.[ 25.506179] cloud-init[[685]: [0;32m OK [0mci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |] Listening on ACPID Listen Socket. [ 25.604000] cloud-init[[0;32m OK [0m[685]: ] ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Reached target Sockets. [ 25.703604] [cloud-init[0;32m OK [0m] [685]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |Reached target Basic System. [[ 25.802994] [0;32m OK [0mcloud-init[685]: ] ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |Started Unattended Upgrades Shutdown. [ 25.888833] [[0;32m OK [0mcloud-init] [685]: Started D-Bus System Message Bus.ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 26.008749] cloud-init[685]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... Starting LSB: MD monitoring daemon... Starting OpenBSD Secure Shell server... Starting Apply the settings specified in cloud-config... Starting LSB: Record successful boot for GRUB... [[0;32m OK [0m] Started Deferred execution scheduler. Starting Login Service... [[0;32m OK [0m] Started ACPI event daemon. [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Created slice User Slice of ubuntu. [[0;32m OK [0m] Started Session 1 of user ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target ogin Prompts. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started User Manager for UID 1000. [[0;32m OK [0m] Started Update UTMP about System Runlevel Changs. [ 29.206196] cloud-init[739]: Cloud-init v. 18.2 running 'modules:config' at Tue, 10 Aug 2021 15:35:37 +0000. Up 27.48 seconds. [[0;32m OK [0m] Started Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... Stopping User Manager for UID 1000... [[0;32m OK [0m] Stopped User Manager for UID 1000. [[0;32m OK [0m] Removed slice User Slice of ubuntu. [ 31.060074] cloud-init[866]: Printing ubuntu user authorized keys [ 31.124446] cloud-init[866]: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3Y7JB53CXjHkBiDJ1D9D4re7Sb8Vi6h0lCw4ftQSlz9sNNZrY6IdFGokf0UEWguSKFtgZwdQoOO5X4unE9EGN3Ygvl6ZR8PbaS8ZU9X74mscwSx0oXx44InNWdbBKesjymk0ANOEYaGQIwoc5IKnxW/TpjlkinD5mrBgZOJOZ4H/r5BEEANER3po8zxEvs9ectfd3d+ZcwXPLAPaUKeRikjXKaO23MISLg3Ya7xTag3lKbq4Dh7YkAjejt4/7gunFAoF0L7EAr2Geo/54i6Ddpvcz7qPn432u8q/E1fIzKu5s9KTQwNTLJi9w7UdkDx3wwnWcJEhVjvFTgZL9sXH Generated-by-Nova ci-info: ++++++++++Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | 1b:e4:9f:3d:3a:ed:ac:9b:d8:21:e0:49:17:34:66:aa | - | Generated-by-Nova | ci-info: +---------+------------------------------------------------+---------+-------------------+ <14>Aug 10 15:35:41 ec2: <14>Aug 10 15:35:41 ec2: ############################################################# <14>Aug 10 15:35:41 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Aug 10 15:35:41 ec2: 1024 SHA256:PER96cHR1G70vuzsKf017gkO2K2GTJnIFIC3kbaYzbA root@tempest-attachvolumetestjson-server-426268046 (DSA) <14>Aug 10 15:35:41 ec2: 256 SHA256:dHZ/yLhPid/FKEqlSpm4omcUqUuywi+Cm1q5B/J1B6E root@tempest-attachvolumetestjson-server-426268046 (ECDSA) <14>Aug 10 15:35:41 ec2: 256 SHA256:fksbyAeVZKFS2fJ+IJ83S0bJHGpWxQXmAdJ5qMLN0po root@tempest-attachvolumetestjson-server-426268046 (ED25519) <14>Aug 10 15:35:41 ec2: 2048 SHA256:T0a8nbC8Ra7Qucjb0rBhdTkgTGPcLKPGIJDVLf8/UEk root@tempest-attachvolumetestjson-server-426268046 (RSA) <14>Aug 10 15:35:41 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Aug 10 15:35:41 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPdZtk6hzZEtQTvWKNxN2++Wp5pUfHIabeqYju5owbg5K1pHOfA94nMz4bZ4x2N2oV1FyCZnnYfYhDGwkFFFaVM= root@tempest-attachvolumetestjson-server-426268046 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII8QuT2w+hPZCCmBTCWEPTIStw7rQHHM+24R57/KK87R root@tempest-attachvolumetestjson-server-426268046 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsHbVfIo5sTg7+yxTRx7WUCPuJhY1mliLcDfTW+P7fxqniIVKVUZ7+EACb+8Bf39rKt2uhb/FrHfyuMAqaEdiRmymAcZR5i89ff3vKDSgWeCXOi2g+22JxI9bEOPojwFZlI3iqsp7H03cXUTTkU0ysIImBCbsUKdtpssCy5EDw0u+zvTBuGljXCWL5NTSvSdGt1ShCYklBKqqTLbXxO1B0O5bVZ/HX5jYzm9L78B6nwZzEu8zvzLYshw5tTswZ4Yc6xWe6j8ByNyuW+BlYRvgFL+PZVd4nqVUBed1/L5xY8KHXRDycNVjEMtR7QgrLWHIe0zrwMycjjuzqeogBC7d root@tempest-attachvolumetestjson-server-426268046 -----END SSH HOST KEY KEYS----- [ 32.197922] cloud-init[866]: Cloud-init v. 18.2 running 'modules:final' at Tue, 10 Aug 2021 15:35:40 +0000. Up 30.26 seconds. [ 32.339611] [[0;32m OK [0mcloud-init[866]: ] Cloud-init v. 18.2 finished at Tue, 10 Aug 2021 15:35:42 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 32.05 secondsStarted Execute cloud user/final scripts. [[0;32m OK [0m] Reached target Cloud-init target. Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-426268046 ttyS0 tempest-attachvolumetestjson-server-426268046 login: 2021-08-10 15:47:39,542 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:39,542 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235e5540-0ba8-46e1-99e6-686d543b42ee', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235e5540-0ba8-46e1-99e6-686d543b42ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:40,596 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:40,596 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd49289-7dd9-4f5e-b3f8-ae216b9635db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd49289-7dd9-4f5e-b3f8-ae216b9635db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:41,650 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:41,650 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced8d872-4c85-4b7e-b4af-e6f903bd1441', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced8d872-4c85-4b7e-b4af-e6f903bd1441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:42,704 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:47:42,705 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8808be9c-0be8-40f6-849f-69adf338e23c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8808be9c-0be8-40f6-849f-69adf338e23c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:43,758 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:43,758 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e67a8fec-ccc1-446a-8eae-d19db1666988', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e67a8fec-ccc1-446a-8eae-d19db1666988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:44,812 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:44,813 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f1c2f0-5e9a-4593-afb0-faa95b771924', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f1c2f0-5e9a-4593-afb0-faa95b771924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:45,866 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:45,867 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dda29d8-c1b8-46cc-8fd3-ec136267b1a6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dda29d8-c1b8-46cc-8fd3-ec136267b1a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:46,919 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:46,920 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab842781-c3f4-4bfa-afac-8e40b2ad8b97', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab842781-c3f4-4bfa-afac-8e40b2ad8b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:47,975 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:47:47,976 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4444e6e7-4192-43d2-a41f-5568673a2677', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4444e6e7-4192-43d2-a41f-5568673a2677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:49,029 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:49,029 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c644e05-2c03-43e4-bb2c-76616ab051f5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c644e05-2c03-43e4-bb2c-76616ab051f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:50,083 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:47:50,084 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-329f6c60-3d76-46c6-957f-bc41f642c878', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-329f6c60-3d76-46c6-957f-bc41f642c878', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:51,137 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:51,137 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c766302-7ddf-435b-939c-fb95e529dd2a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c766302-7ddf-435b-939c-fb95e529dd2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:52,190 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:52,191 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12ffd219-09b3-480e-8eaf-3f2d3053e16d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12ffd219-09b3-480e-8eaf-3f2d3053e16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:53,245 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:47:53,245 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468d13b0-04cf-4534-8649-86b1d63c7a9b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468d13b0-04cf-4534-8649-86b1d63c7a9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:54,299 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:47:54,299 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6127a0d-bc86-4f96-96cc-581f26a2723e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6127a0d-bc86-4f96-96cc-581f26a2723e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:55,353 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:47:55,354 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c37dbb7f-87a5-4ea4-8836-84f33679aad2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c37dbb7f-87a5-4ea4-8836-84f33679aad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:56,408 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:56,408 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46d9dd1-47a8-467f-9cfe-299c61a292a0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46d9dd1-47a8-467f-9cfe-299c61a292a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:57,462 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:47:57,462 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f962c12-9758-4d54-a289-80d714dbc36b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f962c12-9758-4d54-a289-80d714dbc36b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:58,520 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:47:58,521 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb07565c-528a-41c9-aad9-c5a216e87f2b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb07565c-528a-41c9-aad9-c5a216e87f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:47:59,580 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:47:59,580 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-269fbd9e-df1b-423e-be65-e7e8940867cf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-269fbd9e-df1b-423e-be65-e7e8940867cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:00,638 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:48:00,639 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89393d52-161b-4f69-9c3a-3b68bff6ca37', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89393d52-161b-4f69-9c3a-3b68bff6ca37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:01,694 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:01,694 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c553ac10-c62d-4964-9ae8-bd961e22f347', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c553ac10-c62d-4964-9ae8-bd961e22f347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:02,748 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:02,748 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d2791d9-4bf2-4788-8529-7b02d491ea69', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d2791d9-4bf2-4788-8529-7b02d491ea69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:03,801 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:03,802 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1566bf53-9729-4cfe-bc0e-d57cbfaa122e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1566bf53-9729-4cfe-bc0e-d57cbfaa122e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:04,855 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:04,856 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e563f2f-f4ca-4991-ac8e-0aa73f876077', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e563f2f-f4ca-4991-ac8e-0aa73f876077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:05,909 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:05,909 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f633cd-5e30-4d49-a438-c045e8ac6612', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f633cd-5e30-4d49-a438-c045e8ac6612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:06,963 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:06,963 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a361ca26-9c26-431e-ae1e-1224fcaa9497', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a361ca26-9c26-431e-ae1e-1224fcaa9497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:08,016 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:08,017 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274e1f4e-b8ef-493d-877e-99ca8b47aa9f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274e1f4e-b8ef-493d-877e-99ca8b47aa9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:09,070 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:09,070 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-247fc191-318b-4e2d-b360-4de9bb59b20b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-247fc191-318b-4e2d-b360-4de9bb59b20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:10,127 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:10,128 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fcd1fb4-2aad-4f2c-bdc2-5fa1c6f4ba20', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fcd1fb4-2aad-4f2c-bdc2-5fa1c6f4ba20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:11,181 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:11,182 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d35423-9e3b-4b4c-962b-3401cfb88df3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d35423-9e3b-4b4c-962b-3401cfb88df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:12,236 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:12,237 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21c28c8-7389-4a0e-85b0-4c383e809719', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21c28c8-7389-4a0e-85b0-4c383e809719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:13,290 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:13,291 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-121da82e-fe33-4954-b996-5b4b18021946', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-121da82e-fe33-4954-b996-5b4b18021946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:14,346 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:48:14,346 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1025025-7eac-44ee-a7ba-5a23dd1fc2dd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1025025-7eac-44ee-a7ba-5a23dd1fc2dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:15,401 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:48:15,401 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3fbcca9-e8b0-408d-9813-13d462a18bd9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3fbcca9-e8b0-408d-9813-13d462a18bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:16,454 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:16,455 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c713b89-cae3-4310-8b36-17c7f32e2c2d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c713b89-cae3-4310-8b36-17c7f32e2c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:17,509 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:17,509 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61446e93-b1ab-411d-b60a-a9dfb3e98ca3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61446e93-b1ab-411d-b60a-a9dfb3e98ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:18,565 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:48:18,566 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c9bd21-dd5b-4f09-848c-9ed1194b8d17', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c9bd21-dd5b-4f09-848c-9ed1194b8d17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:19,620 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:19,620 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d64efe2-8946-4ab4-8391-d4039e1d6cf1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d64efe2-8946-4ab4-8391-d4039e1d6cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:20,674 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:20,674 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-541cdb17-2997-4b19-b2ee-dec732025d75', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-541cdb17-2997-4b19-b2ee-dec732025d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:21,728 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:21,728 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3598e0e0-fcf2-4f29-bd3f-f4d8e3263639', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3598e0e0-fcf2-4f29-bd3f-f4d8e3263639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:22,782 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:22,783 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b51fa083-6099-4c86-8ca1-1d8e4d49fa09', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b51fa083-6099-4c86-8ca1-1d8e4d49fa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:23,836 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:23,836 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3991a1-2a5c-4472-83f0-94f0d39acfa9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3991a1-2a5c-4472-83f0-94f0d39acfa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:24,891 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:24,891 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d0b5e07-1f56-48b6-81a6-ea665e62fddc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d0b5e07-1f56-48b6-81a6-ea665e62fddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:25,945 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:25,945 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623339ab-d094-4ad7-8b2d-5224fe5c4c88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623339ab-d094-4ad7-8b2d-5224fe5c4c88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:26,999 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:26,999 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd45053-ff65-47e1-8723-7632ae9f7634', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dd45053-ff65-47e1-8723-7632ae9f7634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:28,055 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:48:28,055 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24815494-fc30-4c03-8ec2-7cdf6055ad5c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24815494-fc30-4c03-8ec2-7cdf6055ad5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:29,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:48:29,114 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf5f0c3a-d1a1-4c6f-a09e-8bac4d80d3d4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf5f0c3a-d1a1-4c6f-a09e-8bac4d80d3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:30,168 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:30,168 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e08f5a-ac19-44a1-8c68-95664cc18ec0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e08f5a-ac19-44a1-8c68-95664cc18ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:31,223 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:48:31,223 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158e27c5-0d43-48c9-9f53-53940624b592', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158e27c5-0d43-48c9-9f53-53940624b592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:32,277 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:32,277 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95af4e2b-ab65-4ad1-b4f8-db44347c7272', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95af4e2b-ab65-4ad1-b4f8-db44347c7272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:33,331 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:33,332 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72394e51-35a5-4a63-894f-18af4925aa14', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72394e51-35a5-4a63-894f-18af4925aa14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:34,386 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:34,386 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab439533-aca6-4643-ad7c-008e8378c4aa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab439533-aca6-4643-ad7c-008e8378c4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:35,440 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:35,441 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9624f6-f99d-4625-ae3f-94b5158e699d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9624f6-f99d-4625-ae3f-94b5158e699d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:36,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:48:36,497 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35145aa8-ee3f-42cb-9647-757c8f64488a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35145aa8-ee3f-42cb-9647-757c8f64488a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:37,550 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:37,551 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-341d4119-e9c7-493b-98c0-5710bdc14b8e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-341d4119-e9c7-493b-98c0-5710bdc14b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:38,603 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:38,604 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a954aa-1abb-4fbe-9717-dc3299626645', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a954aa-1abb-4fbe-9717-dc3299626645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:39,658 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:39,659 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75cb2d07-b083-4b08-ad58-478aa16d143a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75cb2d07-b083-4b08-ad58-478aa16d143a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:40,712 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:40,713 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e5f30fb-a8d7-4d86-a066-5a445a6ebd65', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e5f30fb-a8d7-4d86-a066-5a445a6ebd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:41,766 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:41,767 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f910448b-227c-419a-ba14-b1a7fae0a9ee', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f910448b-227c-419a-ba14-b1a7fae0a9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:42,821 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:48:42,822 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c78514-22e9-4468-a813-4f6adf125fef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c78514-22e9-4468-a813-4f6adf125fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:43,876 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:43,877 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c30981-78a1-42fa-9b5e-77e2940b9bd1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c30981-78a1-42fa-9b5e-77e2940b9bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:44,931 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:44,931 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-845f5dc2-adda-448f-a027-1c82733203f1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-845f5dc2-adda-448f-a027-1c82733203f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:45,986 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:45,986 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64704df1-a048-4cc5-b195-c04e1c9b7e0f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64704df1-a048-4cc5-b195-c04e1c9b7e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:47,040 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:47,041 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b106d1-4462-4b29-b70d-56f0b46475bb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b106d1-4462-4b29-b70d-56f0b46475bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:48,094 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:48,095 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69ce71d-a2da-40c6-980d-b6a5097a2b36', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69ce71d-a2da-40c6-980d-b6a5097a2b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:49,149 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:49,149 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c327d582-0465-4cba-9c76-e235c7c68694', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c327d582-0465-4cba-9c76-e235c7c68694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:50,203 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:50,203 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c3c788-3947-4458-bd83-55eb4f88efc2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c3c788-3947-4458-bd83-55eb4f88efc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:51,258 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:51,258 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4bf74cf-243d-4102-864d-2ebf5b8c3436', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4bf74cf-243d-4102-864d-2ebf5b8c3436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:52,312 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:52,312 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f17e822-5488-4b52-84f4-11585e6bb7a2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f17e822-5488-4b52-84f4-11585e6bb7a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:53,366 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:53,366 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adaae7f3-366c-40af-a914-0605db095aa0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adaae7f3-366c-40af-a914-0605db095aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:54,420 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:54,420 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f57a33d-16de-402f-bd7f-50d0ffa9ec61', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f57a33d-16de-402f-bd7f-50d0ffa9ec61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:55,475 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:55,475 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2069943-136c-4b4e-8b8e-07276267e11b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2069943-136c-4b4e-8b8e-07276267e11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:56,528 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:48:56,528 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a498dd-3242-4276-bc81-91689154304f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a498dd-3242-4276-bc81-91689154304f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:57,588 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:48:57,588 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e752aa35-4b46-4dc7-9639-2d53eb04f8c5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e752aa35-4b46-4dc7-9639-2d53eb04f8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:58,642 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:48:58,642 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2b94be-0673-4109-afa9-460824aae8a5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2b94be-0673-4109-afa9-460824aae8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:48:59,699 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:48:59,699 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb2a881c-a9b0-45fe-a5c0-e29629068be4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb2a881c-a9b0-45fe-a5c0-e29629068be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:00,753 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:00,753 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8edc1fa-9322-4201-b641-92db8f563843', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8edc1fa-9322-4201-b641-92db8f563843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:01,807 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:01,807 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c155ae-6f8a-4a20-bac4-b0b7ae540599', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c155ae-6f8a-4a20-bac4-b0b7ae540599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:02,863 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:02,864 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66c8a05c-c5c7-460b-8927-140d2dd75628', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66c8a05c-c5c7-460b-8927-140d2dd75628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:03,917 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:03,918 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe2460b1-69f3-400b-b011-8170eb818207', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe2460b1-69f3-400b-b011-8170eb818207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:04,971 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:04,972 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-234a167f-5fd8-49a5-a832-f57bbb960977', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-234a167f-5fd8-49a5-a832-f57bbb960977', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:06,025 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:06,025 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17a5ce7f-2014-4089-be91-89e0e76d0b76', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17a5ce7f-2014-4089-be91-89e0e76d0b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:07,079 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:07,079 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7efe4cf-d1c9-47d4-963a-b6e53d94a736', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7efe4cf-d1c9-47d4-963a-b6e53d94a736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:08,133 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:08,133 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11102c2a-2535-4233-b106-58f341895fee', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11102c2a-2535-4233-b106-58f341895fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:09,189 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:09,189 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fff591cc-f859-4dbe-8c65-92ec997ccd65', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fff591cc-f859-4dbe-8c65-92ec997ccd65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:10,243 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:10,243 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-019d7374-d4c3-44da-b637-ce530bd11ea3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-019d7374-d4c3-44da-b637-ce530bd11ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:11,296 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:11,296 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d34ad79-15f8-4438-a4d6-7e1116ba5a0b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d34ad79-15f8-4438-a4d6-7e1116ba5a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:12,350 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:12,350 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36084358-8a84-475a-a8a1-c0b1196225d6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36084358-8a84-475a-a8a1-c0b1196225d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:13,403 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:13,404 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4fa4f3-b31b-4192-8a0f-835038ff6993', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4fa4f3-b31b-4192-8a0f-835038ff6993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:14,458 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:14,458 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd3e48f-cd0d-4fa8-b975-4d22e6b4738d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd3e48f-cd0d-4fa8-b975-4d22e6b4738d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:15,512 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:15,512 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1859a46a-496d-4172-96bf-3fcffad77261', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1859a46a-496d-4172-96bf-3fcffad77261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:16,566 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:16,567 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab7779d-012f-4260-9a86-81961ee919ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab7779d-012f-4260-9a86-81961ee919ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:17,621 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:17,621 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba82a552-6e32-4760-82ae-812097a55cbd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba82a552-6e32-4760-82ae-812097a55cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:18,676 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:18,677 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e3a6c3-eb6a-4965-bdbe-5bea41c4e718', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e3a6c3-eb6a-4965-bdbe-5bea41c4e718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:19,731 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:19,731 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a43b561-6000-43c0-9c05-75e79b7e4ca9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a43b561-6000-43c0-9c05-75e79b7e4ca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:20,787 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:20,788 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beed2c32-a9f1-4356-a2fb-f2c21698c1d1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beed2c32-a9f1-4356-a2fb-f2c21698c1d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:21,843 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:21,843 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98a04e1-1c78-4c4b-b3e8-4aa8e11599f2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98a04e1-1c78-4c4b-b3e8-4aa8e11599f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:22,896 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:22,897 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da156479-b74a-404e-b63e-68ecdab5046b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da156479-b74a-404e-b63e-68ecdab5046b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:23,951 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:23,951 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-828f5b4e-0b95-4f19-b6ba-8c874e1bdeb1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-828f5b4e-0b95-4f19-b6ba-8c874e1bdeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:25,004 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:25,004 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f1bb84-e006-47e0-92af-f87e45d4ce0d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f1bb84-e006-47e0-92af-f87e45d4ce0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:26,058 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:26,058 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8502a95-2fa2-4107-9b06-021735178f9e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8502a95-2fa2-4107-9b06-021735178f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:27,112 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:27,112 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df13f9d5-2e1c-4e40-be65-31baf713b422', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df13f9d5-2e1c-4e40-be65-31baf713b422', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:28,166 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:28,166 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c58e963d-45da-4fb5-a5fc-5f106454c3ce', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c58e963d-45da-4fb5-a5fc-5f106454c3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:29,220 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:29,221 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f93c4e40-008d-46db-8509-affb6bd73214', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93c4e40-008d-46db-8509-affb6bd73214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:30,275 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:30,275 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3897341d-ee72-4708-b9c0-3b938532e532', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3897341d-ee72-4708-b9c0-3b938532e532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:31,332 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:49:31,332 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc77002f-e17e-45c8-b986-026ee44ac5ac', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc77002f-e17e-45c8-b986-026ee44ac5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:32,387 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:32,387 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f18719cc-3b95-448a-a152-a4ed5f8ee8cf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f18719cc-3b95-448a-a152-a4ed5f8ee8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:33,441 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:33,442 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c525b1a-7892-4d67-a32d-09c36223e0be', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c525b1a-7892-4d67-a32d-09c36223e0be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:34,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:34,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e26db98-4ad8-4763-8366-0deeadfe6b26', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e26db98-4ad8-4763-8366-0deeadfe6b26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:35,553 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:35,553 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22131afa-ff2b-4b2b-a63e-d21afcd8b28e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22131afa-ff2b-4b2b-a63e-d21afcd8b28e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:36,607 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:36,607 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3928118d-93c6-4343-becf-6557305555a1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3928118d-93c6-4343-becf-6557305555a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:37,661 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:37,662 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df577434-f1b2-44da-be00-e38b25969bc8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df577434-f1b2-44da-be00-e38b25969bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:38,715 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:49:38,715 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1660c239-ec3a-402d-b853-f47ca99d6c12', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1660c239-ec3a-402d-b853-f47ca99d6c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:39,775 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:49:39,775 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb0409d-16d9-49b0-bf94-a0bfd194f9e2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb0409d-16d9-49b0-bf94-a0bfd194f9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:40,829 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:40,829 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3270669b-cb12-4e14-9f4b-2409ba0b167a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3270669b-cb12-4e14-9f4b-2409ba0b167a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:41,883 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:41,884 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e308834-fd56-4fe5-9071-7173d73532fc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e308834-fd56-4fe5-9071-7173d73532fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:42,939 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:42,939 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c341e62-f9da-4af0-88ef-ebee5e1866f1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c341e62-f9da-4af0-88ef-ebee5e1866f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:43,993 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:43,993 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf77ebb-bcc6-4fc4-b285-20149510ef45', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf77ebb-bcc6-4fc4-b285-20149510ef45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:45,050 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:49:45,050 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ad7195-403f-4141-9f47-5872bec0839c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ad7195-403f-4141-9f47-5872bec0839c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:46,104 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:46,104 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bfbece-28c8-41e7-8278-91ca5dc0a4a4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bfbece-28c8-41e7-8278-91ca5dc0a4a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:47,157 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:49:47,157 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1608803-2dc6-42b3-a173-8625b9675bd1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1608803-2dc6-42b3-a173-8625b9675bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:48,211 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:48,212 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f33ffd3-ca92-4415-9167-b37108028615', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f33ffd3-ca92-4415-9167-b37108028615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:49,266 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:49,266 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a3d784-fae0-4227-97b4-25f9ca9b3ed2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a3d784-fae0-4227-97b4-25f9ca9b3ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:50,320 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:50,320 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3ab4127-265c-4df6-85e3-438e50e8e687', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3ab4127-265c-4df6-85e3-438e50e8e687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:51,376 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:51,376 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13025c2c-0b2d-4d9f-b78e-5462f5ddc224', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13025c2c-0b2d-4d9f-b78e-5462f5ddc224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:52,430 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:52,430 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-084ba5a4-2def-4a1a-be4a-b3631423c489', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-084ba5a4-2def-4a1a-be4a-b3631423c489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:53,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:49:53,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f6ea0bf-c2be-4a17-9738-50f63615e4df', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f6ea0bf-c2be-4a17-9738-50f63615e4df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:54,541 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:54,542 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e8d307-b003-4e01-810f-f68d6e5f2a77', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e8d307-b003-4e01-810f-f68d6e5f2a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:55,607 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.056s 2021-08-10 15:49:55,608 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0e891e-43bd-4bde-8dc9-4e2d06367c6c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0e891e-43bd-4bde-8dc9-4e2d06367c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:56,662 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:56,663 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cc4b058-2187-45c6-8cbd-20070b3b11eb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cc4b058-2187-45c6-8cbd-20070b3b11eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:57,717 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:49:57,717 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1ba948c-f938-499d-b345-1e095fd3ac14', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1ba948c-f938-499d-b345-1e095fd3ac14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:58,771 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:49:58,772 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3733ae82-5d3a-4b1d-b264-64335bb9a668', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3733ae82-5d3a-4b1d-b264-64335bb9a668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:49:59,835 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.055s 2021-08-10 15:49:59,836 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e10d133-4509-45ad-93a8-cfc401978ecf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e10d133-4509-45ad-93a8-cfc401978ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:00,894 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:50:00,895 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-151308a6-2595-4765-8edb-2be94052ed3c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-151308a6-2595-4765-8edb-2be94052ed3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:01,950 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:01,950 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7b3d40-bd2f-448a-8ab7-4bdbdca74366', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7b3d40-bd2f-448a-8ab7-4bdbdca74366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:03,009 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:50:03,010 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b801c262-f2aa-4425-b2b2-83fb59dd57b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b801c262-f2aa-4425-b2b2-83fb59dd57b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:04,066 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:04,067 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9acffa3-97b1-4856-90e0-72b0dade5965', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9acffa3-97b1-4856-90e0-72b0dade5965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:05,121 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:05,121 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a0b52c6-8a59-4295-8e23-f9d9d928392e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a0b52c6-8a59-4295-8e23-f9d9d928392e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:06,176 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:06,176 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2006d5-e7ee-4086-a996-896cf87743f6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2006d5-e7ee-4086-a996-896cf87743f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:07,229 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:07,229 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb6d34f-7533-42b3-8268-6be3568b6fb5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb6d34f-7533-42b3-8268-6be3568b6fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:08,285 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:08,285 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a5fb17-d023-4a33-bff0-4f67e7a58b91', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a5fb17-d023-4a33-bff0-4f67e7a58b91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:09,339 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:09,339 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5282cb-7c16-489e-ae80-bf037b2a886e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5282cb-7c16-489e-ae80-bf037b2a886e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:10,393 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:50:10,393 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6987bf4f-ad20-4b29-81e7-eca23b19d5f7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6987bf4f-ad20-4b29-81e7-eca23b19d5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:11,448 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:11,449 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c619e6-64f1-4698-a15a-1dd8f8d4df18', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c619e6-64f1-4698-a15a-1dd8f8d4df18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:12,510 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.053s 2021-08-10 15:50:12,510 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bbc47cf-9893-4873-9c3e-681c92fcf654', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bbc47cf-9893-4873-9c3e-681c92fcf654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:13,566 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:13,566 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3986c06b-13ca-45b4-bd1a-e54b18d4e01a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3986c06b-13ca-45b4-bd1a-e54b18d4e01a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:14,621 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:14,622 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec9b3e1c-2ecf-43e3-ae85-64f282b36ae8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec9b3e1c-2ecf-43e3-ae85-64f282b36ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:15,677 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:15,677 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7127d059-b844-499e-8700-6dd34dd68d11', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7127d059-b844-499e-8700-6dd34dd68d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:16,732 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:16,733 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30989b0-50fa-4797-8d85-981bc42c37e1', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30989b0-50fa-4797-8d85-981bc42c37e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:17,787 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:17,787 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c279dfc-9e92-4345-943f-63ff4a66a80e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c279dfc-9e92-4345-943f-63ff4a66a80e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:18,842 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:18,843 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8cddd7-22d4-4aa6-be78-7399d628d4dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8cddd7-22d4-4aa6-be78-7399d628d4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:19,902 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:50:19,902 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d81b17-322b-4402-a547-62c2c7178aaa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d81b17-322b-4402-a547-62c2c7178aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:20,958 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:20,958 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739edcce-5fd2-4b98-b00a-60a8e24c8646', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739edcce-5fd2-4b98-b00a-60a8e24c8646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:22,013 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:22,013 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-585bd1a2-5094-4fb4-8e0f-0ca56749217d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-585bd1a2-5094-4fb4-8e0f-0ca56749217d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:23,069 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:23,069 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6857615b-c13e-4b7f-8cc0-98f83e66d21e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6857615b-c13e-4b7f-8cc0-98f83e66d21e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:24,132 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.054s 2021-08-10 15:50:24,133 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2b04aa-ec09-4b96-b108-e1212192faeb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2b04aa-ec09-4b96-b108-e1212192faeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:25,186 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:50:25,187 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1932dd6d-3564-4b61-b37d-6d72125d0882', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1932dd6d-3564-4b61-b37d-6d72125d0882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:26,241 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:26,242 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a81b2eaa-4096-48e2-9a7c-0444f0595a78', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a81b2eaa-4096-48e2-9a7c-0444f0595a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:27,299 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:50:27,299 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-932178e2-de65-43b7-8059-b77fec4809ef', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-932178e2-de65-43b7-8059-b77fec4809ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:28,354 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:28,354 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af1f55b8-bbb4-4d14-9b9f-9bb187ecc004', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af1f55b8-bbb4-4d14-9b9f-9bb187ecc004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:29,409 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:29,410 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b13fe43-f69f-4780-8207-4fbc19957f2d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b13fe43-f69f-4780-8207-4fbc19957f2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:30,466 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:50:30,466 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa5f330-396d-4c11-82a5-48b3597bda1d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa5f330-396d-4c11-82a5-48b3597bda1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:31,531 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.056s 2021-08-10 15:50:31,531 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a8b371-bcdd-4de4-b799-3f2d0ed79198', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a8b371-bcdd-4de4-b799-3f2d0ed79198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:32,585 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:32,586 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe70532b-a334-49dd-aa7f-063949ec287d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe70532b-a334-49dd-aa7f-063949ec287d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:33,640 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:33,640 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c217320d-4fa6-4871-a8ac-ce7c7392a486', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c217320d-4fa6-4871-a8ac-ce7c7392a486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:34,694 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:34,695 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab7fd96-9e24-4967-9717-3b477c0680f6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab7fd96-9e24-4967-9717-3b477c0680f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:35,749 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:35,749 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d5c2da-cc11-4608-94b9-ca17c110bd70', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d5c2da-cc11-4608-94b9-ca17c110bd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:36,803 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:36,804 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-debf576f-ae16-461b-a90f-67958004e427', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-debf576f-ae16-461b-a90f-67958004e427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:37,862 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:50:37,862 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a849c0-a587-412e-9cce-fc02ef01b250', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9a849c0-a587-412e-9cce-fc02ef01b250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:38,916 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:38,916 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73584704-8294-4f80-a811-641c6c557913', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73584704-8294-4f80-a811-641c6c557913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:39,985 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.061s 2021-08-10 15:50:39,986 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f43d69-8632-4e82-b3f0-6fbb9e38f2d7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f43d69-8632-4e82-b3f0-6fbb9e38f2d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:41,040 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:41,040 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49771411-d89d-4842-8a3b-29f4bead98a0', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49771411-d89d-4842-8a3b-29f4bead98a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:42,096 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:42,096 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb284b0a-1357-404d-bbcb-421d9c87779c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb284b0a-1357-404d-bbcb-421d9c87779c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:43,166 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.062s 2021-08-10 15:50:43,167 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5febd4-9deb-4245-9823-ae1ee33df062', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5febd4-9deb-4245-9823-ae1ee33df062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:44,221 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:44,221 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d4d8c04-2c75-4254-894f-af8df65444aa', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d4d8c04-2c75-4254-894f-af8df65444aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:45,274 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:50:45,274 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1e68cc-1152-4f1f-bd57-592ffde556a3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1e68cc-1152-4f1f-bd57-592ffde556a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:46,329 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:46,330 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c1be6f5-a9b4-4a46-9b95-d1d1e9b02ec5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1be6f5-a9b4-4a46-9b95-d1d1e9b02ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:47,384 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:47,385 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e8488b-8c6a-439a-a03f-c4c58dead16c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e8488b-8c6a-439a-a03f-c4c58dead16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:48,441 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:50:48,441 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffdcf858-5300-4804-8c3a-de11661797b2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffdcf858-5300-4804-8c3a-de11661797b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:49,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:49,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb1a3e1-c4b2-4ee6-bfd6-3515fa35ae31', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb1a3e1-c4b2-4ee6-bfd6-3515fa35ae31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:50,550 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:50,551 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ac6dc6-6b69-43b0-b8d9-9bc98ee081b5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ac6dc6-6b69-43b0-b8d9-9bc98ee081b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:51,605 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:51,606 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49caa2a7-b613-4c9e-bf80-ac933b7c8835', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49caa2a7-b613-4c9e-bf80-ac933b7c8835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:52,664 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:50:52,664 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5728b980-b3be-447d-8eb8-e4e9bf340aa5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5728b980-b3be-447d-8eb8-e4e9bf340aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:53,719 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:50:53,720 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3bb9601-c711-478e-b07e-c6827438185b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3bb9601-c711-478e-b07e-c6827438185b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:54,775 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:54,775 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ad53e9-037a-45ce-8c03-1f67c27041c9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ad53e9-037a-45ce-8c03-1f67c27041c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:55,829 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:50:55,829 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2b7228-9d49-495d-b103-7b5ea5876b53', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2b7228-9d49-495d-b103-7b5ea5876b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:56,884 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:50:56,885 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f404695-658a-4f7a-801f-fe86723b3cfc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f404695-658a-4f7a-801f-fe86723b3cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:57,938 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:50:57,939 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e98933-acb1-45e9-9ad3-87e9565f6d28', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e98933-acb1-45e9-9ad3-87e9565f6d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:50:58,991 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:50:58,992 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d98829e-fa48-4813-a752-016004fdedd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d98829e-fa48-4813-a752-016004fdedd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:00,045 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:00,046 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-197fe91b-65c1-4903-b367-32ed9a8a5c5d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-197fe91b-65c1-4903-b367-32ed9a8a5c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:01,103 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:51:01,103 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ab7d002-42c6-4bc9-9ac4-14b062bc82f8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ab7d002-42c6-4bc9-9ac4-14b062bc82f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:02,164 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:51:02,165 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c29088-3d71-4919-aff7-55fbf1dccd88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c29088-3d71-4919-aff7-55fbf1dccd88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:03,221 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:03,221 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28902df4-eef1-42df-94dc-25af0f5bcc2c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28902df4-eef1-42df-94dc-25af0f5bcc2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:04,273 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:04,274 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-909febad-4051-4cd7-9db1-19ac66faf9f4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-909febad-4051-4cd7-9db1-19ac66faf9f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:05,328 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:05,328 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc57aa3-9e9d-4fd0-9c6f-ebadf291519e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc57aa3-9e9d-4fd0-9c6f-ebadf291519e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:06,382 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:06,382 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9781394-5b57-4dee-a1a2-f5ea6f4723f2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9781394-5b57-4dee-a1a2-f5ea6f4723f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:07,436 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:07,436 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ddf597-7115-4c95-bb06-da9c624532cd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ddf597-7115-4c95-bb06-da9c624532cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:08,490 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:08,490 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1048fbaa-fa76-40ea-ae1d-4240ff8ad230', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1048fbaa-fa76-40ea-ae1d-4240ff8ad230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:09,544 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:09,544 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2a093a-1fdd-4e6c-aa00-d37afdd22bc6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2a093a-1fdd-4e6c-aa00-d37afdd22bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:10,599 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:51:10,600 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507eb14a-b49a-49df-8349-81b1e4b50e75', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507eb14a-b49a-49df-8349-81b1e4b50e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:11,654 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:11,654 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea09d4ba-83b2-45db-885a-284ecbd7bb76', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea09d4ba-83b2-45db-885a-284ecbd7bb76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:12,708 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:12,708 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b90b48a-ee50-47de-92cf-fb2ed45e4b8d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b90b48a-ee50-47de-92cf-fb2ed45e4b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:13,762 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:13,762 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832b074f-b33d-4141-9a28-280666306cd4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832b074f-b33d-4141-9a28-280666306cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:14,818 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:51:14,819 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed98c01f-b939-485f-828e-00d4cb541252', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed98c01f-b939-485f-828e-00d4cb541252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:15,872 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:15,873 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-131470b7-6c83-4df4-a76a-c622b9521ddd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-131470b7-6c83-4df4-a76a-c622b9521ddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:16,926 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:16,926 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d569fb05-34d2-4723-8268-a4faeef90486', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d569fb05-34d2-4723-8268-a4faeef90486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:17,981 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:17,981 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260d0f1c-b790-4bc9-926d-c75e45dffee6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260d0f1c-b790-4bc9-926d-c75e45dffee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:19,034 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:19,034 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad79b1c2-ebc3-45e3-b0ce-25d5451b5d6e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad79b1c2-ebc3-45e3-b0ce-25d5451b5d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:20,088 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:20,088 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e2e2eb-57ce-467b-8b90-5d1cbeb76b3d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e2e2eb-57ce-467b-8b90-5d1cbeb76b3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:21,140 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:21,141 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f4afd7-3f9e-4b2d-b551-6372edf55507', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f4afd7-3f9e-4b2d-b551-6372edf55507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:22,195 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:51:22,195 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad56241-3c66-4b0a-bfb4-c684e1e42801', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad56241-3c66-4b0a-bfb4-c684e1e42801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:23,249 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:23,249 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042797d7-84fb-43c5-96ad-bca7ccebce48', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042797d7-84fb-43c5-96ad-bca7ccebce48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:24,302 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:24,302 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306e4cbf-666f-47f5-84ad-427537621afd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306e4cbf-666f-47f5-84ad-427537621afd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:25,356 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:25,357 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8113c37f-2b34-4716-b9eb-66366716cf8d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8113c37f-2b34-4716-b9eb-66366716cf8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:26,411 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:26,411 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5bc4b7a-6ce0-4e22-a849-052b9d6a9229', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5bc4b7a-6ce0-4e22-a849-052b9d6a9229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:27,465 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:27,466 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2350b88f-99ca-47ad-8dbc-aa78a6058d19', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2350b88f-99ca-47ad-8dbc-aa78a6058d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:28,520 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:28,520 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c23343a1-cd6b-4020-a94c-0f197db61930', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c23343a1-cd6b-4020-a94c-0f197db61930', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:29,575 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:51:29,576 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dff9048-1d59-4649-9fa6-b07cff26728d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dff9048-1d59-4649-9fa6-b07cff26728d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:30,629 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:30,629 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d506a73-8df9-49de-a899-ddaf10307e1c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d506a73-8df9-49de-a899-ddaf10307e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:31,683 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:31,683 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09866a61-3901-4ca5-8835-87e2c0c0ffd7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09866a61-3901-4ca5-8835-87e2c0c0ffd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:32,736 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:32,737 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3c9801-2562-4983-985d-fed773dbb013', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3c9801-2562-4983-985d-fed773dbb013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:33,789 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:33,790 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad326475-944b-4010-bd05-dd8ec2ed0d0e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad326475-944b-4010-bd05-dd8ec2ed0d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:34,845 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:34,845 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c2b3c17-d3c8-46a2-b52b-abe920d088db', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c2b3c17-d3c8-46a2-b52b-abe920d088db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:35,898 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:35,898 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa65e81-421a-4c03-bec7-b84266f4649c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa65e81-421a-4c03-bec7-b84266f4649c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:36,952 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:36,953 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e213d324-6b89-4893-8447-a80ff3522645', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e213d324-6b89-4893-8447-a80ff3522645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:38,007 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:38,007 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987fee2d-9fa4-4df9-8804-07f96826e989', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987fee2d-9fa4-4df9-8804-07f96826e989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:39,061 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:39,061 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4955648-8b54-49b8-a773-606f48dc9fab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4955648-8b54-49b8-a773-606f48dc9fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:40,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:40,115 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd852a6f-3985-41ec-b7c0-ab1089002fbc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd852a6f-3985-41ec-b7c0-ab1089002fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:41,166 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:51:41,167 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f7ef65-3e53-41a8-a667-fc3412381872', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f7ef65-3e53-41a8-a667-fc3412381872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:42,221 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:42,221 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1938b185-00fa-4f4f-88b4-cb2898a5598b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1938b185-00fa-4f4f-88b4-cb2898a5598b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:43,274 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:43,274 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c265c592-7001-4402-b952-cb647d2259c4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c265c592-7001-4402-b952-cb647d2259c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:44,334 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.051s 2021-08-10 15:51:44,335 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced2e51b-9808-45b8-b5a9-90e84011d031', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced2e51b-9808-45b8-b5a9-90e84011d031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:45,388 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:45,388 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3943baeb-a47a-4df2-9045-9bfbedfd9606', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3943baeb-a47a-4df2-9045-9bfbedfd9606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:46,442 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:46,442 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9230eb8-a861-422d-8f81-ffd38665a2ed', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9230eb8-a861-422d-8f81-ffd38665a2ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:47,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:47,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f9acd8c-ba91-4a3a-87b2-d7cb673ebb9c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f9acd8c-ba91-4a3a-87b2-d7cb673ebb9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:48,552 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:51:48,552 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c710f8-0c32-4e8d-981f-dbf63e9c0c53', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c710f8-0c32-4e8d-981f-dbf63e9c0c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:49,607 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:49,607 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1da9f9-326d-428f-8640-1a7eb4c429d5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1da9f9-326d-428f-8640-1a7eb4c429d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:50,660 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:50,661 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c97a13-a378-49d6-bab7-491f38be212f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c97a13-a378-49d6-bab7-491f38be212f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:51,713 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:51,714 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4434ebb6-a4e3-4b55-ac68-c6f78dcc551f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4434ebb6-a4e3-4b55-ac68-c6f78dcc551f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:52,768 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:52,768 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb5b491-8413-40be-aa0f-676e9b6a62d2', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb5b491-8413-40be-aa0f-676e9b6a62d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:53,822 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:53,822 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b20287f-9f12-4dd3-9afb-349a26a9416d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b20287f-9f12-4dd3-9afb-349a26a9416d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:54,877 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:51:54,877 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417981aa-f391-449e-97df-0f04ade72312', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417981aa-f391-449e-97df-0f04ade72312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:55,930 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:55,930 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25a9518c-fe42-4cff-94cb-83af5ed9b9b6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25a9518c-fe42-4cff-94cb-83af5ed9b9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:56,984 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:51:56,984 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b6e7ef-0732-4061-919d-43cf469d9193', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b6e7ef-0732-4061-919d-43cf469d9193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:58,036 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:51:58,037 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec5eece4-4b78-43d0-8fc8-0bea68ffd400', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec5eece4-4b78-43d0-8fc8-0bea68ffd400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:51:59,090 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:51:59,091 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5712618-5c65-4afd-836f-38288fbf2d45', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5712618-5c65-4afd-836f-38288fbf2d45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:00,146 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:52:00,146 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36694fcd-5bcf-43b8-a798-7af94a446fd9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36694fcd-5bcf-43b8-a798-7af94a446fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:01,200 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:01,200 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4408b378-9fa1-4333-95dc-a2c8a15c5a70', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4408b378-9fa1-4333-95dc-a2c8a15c5a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:02,265 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.058s 2021-08-10 15:52:02,266 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ec6fc0-9c51-499d-bfa1-feb88ee8da25', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ec6fc0-9c51-499d-bfa1-feb88ee8da25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:03,323 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:03,323 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628b58b5-f947-49fa-aad7-dbd830d96b1d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628b58b5-f947-49fa-aad7-dbd830d96b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:04,377 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:04,377 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84dbc5f-db21-4ec5-9a0f-69a30d92271c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84dbc5f-db21-4ec5-9a0f-69a30d92271c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:05,430 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:05,431 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0c1a8f-55ee-443a-9d09-0183e7de31dc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0c1a8f-55ee-443a-9d09-0183e7de31dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:06,486 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:52:06,486 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79cc598-22b2-4b37-84e1-5e01b6171272', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79cc598-22b2-4b37-84e1-5e01b6171272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:07,539 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:07,539 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0ec17b-31c7-4c69-9f5f-b52e3fa778f8', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0ec17b-31c7-4c69-9f5f-b52e3fa778f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:08,594 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:52:08,595 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd00d8b8-1c00-4b4a-8c2b-2cb023008352', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd00d8b8-1c00-4b4a-8c2b-2cb023008352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:09,647 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:09,647 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d9f182-406f-4680-903d-c8c06c4ec8b7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d9f182-406f-4680-903d-c8c06c4ec8b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:10,703 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:52:10,703 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b0f9186-921b-4f81-af0b-74239b20f55c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b0f9186-921b-4f81-af0b-74239b20f55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:11,756 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:11,756 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1acc881c-a9d3-416a-9ea1-c61969febf2e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1acc881c-a9d3-416a-9ea1-c61969febf2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:12,810 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:12,810 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf6f8d6c-1ddc-4fbd-a4f9-1f5362264cf5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf6f8d6c-1ddc-4fbd-a4f9-1f5362264cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:13,864 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:13,864 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b70fcd-96ff-4df3-a800-50305e176544', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b70fcd-96ff-4df3-a800-50305e176544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:14,917 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:14,917 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acee7a3f-c9b8-40b6-88bb-58269f24d29b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acee7a3f-c9b8-40b6-88bb-58269f24d29b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:15,971 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:15,972 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164db24e-f87d-4f5d-adb4-79f5d40a8fe3', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164db24e-f87d-4f5d-adb4-79f5d40a8fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:17,024 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:52:17,025 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a344612-4aab-4660-8c6d-080167c44705', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a344612-4aab-4660-8c6d-080167c44705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:18,079 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:18,080 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d6a6aa-7267-421a-93ac-9e671d77251b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d6a6aa-7267-421a-93ac-9e671d77251b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:19,140 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.052s 2021-08-10 15:52:19,140 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71cbe5ac-b17a-490b-bb26-47bcee40fa88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71cbe5ac-b17a-490b-bb26-47bcee40fa88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:20,194 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:20,194 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b25c4bf2-dd27-4ca0-b3d8-8eb6f64fb8e9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25c4bf2-dd27-4ca0-b3d8-8eb6f64fb8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:21,247 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:21,247 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e056dae3-28ab-429f-ba54-fbf07a234c02', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e056dae3-28ab-429f-ba54-fbf07a234c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:22,300 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:22,300 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce566a6b-4c74-4567-94a7-27b9fbd80f97', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce566a6b-4c74-4567-94a7-27b9fbd80f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:23,354 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:23,354 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2ab40e-b7dd-4aa4-a3fd-772d6dd4659a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2ab40e-b7dd-4aa4-a3fd-772d6dd4659a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:24,407 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:52:24,408 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834593d2-9731-44f8-a121-a9b7eab85310', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834593d2-9731-44f8-a121-a9b7eab85310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:25,461 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:25,462 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-491a35d5-5cbf-452f-99cb-dd815e6fabdf', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-491a35d5-5cbf-452f-99cb-dd815e6fabdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:26,519 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:52:26,519 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f11bf8-19d7-40fc-8aa7-99261ea5a194', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f11bf8-19d7-40fc-8aa7-99261ea5a194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:27,573 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:27,573 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ac249a6-4c0c-41f3-9541-947733d0f6a5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ac249a6-4c0c-41f3-9541-947733d0f6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:28,744 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.164s 2021-08-10 15:52:28,745 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea11b273-e7bf-4bf0-86b7-edecd694f73f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea11b273-e7bf-4bf0-86b7-edecd694f73f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:29,808 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.055s 2021-08-10 15:52:29,809 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12497281-26b8-48a6-9c8e-2a39ce9af382', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12497281-26b8-48a6-9c8e-2a39ce9af382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:30,864 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:52:30,864 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd1f046-8bc5-49a4-8ca1-4e103bac49e5', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd1f046-8bc5-49a4-8ca1-4e103bac49e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:31,918 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:31,918 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a65c4c-d4fa-4287-9716-6aef9e0f1add', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a65c4c-d4fa-4287-9716-6aef9e0f1add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:32,973 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:32,973 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-089c73c4-dcb8-4b72-9a77-11277a720754', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-089c73c4-dcb8-4b72-9a77-11277a720754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:34,030 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:52:34,030 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7dfc9f8-334f-4749-9e76-2ed98fa0e001', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7dfc9f8-334f-4749-9e76-2ed98fa0e001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:35,087 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:35,087 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea165182-93b0-4a08-8f19-ba001c7c128c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea165182-93b0-4a08-8f19-ba001c7c128c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:36,140 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:36,141 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a51ec7d-3769-4a43-82b7-f759ea28a804', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a51ec7d-3769-4a43-82b7-f759ea28a804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:37,195 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:37,196 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb3e9d20-5702-46d3-a3d5-631289c57b57', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb3e9d20-5702-46d3-a3d5-631289c57b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:38,249 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:38,249 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b45e0a-3a3c-4f66-8634-586aa9962e02', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b45e0a-3a3c-4f66-8634-586aa9962e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:39,302 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:39,302 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7d8c42-11e2-45c5-b145-a3807b73e6a7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7d8c42-11e2-45c5-b145-a3807b73e6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:40,356 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:40,356 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19a58bd-c551-4d41-9bc2-cffe875f24dd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19a58bd-c551-4d41-9bc2-cffe875f24dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:41,409 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:41,410 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e4f706-d242-4c28-9275-50bfc11697eb', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e4f706-d242-4c28-9275-50bfc11697eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:42,464 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:42,464 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc6a04ea-13ab-4755-b388-edd728b893a4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc6a04ea-13ab-4755-b388-edd728b893a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:43,518 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:43,518 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84767507-15cd-42ed-a1f4-8bd1ca7e2bfc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84767507-15cd-42ed-a1f4-8bd1ca7e2bfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:44,580 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.054s 2021-08-10 15:52:44,580 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a5cf2f-0853-4f4b-a75c-e9e8450118ee', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a5cf2f-0853-4f4b-a75c-e9e8450118ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:45,633 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:45,634 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe93c82-eef1-491c-94ac-e8123d977441', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe93c82-eef1-491c-94ac-e8123d977441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:46,685 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:52:46,686 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9974432c-b289-4990-a431-f4228a6c43ba', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9974432c-b289-4990-a431-f4228a6c43ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:47,741 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:47,741 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe07f856-eb4f-4969-8c23-0f10de48a3ab', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe07f856-eb4f-4969-8c23-0f10de48a3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:48,797 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:52:48,797 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bcffa9d-72e1-4f0e-9443-f1ecac2ed91f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bcffa9d-72e1-4f0e-9443-f1ecac2ed91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:49,851 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:49,852 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47cb195-5e6c-4bed-a88c-403ed8f8fd1e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47cb195-5e6c-4bed-a88c-403ed8f8fd1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:50,904 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:52:50,905 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37c9d5a2-fe9a-49ca-95e7-3de3bd3f732a', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37c9d5a2-fe9a-49ca-95e7-3de3bd3f732a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:51,959 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:51,959 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e50b0b-5365-41d2-99da-55018bca48c7', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e50b0b-5365-41d2-99da-55018bca48c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:53,013 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:53,014 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65eeec1f-e887-4b4c-947a-d21c53a02a3c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65eeec1f-e887-4b4c-947a-d21c53a02a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:54,074 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.053s 2021-08-10 15:52:54,074 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eaa6371-2d1b-47b9-a48f-090f8e9f1da6', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eaa6371-2d1b-47b9-a48f-090f8e9f1da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:55,127 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:52:55,128 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a2da40-c3fa-46e0-a3c5-a32c0f5c7281', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a2da40-c3fa-46e0-a3c5-a32c0f5c7281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:56,182 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:56,182 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a33d908-f5ae-4f20-a8dd-deabc329f648', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a33d908-f5ae-4f20-a8dd-deabc329f648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:57,236 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:57,236 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9de4dc1c-6953-46e4-96d9-e29f4cdee290', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9de4dc1c-6953-46e4-96d9-e29f4cdee290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:58,290 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:52:58,290 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be66226-d6be-45e3-9343-57b1363ed46c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be66226-d6be-45e3-9343-57b1363ed46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:52:59,352 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.054s 2021-08-10 15:52:59,353 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be9856e-b325-40d4-8f8f-3af36763a070', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be9856e-b325-40d4-8f8f-3af36763a070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:00,406 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:00,406 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4a6984-28c8-4ec4-a93a-0e4f7f624c67', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c4a6984-28c8-4ec4-a93a-0e4f7f624c67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:01,461 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:01,461 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6c11f68-17bd-452e-a62a-9b012f3da489', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6c11f68-17bd-452e-a62a-9b012f3da489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:02,516 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:53:02,516 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9954ab56-ef0d-48e2-9ca6-4b5fc5f96962', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9954ab56-ef0d-48e2-9ca6-4b5fc5f96962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:03,570 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:03,570 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce2f87fe-6dc8-4d0f-8ebf-b80cd91a72f9', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce2f87fe-6dc8-4d0f-8ebf-b80cd91a72f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:04,626 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:53:04,626 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2481acac-6bcf-4f0e-96be-d4932c58f44c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2481acac-6bcf-4f0e-96be-d4932c58f44c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:05,683 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:53:05,684 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-002cac50-19fb-4e36-aff7-80c3e46b0681', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-002cac50-19fb-4e36-aff7-80c3e46b0681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:06,741 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.048s 2021-08-10 15:53:06,741 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856a493d-ad07-420f-afb3-c78d5d18393c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856a493d-ad07-420f-afb3-c78d5d18393c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:07,794 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:07,795 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f741e43-9e89-4349-9c2c-68dd5629dfc4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f741e43-9e89-4349-9c2c-68dd5629dfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:08,849 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:08,849 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de42cc31-876d-4a80-b724-1c35645aa176', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de42cc31-876d-4a80-b724-1c35645aa176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:09,902 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:09,903 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1537ca9c-f4b8-4822-bcdd-4e47ea88a374', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1537ca9c-f4b8-4822-bcdd-4e47ea88a374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:10,960 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:53:10,961 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a04c864-e436-48aa-9172-8a11c7359c62', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a04c864-e436-48aa-9172-8a11c7359c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:12,018 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:12,018 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31614ef-2257-44b9-8058-d1c2d98dd72b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d31614ef-2257-44b9-8058-d1c2d98dd72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:13,072 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:13,073 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4617b0f-dcbf-4221-a08d-96acedcdca88', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4617b0f-dcbf-4221-a08d-96acedcdca88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:14,127 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:14,127 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659309f9-489b-4501-92d6-c9395c6adc6d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659309f9-489b-4501-92d6-c9395c6adc6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:15,183 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:53:15,183 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc3597e-1b2a-4db7-a74c-a355e3206eae', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc3597e-1b2a-4db7-a74c-a355e3206eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:16,236 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.044s 2021-08-10 15:53:16,236 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0574d082-0712-498a-8fcd-9e67dbec5d1d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0574d082-0712-498a-8fcd-9e67dbec5d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:17,290 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:17,290 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-012f7b59-7fb8-48ab-b64b-88e1fa55c46e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-012f7b59-7fb8-48ab-b64b-88e1fa55c46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:18,346 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:53:18,346 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af4a53a-acd4-4dda-9cdc-45911b0c01a4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af4a53a-acd4-4dda-9cdc-45911b0c01a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:19,401 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:19,401 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b58050-8cc1-456c-9d77-5608c54e6d6f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b58050-8cc1-456c-9d77-5608c54e6d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:20,455 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:20,456 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f606f6f-358b-4254-90f9-af56ba253ccc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f606f6f-358b-4254-90f9-af56ba253ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:21,510 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:21,510 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d6b1bdb-8c81-4b01-9d00-40bb5b76fe63', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d6b1bdb-8c81-4b01-9d00-40bb5b76fe63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:22,565 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:22,565 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09ef66d-c784-447e-a4d8-f54ef8b87749', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09ef66d-c784-447e-a4d8-f54ef8b87749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:23,618 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:23,619 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b53ca59-69ec-42cf-b9dc-c0af664dfa3d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b53ca59-69ec-42cf-b9dc-c0af664dfa3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:24,673 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:24,673 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1bfdad9-e5ad-4e02-88fa-ce19cfeb1f47', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1bfdad9-e5ad-4e02-88fa-ce19cfeb1f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:25,726 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:25,727 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-979bedf6-1df3-40e0-b0a2-fa822f48361d', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-979bedf6-1df3-40e0-b0a2-fa822f48361d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:26,783 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:26,783 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d199bc-00af-499f-9a15-c2bb662abd3c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d199bc-00af-499f-9a15-c2bb662abd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:27,837 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:27,838 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31a576c-ed0e-42fb-80c6-564bde717dfc', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d31a576c-ed0e-42fb-80c6-564bde717dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:28,892 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:28,892 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25a1812e-a793-41f7-a70f-8fe3f64c1828', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25a1812e-a793-41f7-a70f-8fe3f64c1828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:29,950 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.049s 2021-08-10 15:53:29,950 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4bce40a-659a-4c91-8e08-908cc3b7513b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4bce40a-659a-4c91-8e08-908cc3b7513b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:31,005 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:31,005 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0f0c17-c0ce-426e-8e1f-1c0526d1d00e', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0f0c17-c0ce-426e-8e1f-1c0526d1d00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:32,059 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:32,059 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f042f8b-9667-4aac-8fed-b7be4e551628', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f042f8b-9667-4aac-8fed-b7be4e551628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:33,114 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:33,115 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e61151-cd4a-483b-9772-9c994ec0056f', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e61151-cd4a-483b-9772-9c994ec0056f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:34,168 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:34,169 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d14ac4-032a-4ff3-8d7e-722b9f571e0c', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d14ac4-032a-4ff3-8d7e-722b9f571e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:35,228 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.050s 2021-08-10 15:53:35,228 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf040c44-5187-4bd6-bb7d-2b6d78678bfe', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf040c44-5187-4bd6-bb7d-2b6d78678bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:36,282 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:36,283 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b77347a-a60e-4d83-8497-d45f892e0e2b', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b77347a-a60e-4d83-8497-d45f892e0e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:37,337 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.046s 2021-08-10 15:53:37,338 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df949088-232b-48a8-88db-1bb72ff50db4', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df949088-232b-48a8-88db-1bb72ff50db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:38,390 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.045s 2021-08-10 15:53:38,391 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d944fd-657d-42af-9a3f-d9f18434e6fd', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d944fd-657d-42af-9a3f-d9f18434e6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:39,446 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0 0.047s 2021-08-10 15:53:39,446 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd28ec50-31a0-4043-9c72-0e051d272c01', 'content-length': '1208', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd28ec50-31a0-4043-9c72-0e051d272c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0'} Body: b'{"volume": {"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:10.000000", "updated_at": "2021-08-10T15:35:40.000000", "name": "tempest-AttachVolumeTestJSON-volume-1692364344", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "attachment_id": "230826f4-73dc-4d99-905c-12565575113e", "volume_id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0", "server_id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:13.000000"}], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:53:39,569 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.115s 2021-08-10 15:53:39,569 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:39 GMT', 'server': 'Apache/2.4.41 (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-c9abbcd3-55e1-4e86-abd5-94bc466ad09b', 'x-compute-request-id': 'req-c9abbcd3-55e1-4e86-abd5-94bc466ad09b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'' 2021-08-10 15:53:39,718 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.148s 2021-08-10 15:53:39,719 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1718', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-381fbbaa-b3fd-4dfd-a957-d55dbed73e4a', 'x-compute-request-id': 'req-381fbbaa-b3fd-4dfd-a957-d55dbed73e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--885390364"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:40,975 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.247s 2021-08-10 15:53:40,976 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1651', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4a7e850-223e-4e2a-adc8-a28aaa8b8795', 'x-compute-request-id': 'req-f4a7e850-223e-4e2a-adc8-a28aaa8b8795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}, {"version": 4, "addr": "172.27.3.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:20:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:42,072 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.087s 2021-08-10 15:53:42,073 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f3d7ab2-da03-46fa-8c66-d4d27bb21e5c', 'x-compute-request-id': 'req-8f3d7ab2-da03-46fa-8c66-d4d27bb21e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:43,163 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:53:43,164 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4787b649-2cbe-4366-926d-f165cd8f8ebc', 'x-compute-request-id': 'req-4787b649-2cbe-4366-926d-f165cd8f8ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:44,256 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:53:44,256 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29a76f34-eda5-412a-a347-ddf8ec4dcb15', 'x-compute-request-id': 'req-29a76f34-eda5-412a-a347-ddf8ec4dcb15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:45,347 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:53:45,348 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8558ab9a-c842-463d-8747-7df3e066277a', 'x-compute-request-id': 'req-8558ab9a-c842-463d-8747-7df3e066277a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:46,441 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:53:46,442 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87a0b65b-4222-4488-b93f-201bb691fa90', 'x-compute-request-id': 'req-87a0b65b-4222-4488-b93f-201bb691fa90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:47,535 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:53:47,535 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fde8da7-98df-4b58-9a4f-a9b4b4924ae9', 'x-compute-request-id': 'req-4fde8da7-98df-4b58-9a4f-a9b4b4924ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:48,625 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:53:48,625 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3efc5a3d-8aee-4eeb-9962-1cfc2dbb8c0d', 'x-compute-request-id': 'req-3efc5a3d-8aee-4eeb-9962-1cfc2dbb8c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:49,714 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:53:49,715 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77d4a5e7-4cbe-4373-b1e2-8a3d8087ebf7', 'x-compute-request-id': 'req-77d4a5e7-4cbe-4373-b1e2-8a3d8087ebf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:50,809 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:53:50,809 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f20e9437-b566-47a5-ad00-8b8562efe771', 'x-compute-request-id': 'req-f20e9437-b566-47a5-ad00-8b8562efe771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:51,899 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:53:51,900 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113daa55-5d95-4c53-9524-cf6360746a31', 'x-compute-request-id': 'req-113daa55-5d95-4c53-9524-cf6360746a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:53,002 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.093s 2021-08-10 15:53:53,002 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cfdf5bd-f387-4a1e-a304-cca998adf27c', 'x-compute-request-id': 'req-4cfdf5bd-f387-4a1e-a304-cca998adf27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:54,094 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:53:54,095 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea40ad4-2099-4a9e-b74c-6a53bae198d5', 'x-compute-request-id': 'req-fea40ad4-2099-4a9e-b74c-6a53bae198d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:55,185 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:53:55,185 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2e9f1e6-1826-48cb-b270-470a92270898', 'x-compute-request-id': 'req-f2e9f1e6-1826-48cb-b270-470a92270898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:56,275 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:53:56,276 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9043e968-2181-42df-83b5-f8851bb53c33', 'x-compute-request-id': 'req-9043e968-2181-42df-83b5-f8851bb53c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:57,370 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:53:57,371 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90a2c659-a32a-491c-9996-ab2ef9dd43ab', 'x-compute-request-id': 'req-90a2c659-a32a-491c-9996-ab2ef9dd43ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:58,462 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:53:58,462 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdbab712-58df-4c78-b3d1-4afb58024d71', 'x-compute-request-id': 'req-fdbab712-58df-4c78-b3d1-4afb58024d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:53:59,556 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:53:59,556 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bff9cb3c-6f6b-4618-b630-f5ddbb3b25ae', 'x-compute-request-id': 'req-bff9cb3c-6f6b-4618-b630-f5ddbb3b25ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:00,646 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:54:00,647 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31338729-f589-4cf1-bf69-3de43abcc6ca', 'x-compute-request-id': 'req-31338729-f589-4cf1-bf69-3de43abcc6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:01,737 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:01,737 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76ce1516-f645-4436-a1d9-ef06841e6685', 'x-compute-request-id': 'req-76ce1516-f645-4436-a1d9-ef06841e6685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:02,828 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:02,828 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c71045fe-f073-489a-9e6c-df2b9eb51ac7', 'x-compute-request-id': 'req-c71045fe-f073-489a-9e6c-df2b9eb51ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:03,922 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:54:03,922 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f42412b9-5497-4696-9b81-c47a494c4db2', 'x-compute-request-id': 'req-f42412b9-5497-4696-9b81-c47a494c4db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:05,018 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.087s 2021-08-10 15:54:05,019 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06d54899-1d14-4c73-b5d3-a58c88acb7c6', 'x-compute-request-id': 'req-06d54899-1d14-4c73-b5d3-a58c88acb7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:06,113 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:54:06,114 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc38f6fc-98eb-41ae-8c20-e07249057e55', 'x-compute-request-id': 'req-fc38f6fc-98eb-41ae-8c20-e07249057e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:07,205 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:07,206 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2b7cd89-eec7-41a8-8862-334020ca75c4', 'x-compute-request-id': 'req-d2b7cd89-eec7-41a8-8862-334020ca75c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:08,297 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:08,297 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9504870d-d559-461f-b14c-590e421e0d6e', 'x-compute-request-id': 'req-9504870d-d559-461f-b14c-590e421e0d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:09,386 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:54:09,386 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e44148c-1fa3-41ef-9b56-3ba141254765', 'x-compute-request-id': 'req-6e44148c-1fa3-41ef-9b56-3ba141254765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:10,479 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:10,480 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38ff5834-34f0-420d-8004-d52f8408a332', 'x-compute-request-id': 'req-38ff5834-34f0-420d-8004-d52f8408a332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:11,569 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:54:11,570 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae031bf-b75b-4e95-b1db-5d3dbf2d53b9', 'x-compute-request-id': 'req-1ae031bf-b75b-4e95-b1db-5d3dbf2d53b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:12,663 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:12,663 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c447f0-a8c1-4208-aabd-9ec1b55669b9', 'x-compute-request-id': 'req-98c447f0-a8c1-4208-aabd-9ec1b55669b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:13,753 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:13,754 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fa66ae5-ce0e-4be5-9973-17b9674cb0a9', 'x-compute-request-id': 'req-8fa66ae5-ce0e-4be5-9973-17b9674cb0a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:14,845 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:14,845 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbea8599-e820-469e-9363-79c9f2bd2955', 'x-compute-request-id': 'req-dbea8599-e820-469e-9363-79c9f2bd2955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:15,939 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:15,939 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6a07527-18dc-44fc-9c9e-2c9ce4321f0b', 'x-compute-request-id': 'req-c6a07527-18dc-44fc-9c9e-2c9ce4321f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:17,035 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.087s 2021-08-10 15:54:17,035 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a5ef0b7-2fe9-44ec-a910-5f8c5cd691e0', 'x-compute-request-id': 'req-2a5ef0b7-2fe9-44ec-a910-5f8c5cd691e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:18,126 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:18,126 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3265c9e2-9baa-4d02-b0ab-350038e7d264', 'x-compute-request-id': 'req-3265c9e2-9baa-4d02-b0ab-350038e7d264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:19,219 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:19,220 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b467fd6-c954-4380-8ca9-e8fd248183bd', 'x-compute-request-id': 'req-2b467fd6-c954-4380-8ca9-e8fd248183bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:20,311 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:20,311 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-075981b4-fa2a-4f43-bb88-3b05fd841953', 'x-compute-request-id': 'req-075981b4-fa2a-4f43-bb88-3b05fd841953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:21,402 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:21,402 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48e1a649-6c8f-437b-8223-cc351c8f3489', 'x-compute-request-id': 'req-48e1a649-6c8f-437b-8223-cc351c8f3489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:22,494 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:22,494 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8be98ad7-aa34-476b-b938-ab5102bb81b6', 'x-compute-request-id': 'req-8be98ad7-aa34-476b-b938-ab5102bb81b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:23,586 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:23,586 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2bc774a-3021-45a4-b846-0ec2318aca04', 'x-compute-request-id': 'req-e2bc774a-3021-45a4-b846-0ec2318aca04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:24,677 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:24,678 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5101343e-545f-47cd-a12e-d7f4eafde91f', 'x-compute-request-id': 'req-5101343e-545f-47cd-a12e-d7f4eafde91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:25,772 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:25,773 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3a2ec43-24b2-431a-96b5-e552b2756e86', 'x-compute-request-id': 'req-f3a2ec43-24b2-431a-96b5-e552b2756e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:26,864 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:26,864 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99b3fe9f-ee00-44d5-aa88-1ce1f6e986ce', 'x-compute-request-id': 'req-99b3fe9f-ee00-44d5-aa88-1ce1f6e986ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:27,956 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:27,956 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f1a4865-3fc1-4e64-b9af-f001135e94e7', 'x-compute-request-id': 'req-2f1a4865-3fc1-4e64-b9af-f001135e94e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:29,046 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:29,047 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-113e16cc-021c-4f84-9bea-3992626779fb', 'x-compute-request-id': 'req-113e16cc-021c-4f84-9bea-3992626779fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:30,136 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:30,137 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3eb8d15-e323-429b-b98e-f7e69415cda1', 'x-compute-request-id': 'req-e3eb8d15-e323-429b-b98e-f7e69415cda1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:31,229 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:31,230 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd2c13be-16bf-4ee7-81fa-765a5235ad49', 'x-compute-request-id': 'req-bd2c13be-16bf-4ee7-81fa-765a5235ad49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:32,324 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:32,324 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd3910d-447b-4a57-a2f1-463844f2bb1c', 'x-compute-request-id': 'req-8cd3910d-447b-4a57-a2f1-463844f2bb1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:33,415 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:33,415 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58edc71f-4c7e-4253-989b-edc7a41422a2', 'x-compute-request-id': 'req-58edc71f-4c7e-4253-989b-edc7a41422a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:34,507 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:34,507 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98b09a12-cf37-470a-ba06-7529ae3027b5', 'x-compute-request-id': 'req-98b09a12-cf37-470a-ba06-7529ae3027b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:35,599 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:35,599 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d777f4c-4c85-4f40-acbe-57dcbeffccad', 'x-compute-request-id': 'req-0d777f4c-4c85-4f40-acbe-57dcbeffccad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:36,693 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:36,693 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b2d30b-6039-4ee0-98ea-5d8608842012', 'x-compute-request-id': 'req-20b2d30b-6039-4ee0-98ea-5d8608842012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:37,784 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:37,785 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96fa173f-3cfc-4516-b6bb-feb274ba7049', 'x-compute-request-id': 'req-96fa173f-3cfc-4516-b6bb-feb274ba7049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:38,878 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:54:38,878 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b620c731-e0f3-4298-8a70-265bdb509b47', 'x-compute-request-id': 'req-b620c731-e0f3-4298-8a70-265bdb509b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:39,970 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:39,970 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8976390b-0b5d-4a04-bae6-5223b75e52e3', 'x-compute-request-id': 'req-8976390b-0b5d-4a04-bae6-5223b75e52e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:41,063 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:41,063 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfbe21c-7482-44d2-8ed7-99b77bd7bda2', 'x-compute-request-id': 'req-fcfbe21c-7482-44d2-8ed7-99b77bd7bda2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:42,154 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:42,154 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d99ee7b1-9895-40f3-9700-de75340a8c53', 'x-compute-request-id': 'req-d99ee7b1-9895-40f3-9700-de75340a8c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:43,245 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:43,246 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c89c6c18-1a97-4624-a013-82f12ceada2c', 'x-compute-request-id': 'req-c89c6c18-1a97-4624-a013-82f12ceada2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:44,336 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:54:44,336 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3769382-fdbd-4198-880f-2dd3a5ef7c5e', 'x-compute-request-id': 'req-f3769382-fdbd-4198-880f-2dd3a5ef7c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:45,430 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:54:45,430 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f14c453-c8b3-4b64-9ae1-0b2678d01999', 'x-compute-request-id': 'req-0f14c453-c8b3-4b64-9ae1-0b2678d01999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:46,523 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:46,523 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0efec06c-02b1-4d94-9a1f-94bf2f19a24a', 'x-compute-request-id': 'req-0efec06c-02b1-4d94-9a1f-94bf2f19a24a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:47,614 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:47,614 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f931cf9-f5c6-41d6-b5b2-eb34a0b2cd61', 'x-compute-request-id': 'req-0f931cf9-f5c6-41d6-b5b2-eb34a0b2cd61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:48,706 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:54:48,707 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26905110-47df-4a3d-a722-c2d252ab2a35', 'x-compute-request-id': 'req-26905110-47df-4a3d-a722-c2d252ab2a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:49,797 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:49,797 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86b20a43-408e-4145-8a23-b02be6f4eb5c', 'x-compute-request-id': 'req-86b20a43-408e-4145-8a23-b02be6f4eb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:50,890 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:50,891 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-895f9a42-1dcd-463a-a00e-ef5373a65165', 'x-compute-request-id': 'req-895f9a42-1dcd-463a-a00e-ef5373a65165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:51,985 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:51,985 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eb3d182-41e2-44e6-872c-ace031feaa10', 'x-compute-request-id': 'req-0eb3d182-41e2-44e6-872c-ace031feaa10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:53,075 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:53,076 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88d49592-bd4e-4cb6-a6fb-5f94c8c16d94', 'x-compute-request-id': 'req-88d49592-bd4e-4cb6-a6fb-5f94c8c16d94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:54,165 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:54,166 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbd07b1b-f689-4f63-b276-e99e37b92b47', 'x-compute-request-id': 'req-cbd07b1b-f689-4f63-b276-e99e37b92b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:55,263 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.088s 2021-08-10 15:54:55,263 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58e15cc0-3aef-4d42-9517-7296d7ae596f', 'x-compute-request-id': 'req-58e15cc0-3aef-4d42-9517-7296d7ae596f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:56,352 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:56,353 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0975e865-3496-4e8e-8178-4a45f71b95f6', 'x-compute-request-id': 'req-0975e865-3496-4e8e-8178-4a45f71b95f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:57,444 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:54:57,445 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a4a0865-e761-4adf-b841-e18a546b793c', 'x-compute-request-id': 'req-2a4a0865-e761-4adf-b841-e18a546b793c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:58,538 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:54:58,539 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52b7ea69-c0a8-4d19-b2b4-fce4af8cf4b6', 'x-compute-request-id': 'req-52b7ea69-c0a8-4d19-b2b4-fce4af8cf4b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:54:59,633 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:54:59,633 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04050a79-3920-49c7-8f28-90f7aec00239', 'x-compute-request-id': 'req-04050a79-3920-49c7-8f28-90f7aec00239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:00,726 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:00,727 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4422d5d5-5462-4f39-b6ab-351607b4dfaa', 'x-compute-request-id': 'req-4422d5d5-5462-4f39-b6ab-351607b4dfaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:01,821 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:55:01,821 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08fe83a2-12f2-40ac-9597-55b2a9a05182', 'x-compute-request-id': 'req-08fe83a2-12f2-40ac-9597-55b2a9a05182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:02,914 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:02,915 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccbcd967-1b84-4baf-b2db-3ae7279a60ec', 'x-compute-request-id': 'req-ccbcd967-1b84-4baf-b2db-3ae7279a60ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:04,019 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.097s 2021-08-10 15:55:04,019 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d07aae2-9a10-47c3-a40c-a9258ddaf5c5', 'x-compute-request-id': 'req-2d07aae2-9a10-47c3-a40c-a9258ddaf5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:05,112 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:05,112 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0081ebd-ff2e-46e4-b5a5-e8430f7b0e31', 'x-compute-request-id': 'req-e0081ebd-ff2e-46e4-b5a5-e8430f7b0e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:06,206 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:55:06,206 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2653c99-22dd-478b-9582-1345cf1a5fb3', 'x-compute-request-id': 'req-f2653c99-22dd-478b-9582-1345cf1a5fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:07,299 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:07,299 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8858b0ad-700d-471b-90b3-7d33bfab162e', 'x-compute-request-id': 'req-8858b0ad-700d-471b-90b3-7d33bfab162e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:08,394 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:55:08,395 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c25682f-fb7f-44f5-a9da-9974419f43a9', 'x-compute-request-id': 'req-2c25682f-fb7f-44f5-a9da-9974419f43a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:09,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:09,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-816ee83e-45c5-4afa-a153-e6cea50ce8f2', 'x-compute-request-id': 'req-816ee83e-45c5-4afa-a153-e6cea50ce8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:10,577 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:10,578 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2763018-16d6-4839-a20a-86672bca8bef', 'x-compute-request-id': 'req-a2763018-16d6-4839-a20a-86672bca8bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:11,667 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:55:11,668 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93e11f94-9ff2-42f9-80bc-3a8d327d3840', 'x-compute-request-id': 'req-93e11f94-9ff2-42f9-80bc-3a8d327d3840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:12,758 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:55:12,758 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-076e4d8e-e3ae-4244-bd20-476d4ee054c6', 'x-compute-request-id': 'req-076e4d8e-e3ae-4244-bd20-476d4ee054c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:13,849 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:13,850 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b43fd11-3d32-420e-81e4-dc89721bd994', 'x-compute-request-id': 'req-4b43fd11-3d32-420e-81e4-dc89721bd994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:14,941 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:14,942 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-878fd39b-8a20-4e7d-9edf-e04c97120775', 'x-compute-request-id': 'req-878fd39b-8a20-4e7d-9edf-e04c97120775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:16,035 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:16,035 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8d71461-7c07-460c-87cf-3b932025a0d4', 'x-compute-request-id': 'req-d8d71461-7c07-460c-87cf-3b932025a0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:17,129 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:55:17,130 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ded52c01-5961-49dd-94e5-cdb18e722921', 'x-compute-request-id': 'req-ded52c01-5961-49dd-94e5-cdb18e722921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:18,221 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:18,222 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc214ba3-82f1-4da2-86e6-fd780598f0fa', 'x-compute-request-id': 'req-bc214ba3-82f1-4da2-86e6-fd780598f0fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:19,323 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.092s 2021-08-10 15:55:19,323 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2509db47-cff7-4834-93d9-f1bca7d821f4', 'x-compute-request-id': 'req-2509db47-cff7-4834-93d9-f1bca7d821f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:20,413 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:20,413 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2ef1e07-7ec0-4ff8-9dd8-7274cb477324', 'x-compute-request-id': 'req-d2ef1e07-7ec0-4ff8-9dd8-7274cb477324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:21,515 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.092s 2021-08-10 15:55:21,515 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9679d795-4371-4600-9dec-dd47bd6a0632', 'x-compute-request-id': 'req-9679d795-4371-4600-9dec-dd47bd6a0632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:22,606 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.081s 2021-08-10 15:55:22,606 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8112079-b05b-4479-bcd6-a8b6baabd279', 'x-compute-request-id': 'req-b8112079-b05b-4479-bcd6-a8b6baabd279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:23,696 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:23,697 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8558816-1739-4bfe-87da-4469f0e6f33d', 'x-compute-request-id': 'req-e8558816-1739-4bfe-87da-4469f0e6f33d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:24,787 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:24,787 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5723cd1-6528-498a-abe1-4a9cd96c9d40', 'x-compute-request-id': 'req-c5723cd1-6528-498a-abe1-4a9cd96c9d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:25,879 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:25,879 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32250c01-3c6f-4edb-8031-654b4fa81560', 'x-compute-request-id': 'req-32250c01-3c6f-4edb-8031-654b4fa81560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:26,969 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:26,970 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-226e9cfb-e804-45b1-8982-5a4e45039c85', 'x-compute-request-id': 'req-226e9cfb-e804-45b1-8982-5a4e45039c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:28,061 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:28,061 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37e959d1-c61a-494b-a336-7504cf0df97c', 'x-compute-request-id': 'req-37e959d1-c61a-494b-a336-7504cf0df97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:29,155 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:55:29,155 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b74ce77d-d23f-46b5-94c5-3e740c20c01d', 'x-compute-request-id': 'req-b74ce77d-d23f-46b5-94c5-3e740c20c01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:30,247 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:30,247 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bb01a8e-eed1-4e47-8510-571e0e2a75ff', 'x-compute-request-id': 'req-9bb01a8e-eed1-4e47-8510-571e0e2a75ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:31,342 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:31,342 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a6910b7-e78a-4a89-b806-70c405c31f6b', 'x-compute-request-id': 'req-7a6910b7-e78a-4a89-b806-70c405c31f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:32,441 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.089s 2021-08-10 15:55:32,441 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a433a9b-b3ad-4b50-8ddf-d3fd200cd6d6', 'x-compute-request-id': 'req-4a433a9b-b3ad-4b50-8ddf-d3fd200cd6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:33,534 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:33,534 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-256d4932-ae3e-4c9f-b5f1-d354671050ff', 'x-compute-request-id': 'req-256d4932-ae3e-4c9f-b5f1-d354671050ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:34,628 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.086s 2021-08-10 15:55:34,629 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8829fdb-f080-44d1-8de5-396d178f23c0', 'x-compute-request-id': 'req-c8829fdb-f080-44d1-8de5-396d178f23c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:35,721 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.084s 2021-08-10 15:55:35,721 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f549f3-b52c-46bc-9e2c-453c68d595bc', 'x-compute-request-id': 'req-d6f549f3-b52c-46bc-9e2c-453c68d595bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:36,811 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.082s 2021-08-10 15:55:36,812 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9586236-5c7e-489a-a647-14492bdd1a2b', 'x-compute-request-id': 'req-b9586236-5c7e-489a-a647-14492bdd1a2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:37,903 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:37,904 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181093af-61bb-4a1e-ad2c-229103b5fe11', 'x-compute-request-id': 'req-181093af-61bb-4a1e-ad2c-229103b5fe11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:39,000 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.088s 2021-08-10 15:55:39,000 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-047f0753-58e4-4cae-ad42-e3c10c090d48', 'x-compute-request-id': 'req-047f0753-58e4-4cae-ad42-e3c10c090d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:40,094 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.085s 2021-08-10 15:55:40,095 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b5b9196-6b8e-4866-8a10-75e55e2c6da7', 'x-compute-request-id': 'req-2b5b9196-6b8e-4866-8a10-75e55e2c6da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:41,190 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.083s 2021-08-10 15:55:41,191 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba205093-354f-4a5d-9dde-85739f93576f', 'x-compute-request-id': 'req-ba205093-354f-4a5d-9dde-85739f93576f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"server": {"id": "22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27", "name": "tempest-AttachVolumeTestJSON-server-426268046", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:32:36Z", "updated": "2021-08-10T15:53:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-279921308", "OS-SRV-USG:launched_at": "2021-08-10T15:32:50.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "681d7382-b34a-41cc-a010-ab2e2f1a4aa0"}]}}' 2021-08-10 15:55:42,230 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 0.031s 2021-08-10 15:55:42,231 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:42 GMT', 'server': 'Apache/2.4.41 (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-c1abdbf7-8198-42d7-b8b4-a813e11d83c9', 'x-compute-request-id': 'req-c1abdbf7-8198-42d7-b8b4-a813e11d83c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 could not be found."}}' 2021-08-10 15:55:42,260 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-279921308 0.028s 2021-08-10 15:55:42,260 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:42 GMT', 'server': 'Apache/2.4.41 (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-d8df4986-c5af-4bf3-84e9-3ae3ce1186ca', 'x-compute-request-id': 'req-d8df4986-c5af-4bf3-84e9-3ae3ce1186ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-279921308'} Body: b'' 2021-08-10 15:55:42,387 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/security-groups/1cadeb6d-79c8-4680-9573-32d8c36eaaa4 0.126s 2021-08-10 15:55:42,388 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-397e1f86-b0a7-400f-84fb-dbcbf18ca819', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 15:55:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/1cadeb6d-79c8-4680-9573-32d8c36eaaa4'} Body: b'' 2021-08-10 15:55:42,405 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.21:9696/v2.0/security-groups/1cadeb6d-79c8-4680-9573-32d8c36eaaa4 0.017s 2021-08-10 15:55:42,406 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-73b80cbb-ab61-4c82-bc08-a1b1a4d01e1e', 'date': 'Tue, 10 Aug 2021 15:55:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/1cadeb6d-79c8-4680-9573-32d8c36eaaa4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1cadeb6d-79c8-4680-9573-32d8c36eaaa4 does not exist", "detail": ""}}' 2021-08-10 15:55:42,844 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/floatingips/82fdf734-331f-4bad-bf5a-1abd5440a5df 0.438s 2021-08-10 15:55:42,845 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-7027040d-6984-4d66-a5ce-d50a0368ebfd', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 15:55:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/82fdf734-331f-4bad-bf5a-1abd5440a5df'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 681d7382-b34a-41cc-a010-ab2e2f1a4aa0 failed to detach from server 22ae31d8-2d39-4b4b-9eb7-8fecae0e8c27 within the required time (360 s) from the compute API perspective }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 681d7382-b34a-41cc-a010-ab2e2f1a4aa0 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 115, in test_attach_detach_volume waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 681d7382-b34a-41cc-a010-ab2e2f1a4aa0 failed to reach available status (current detaching) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft7.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:55:43,079 114850 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2021-08-10 15:55:43,079 114850 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2021-08-10 15:55:43,549 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.21/compute/v2.1/os-keypairs 0.469s 2021-08-10 15:55:43,549 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-122439074"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92e4a2d4-a4d9-4105-a263-ab4afe3974ba', 'x-compute-request-id': 'req-92e4a2d4-a4d9-4105-a263-ab4afe3974ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAuk1dYkJWs71B/8qaVXvd4TvqeXNrb55C/MldNF12blp0UlHJ\\nLXJt4iOnxv/c4Syl0GkuhXfeAVVNVFYP4qzMH97jXV8DQOGTMjZNTUFzYd9YpZ6i\\ntxg+5LJe5IfHXfqKAMC/gto/1emxsbzZRrVExJeeJAn0kZJPE02kamd0P/RF93H2\\nubSc7XDD2S2RlrZOJAG642EpOWoJmbuGhCjPkl8VOXipTIDpklTg+4QAcZXhAs/m\\n5/lKzif4U3m4fd7MgFi+Sp6vRu6uQIftRyN3yZx/wznR0+e5D7Xwpyn3DskI/ROj\\na2oR8QAhLvmHtmjdBnGvcVBuuaGZGsQL6GG8QQIDAQABAoIBAEO+lCGBy/NJ87Dm\\n5F4HT7RyTB3juYJ6AxPWyRyci88u9zNj6AqtnIVpv72eFpyO1rDFPpRr9P95HEh5\\njwc3HHbOXtD6Fr3GCPduRYe9MA6734lB+RspJt2UeusQ8I8c5ofFjx4u7J2FgAcI\\ni92pVptCItAqCpPQpw524j2K5vvF4S6LB0CmBpp4yirb7NlVAYy+YMyVkFSwCulT\\nWWguxwKozfqa843Qi6AiIov+ED2C8f59hj0uENitmyKF07KKmoDE0dJJZmpVLswC\\nzOFpl0svjN91bkFAs3hmZlKg5qxNxcA4ZbbUtnqno2GWYmMbj6LsH8D0zuDJD2f9\\n6FyfeA0CgYEA7eyTxFvGB0RgWCREPrj/6zp6QccuK9xiqgpizIs5KbaZ2oQH0ITu\\n+b3Hqf7RP2yCGpu4Rh+3Bet4o8nmn1KzRxyP7Iq6II/dycSsjIUVx2O2rXh5LDuJ\\nTKepUla4qGrrAypOHSVCJSvbeyjEoIX1pIQarxUU49YDzPIG8m3dLosCgYEAyHTI\\n7d3esavHGPvihuYoT1Io+lcuahVn4vH4DGy2+ulRhx1Jl7oF37WjSG5mKKfMvc3e\\ngNv6fRpNv8QI3+h9P4HORSRwPjGQm0BcD677FibPUNCZNERoTHJtgZxH6fCCRad6\\nfXwAqI1uqaRYwt09no5PMfpoNfm8SDi1iHviReMCgYEAmPZeUgGGoSlun3xBe+nI\\nbtzbuOprXruDmzquJj7j81N4Oqpjs8WjNmCyuzIeKR6DzsOKh1rgeifXGcY2RPwQ\\nUomkZjkSTNjxiESvgnAVfmk3CvPHQ47LSMMJ8uvaMDz89r3+FnLbwbYel2GweFtn\\nf+uGlEWDdq8jJmH74WSMrN0CgYANj+kwPrycZLTZueD/o37CrxpapZ9cSgp3Tkur\\n+4b9vt9nNtIN0+Yl1pIvilibE49EoDMXoMp3wFnWSZsYGxCuRUgBYY++hXf1KQuR\\nfBM80m9gVlynLqGn2m4SQNKUv1LxB33AE62vubHtBFOFC5bprVMqXHjEfhsA/+U4\\nULlkZQKBgQDH91e0d9hPq1ZcMSw1+C3FTfY71pl00Q/hedlwTvAORbSunfUr1z8r\\nLwjV8vs7D14GMELLokxwAaQVCvhmdTpLpEHNRc32wZ6TfUmm356Z6tfMnLzBeSbI\\nDR/TubdrtXXJIbnq9wiHSOHlp0O4dTL90cvejmpSahsZfvfCd2Eglw==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-122439074", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6TV1iQlazvUH/yppVe93hO+p5c2tvnkL8yV00XXZuWnRSUcktcm3iI6fG/9zhLKXQaS6Fd94BVU1UVg/irMwf3uNdXwNA4ZMyNk1NQXNh31ilnqK3GD7ksl7kh8dd+ooAwL+C2j/V6bGxvNlGtUTEl54kCfSRkk8TTaRqZ3Q/9EX3cfa5tJztcMPZLZGWtk4kAbrjYSk5agmZu4aEKM+SXxU5eKlMgOmSVOD7hABxleECz+bn+UrOJ/hTebh93syAWL5Knq9G7q5Ah+1HI3fJnH/DOdHT57kPtfCnKfcOyQj9E6NrahHxACEu+Ye2aN0Gca9xUG65oZkaxAvoYbxB Generated-by-Nova", "fingerprint": "73:72:a0:59:3b:c7:d4:59:e1:2b:38:1f:ae:4b:98:2e", "user_id": "669e3030da6540fc871db353b17624da"}}' 2021-08-10 15:55:43,551 114850 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-122439074 created 2021-08-10 15:55:43,689 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-groups 0.137s 2021-08-10 15:55:43,689 114850 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--296067114", "description": "tempest-description--119838589"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1578', 'x-openstack-request-id': 'req-db1b47f2-af5b-4ef8-aca5-cd74bcec4e78', 'date': 'Tue, 10 Aug 2021 15:55:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "name": "tempest-securitygroup--296067114", "stateful": true, "tenant_id": "bfc03028cb014fb380e0da13804d7994", "description": "tempest-description--119838589", "security_group_rules": [{"id": "8abfefb2-6b8a-46a2-91db-228d79d32708", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "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": 360, "description": null, "tags": [], "created_at": "2021-08-10T15:55:43Z", "updated_at": "2021-08-10T15:55:43Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}, {"id": "96f21bd2-bddb-40f6-b468-76f11410ad5c", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "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": 359, "description": null, "tags": [], "created_at": "2021-08-10T15:55:43Z", "updated_at": "2021-08-10T15:55:43Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}], "tags": [], "created_at": "2021-08-10T15:55:43Z", "updated_at": "2021-08-10T15:55:43Z", "revision_number": 1, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:55:43,810 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 0.120s 2021-08-10 15:55:43,811 114850 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": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c2e170e9-ed0d-4ac8-b371-c880ed489eb7', 'date': 'Tue, 10 Aug 2021 15:55:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "07706f07-890c-475e-8fe4-95af50d8bea5", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "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, "description": "", "created_at": "2021-08-10T15:55:43Z", "updated_at": "2021-08-10T15:55:43Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:55:43,927 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/security-group-rules 0.116s 2021-08-10 15:55:43,928 114850 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": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-201e53c6-a4ee-4589-8bb6-37cf0c155449', 'date': 'Tue, 10 Aug 2021 15:55:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a01463cb-6fb8-4145-b7ad-cc1cfd2e2aa7", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "security_group_id": "4e98164b-2528-48dd-bc8c-3b97604bef4b", "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, "description": "", "created_at": "2021-08-10T15:55:43Z", "updated_at": "2021-08-10T15:55:43Z", "revision_number": 0, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:55:43,928 114850 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--296067114 created 2021-08-10 15:55:44,700 114850 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.21:9696/v2.0/floatingips 0.772s 2021-08-10 15:55:44,701 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-5ad2dd36-08dc-43c5-91aa-8d6b1be6f783', 'date': 'Tue, 10 Aug 2021 15:55:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "floating_ip_address": "172.27.3.22", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bfc03028cb014fb380e0da13804d7994", "description": "", "port_details": null, "tags": [], "created_at": "2021-08-10T15:55:44Z", "updated_at": "2021-08-10T15:55:44Z", "revision_number": 0}}' 2021-08-10 15:55:44,701 114850 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'floating_ip_address': '172.27.3.22', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfc03028cb014fb380e0da13804d7994', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:55:44Z', 'updated_at': '2021-08-10T15:55:44Z', 'revision_number': 0, 'ip': '172.27.3.22'} created 2021-08-10 15:55:44,744 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.21/identity/v3/auth/tokens 0.037s 2021-08-10 15:55:44,745 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3395', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cbf6bd80-cf0b-40c0-a529-35d90da09f58', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "669e3030da6540fc871db353b17624da", "name": "tempest-AttachVolumeTestJSON-321918697-project", "password_expires_at": null}, "audit_ids": ["4YNq963IQpuVBBCQpveOYQ"], "expires_at": "2021-08-10T16:55:44.000000Z", "issued_at": "2021-08-10T15:55:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bfc03028cb014fb380e0da13804d7994", "name": "tempest-AttachVolumeTestJSON-321918697"}, "is_domain": false, "roles": [{"id": "93016b25cb1d4ab29cbc6d088f2bb2a6", "name": "reader"}, {"id": "3f0e67136fd346359265e2fb6f5e3133", "name": "member"}], "catalog": [{"endpoints": [{"id": "e1c4616a7a394f9793fcc756891761bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2/bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "0f439aca09b940b095cf6b424ebf8f9a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "32e9e956edf54f918aa8bd22bcefaa7e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}, {"id": "e632fc2df7374a23bb2bb772dab001eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}], "id": "327603b840204b6ab8eb4b7b9e011511", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2f5e195ed3f844bfbda7b1bd516eeb75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "3860ab1a1c5e4fdbb14fb758d5069f32", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a289e48496ce42fb8901a4ca82a22e4a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/image", "region": "RegionOne"}], "id": "4b7249a1c1044a069c1fb0ebb717c8d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81e1ac20b1fd45fda0adedc5309e6974", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "71b1c4e37b29475689a2f3a97f55088c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "cde045d618b44ff0b53328611f007682", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/placement", "region": "RegionOne"}], "id": "7c5037f8892e46dfbc3c95d4a389a284", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0ad36d76ccb043bfa2d1057be9e9ff68", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21:8080", "region": "RegionOne"}, {"id": "fe00482004584c039cab04e8ac8d8d8a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:8080/v1/AUTH_bfc03028cb014fb380e0da13804d7994", "region": "RegionOne"}], "id": "bc90e41c210749b899510acd79e9950f", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "8eee5c9a63314f45a0aafcc3830e0527", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:9696/", "region": "RegionOne"}], "id": "c23af3b8d8ab49269b27232ede5e3d64", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8bb54876d76f46b69d930189bebd223b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2.1", "region": "RegionOne"}], "id": "e6db6146bd3e4d2a8ac79beebf3f9b82", "type": "compute", "name": "nova"}]}}' 2021-08-10 15:55:44,745 114850 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '65c988b6-4276-4bf0-839d-c3a26d968f79', 'name': 'tempest-AttachVolumeTestJSON-2061820579-network', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bfc03028cb014fb380e0da13804d7994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 839, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-08-10T15:32:04Z', 'updated_at': '2021-08-10T15:32:04Z', 'revision_number': 1} available for tenant 2021-08-10 15:55:44,746 114850 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuk1dYkJWs71B/8qaVXvd4TvqeXNrb55C/MldNF12blp0UlHJ\nLXJt4iOnxv/c4Syl0GkuhXfeAVVNVFYP4qzMH97jXV8DQOGTMjZNTUFzYd9YpZ6i\ntxg+5LJe5IfHXfqKAMC/gto/1emxsbzZRrVExJeeJAn0kZJPE02kamd0P/RF93H2\nubSc7XDD2S2RlrZOJAG642EpOWoJmbuGhCjPkl8VOXipTIDpklTg+4QAcZXhAs/m\n5/lKzif4U3m4fd7MgFi+Sp6vRu6uQIftRyN3yZx/wznR0+e5D7Xwpyn3DskI/ROj\na2oR8QAhLvmHtmjdBnGvcVBuuaGZGsQL6GG8QQIDAQABAoIBAEO+lCGBy/NJ87Dm\n5F4HT7RyTB3juYJ6AxPWyRyci88u9zNj6AqtnIVpv72eFpyO1rDFPpRr9P95HEh5\njwc3HHbOXtD6Fr3GCPduRYe9MA6734lB+RspJt2UeusQ8I8c5ofFjx4u7J2FgAcI\ni92pVptCItAqCpPQpw524j2K5vvF4S6LB0CmBpp4yirb7NlVAYy+YMyVkFSwCulT\nWWguxwKozfqa843Qi6AiIov+ED2C8f59hj0uENitmyKF07KKmoDE0dJJZmpVLswC\nzOFpl0svjN91bkFAs3hmZlKg5qxNxcA4ZbbUtnqno2GWYmMbj6LsH8D0zuDJD2f9\n6FyfeA0CgYEA7eyTxFvGB0RgWCREPrj/6zp6QccuK9xiqgpizIs5KbaZ2oQH0ITu\n+b3Hqf7RP2yCGpu4Rh+3Bet4o8nmn1KzRxyP7Iq6II/dycSsjIUVx2O2rXh5LDuJ\nTKepUla4qGrrAypOHSVCJSvbeyjEoIX1pIQarxUU49YDzPIG8m3dLosCgYEAyHTI\n7d3esavHGPvihuYoT1Io+lcuahVn4vH4DGy2+ulRhx1Jl7oF37WjSG5mKKfMvc3e\ngNv6fRpNv8QI3+h9P4HORSRwPjGQm0BcD677FibPUNCZNERoTHJtgZxH6fCCRad6\nfXwAqI1uqaRYwt09no5PMfpoNfm8SDi1iHviReMCgYEAmPZeUgGGoSlun3xBe+nI\nbtzbuOprXruDmzquJj7j81N4Oqpjs8WjNmCyuzIeKR6DzsOKh1rgeifXGcY2RPwQ\nUomkZjkSTNjxiESvgnAVfmk3CvPHQ47LSMMJ8uvaMDz89r3+FnLbwbYel2GweFtn\nf+uGlEWDdq8jJmH74WSMrN0CgYANj+kwPrycZLTZueD/o37CrxpapZ9cSgp3Tkur\n+4b9vt9nNtIN0+Yl1pIvilibE49EoDMXoMp3wFnWSZsYGxCuRUgBYY++hXf1KQuR\nfBM80m9gVlynLqGn2m4SQNKUv1LxB33AE62vubHtBFOFC5bprVMqXHjEfhsA/+U4\nULlkZQKBgQDH91e0d9hPq1ZcMSw1+C3FTfY71pl00Q/hedlwTvAORbSunfUr1z8r\nLwjV8vs7D14GMELLokxwAaQVCvhmdTpLpEHNRc32wZ6TfUmm356Z6tfMnLzBeSbI\nDR/TubdrtXXJIbnq9wiHSOHlp0O4dTL90cvejmpSahsZfvfCd2Eglw==\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-122439074', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6TV1iQlazvUH/yppVe93hO+p5c2tvnkL8yV00XXZuWnRSUcktcm3iI6fG/9zhLKXQaS6Fd94BVU1UVg/irMwf3uNdXwNA4ZMyNk1NQXNh31ilnqK3GD7ksl7kh8dd+ooAwL+C2j/V6bGxvNlGtUTEl54kCfSRkk8TTaRqZ3Q/9EX3cfa5tJztcMPZLZGWtk4kAbrjYSk5agmZu4aEKM+SXxU5eKlMgOmSVOD7hABxleECz+bn+UrOJ/hTebh93syAWL5Knq9G7q5Ah+1HI3fJnH/DOdHT57kPtfCnKfcOyQj9E6NrahHxACEu+Ye2aN0Gca9xUG65oZkaxAvoYbxB Generated-by-Nova', 'fingerprint': '73:72:a0:59:3b:c7:d4:59:e1:2b:38:1f:ae:4b:98:2e', 'user_id': '669e3030da6540fc871db353b17624da'}, 'security_group': {'id': '4e98164b-2528-48dd-bc8c-3b97604bef4b', 'name': 'tempest-securitygroup--296067114', 'stateful': True, 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'description': 'tempest-description--119838589', 'security_group_rules': [{'id': '8abfefb2-6b8a-46a2-91db-228d79d32708', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'security_group_id': '4e98164b-2528-48dd-bc8c-3b97604bef4b', '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': 360, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:55:43Z', 'updated_at': '2021-08-10T15:55:43Z', 'revision_number': 0, 'project_id': 'bfc03028cb014fb380e0da13804d7994'}, {'id': '96f21bd2-bddb-40f6-b468-76f11410ad5c', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'security_group_id': '4e98164b-2528-48dd-bc8c-3b97604bef4b', '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': 359, 'description': None, 'tags': [], 'created_at': '2021-08-10T15:55:43Z', 'updated_at': '2021-08-10T15:55:43Z', 'revision_number': 0, 'project_id': 'bfc03028cb014fb380e0da13804d7994'}], 'tags': [], 'created_at': '2021-08-10T15:55:43Z', 'updated_at': '2021-08-10T15:55:43Z', 'revision_number': 1, 'project_id': 'bfc03028cb014fb380e0da13804d7994'}, 'floating_ip': {'id': '534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca', 'tenant_id': 'bfc03028cb014fb380e0da13804d7994', 'floating_ip_address': '172.27.3.22', 'floating_network_id': '778cc379-3bd5-46b0-b2d1-5d1301de6f53', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bfc03028cb014fb380e0da13804d7994', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2021-08-10T15:55:44Z', 'updated_at': '2021-08-10T15:55:44Z', 'revision_number': 0, 'ip': '172.27.3.22'}} 2021-08-10 15:55:45,359 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.21/compute/v2.1/servers 0.612s 2021-08-10 15:55:45,359 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1001323563", "imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "65c988b6-4276-4bf0-839d-c3a26d968f79"}], "security_groups": [{"name": "tempest-securitygroup--296067114"}], "key_name": "tempest-keypair-122439074", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-247227a9-d4be-4684-9e34-03e69f64b71d', 'x-compute-request-id': 'req-247227a9-d4be-4684-9e34-03e69f64b71d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--296067114"}], "adminPass": "password"}}' 2021-08-10 15:55:45,437 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.075s 2021-08-10 15:55:45,437 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11a3d454-ff30-4c54-a934-b0dccaacb307', 'x-compute-request-id': 'req-11a3d454-ff30-4c54-a934-b0dccaacb307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-122439074", "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": []}}' 2021-08-10 15:55:46,535 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.089s 2021-08-10 15:55:46,536 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59a61977-d11a-475c-b5bf-dd1d7d7f6343', 'x-compute-request-id': 'req-59a61977-d11a-475c-b5bf-dd1d7d7f6343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:46,543 114850 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 1 second wait 2021-08-10 15:55:47,792 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.248s 2021-08-10 15:55:47,792 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510954fd-ce06-499b-935e-388db2a56b51', 'x-compute-request-id': 'req-510954fd-ce06-499b-935e-388db2a56b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:48,956 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.155s 2021-08-10 15:55:48,956 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f71b7722-a4f2-4460-9364-447b19f2a7f2', 'x-compute-request-id': 'req-f71b7722-a4f2-4460-9364-447b19f2a7f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:50,106 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.141s 2021-08-10 15:55:50,106 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-105013c2-757a-404f-ba02-9f5aa21ce197', 'x-compute-request-id': 'req-105013c2-757a-404f-ba02-9f5aa21ce197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:51,259 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.144s 2021-08-10 15:55:51,259 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056457da-1478-4d5c-88bb-7ad10025dd75', 'x-compute-request-id': 'req-056457da-1478-4d5c-88bb-7ad10025dd75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:52,416 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.149s 2021-08-10 15:55:52,417 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb36897-54c3-498d-a6b7-af8c773382ff', 'x-compute-request-id': 'req-3fb36897-54c3-498d-a6b7-af8c773382ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:53,577 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.152s 2021-08-10 15:55:53,578 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cc0c634-5f4b-4198-a11b-f3139653a6a1', 'x-compute-request-id': 'req-6cc0c634-5f4b-4198-a11b-f3139653a6a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:54,725 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.139s 2021-08-10 15:55:54,725 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccef81f2-1d22-4e41-9280-f46bf1dca816', 'x-compute-request-id': 'req-ccef81f2-1d22-4e41-9280-f46bf1dca816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "BUILD", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:55,875 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.142s 2021-08-10 15:55:55,875 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02c74d31-1cc9-4a6a-afca-470da6f83118', 'x-compute-request-id': 'req-02c74d31-1cc9-4a6a-afca-470da6f83118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T15:55:55Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:da:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": "2021-08-10T15:55:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:55:55,883 114850 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2021-08-10 15:55:55,975 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/os-interface 0.092s 2021-08-10 15:55:55,976 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2abca4f3-0881-4b88-93a7-c0766c6886ab', 'x-compute-request-id': 'req-2abca4f3-0881-4b88-93a7-c0766c6886ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "65c988b6-4276-4bf0-839d-c3a26d968f79", "port_id": "475b6a59-fcd3-46ec-9c76-cb569a6e32ea", "mac_addr": "fa:16:3e:b1:da:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e08a78c3-997b-425a-8eda-8511d225619a", "ip_address": "172.20.0.4"}]}]}' 2021-08-10 15:55:56,882 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.21:9696/v2.0/floatingips/534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca 0.903s 2021-08-10 15:55:56,883 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "475b6a59-fcd3-46ec-9c76-cb569a6e32ea"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-681fa501-7731-4e9d-9f3a-84b47e486885', 'date': 'Tue, 10 Aug 2021 15:55:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca'} Body: b'{"floatingip": {"id": "534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "floating_ip_address": "172.27.3.22", "floating_network_id": "778cc379-3bd5-46b0-b2d1-5d1301de6f53", "router_id": "1b5c99a9-e4ba-455b-988b-33ec0a047457", "port_id": "475b6a59-fcd3-46ec-9c76-cb569a6e32ea", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "65c988b6-4276-4bf0-839d-c3a26d968f79", "mac_address": "fa:16:3e:b1:da:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "a057d668-8a51-41b1-9499-70bc57a0b105", "device_owner": "compute:nova"}, "tags": [], "created_at": "2021-08-10T15:55:44Z", "updated_at": "2021-08-10T15:55:56Z", "revision_number": 1, "project_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:55:56,961 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.078s 2021-08-10 15:55:56,962 114850 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': 'Tue, 10 Aug 2021 15:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de33399c-7c70-4935-80f1-c4c892a084b0', 'x-compute-request-id': 'req-de33399c-7c70-4935-80f1-c4c892a084b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:55:58,041 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.076s 2021-08-10 15:55:58,041 114850 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': 'Tue, 10 Aug 2021 15:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e84aa6-99f0-4521-a84c-13d454a468f3', 'x-compute-request-id': 'req-40e84aa6-99f0-4521-a84c-13d454a468f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:55:59,120 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.076s 2021-08-10 15:55:59,120 114850 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': 'Tue, 10 Aug 2021 15:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb037833-006a-4459-9995-8c190020f1a4', 'x-compute-request-id': 'req-cb037833-006a-4459-9995-8c190020f1a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:00,200 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.076s 2021-08-10 15:56:00,200 114850 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': 'Tue, 10 Aug 2021 15:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf17530-6ab7-42fd-9749-51c86cd741bb', 'x-compute-request-id': 'req-aaf17530-6ab7-42fd-9749-51c86cd741bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:01,286 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.084s 2021-08-10 15:56:01,287 114850 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': 'Tue, 10 Aug 2021 15:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46f83a4b-d483-4457-9500-6a806dab64c0', 'x-compute-request-id': 'req-46f83a4b-d483-4457-9500-6a806dab64c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:02,363 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.074s 2021-08-10 15:56:02,364 114850 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': 'Tue, 10 Aug 2021 15:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d903dc7-2c06-412a-82b3-1cc34644301e', 'x-compute-request-id': 'req-2d903dc7-2c06-412a-82b3-1cc34644301e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:03,442 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.075s 2021-08-10 15:56:03,442 114850 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': 'Tue, 10 Aug 2021 15:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8ba06ad-19c4-443a-a86a-8f8c218c8062', 'x-compute-request-id': 'req-f8ba06ad-19c4-443a-a86a-8f8c218c8062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:04,528 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.083s 2021-08-10 15:56:04,528 114850 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': 'Tue, 10 Aug 2021 15:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-914ebbb9-984b-4819-9f15-6f9d0fb1f574', 'x-compute-request-id': 'req-914ebbb9-984b-4819-9f15-6f9d0fb1f574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:05,622 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.091s 2021-08-10 15:56:05,622 114850 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': 'Tue, 10 Aug 2021 15:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56dbbc70-7ab0-4001-88cc-68ccd502aaba', 'x-compute-request-id': 'req-56dbbc70-7ab0-4001-88cc-68ccd502aaba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:06,700 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.076s 2021-08-10 15:56:06,700 114850 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': 'Tue, 10 Aug 2021 15:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae4464d2-4ac6-4594-af30-28bd5cf5ee96', 'x-compute-request-id': 'req-ae4464d2-4ac6-4594-af30-28bd5cf5ee96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": ""}' 2021-08-10 15:56:07,783 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.080s 2021-08-10 15:56:07,784 114850 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': 'Tue, 10 Aug 2021 15:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '10568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7c69254-e643-41cd-8943-508d511679cb', 'x-compute-request-id': 'req-b7c69254-e643-41cd-8943-508d511679cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:08,867 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.080s 2021-08-10 15:56:08,867 114850 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': 'Tue, 10 Aug 2021 15:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17602', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d28025b5-9fcd-4839-9ac2-a1af0bf2046f', 'x-compute-request-id': 'req-d28025b5-9fcd-4839-9ac2-a1af0bf2046f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:09,947 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.078s 2021-08-10 15:56:09,947 114850 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': 'Tue, 10 Aug 2021 15:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18915', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abeefe6d-5df2-4bf8-9f65-e63375f4406f', 'x-compute-request-id': 'req-abeefe6d-5df2-4bf8-9f65-e63375f4406f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:11,038 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.087s 2021-08-10 15:56:11,039 114850 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': 'Tue, 10 Aug 2021 15:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21513', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57eee34d-3c4a-4209-a0d9-5409e2f1f02e', 'x-compute-request-id': 'req-57eee34d-3c4a-4209-a0d9-5409e2f1f02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:12,121 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.079s 2021-08-10 15:56:12,121 114850 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': 'Tue, 10 Aug 2021 15:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23167', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7fa5438-6ecc-40e5-8cc2-5a761edea035', 'x-compute-request-id': 'req-f7fa5438-6ecc-40e5-8cc2-5a761edea035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:13,200 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.076s 2021-08-10 15:56:13,200 114850 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': 'Tue, 10 Aug 2021 15:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24478', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2897ce6c-0a50-4569-9b90-dd145e3f2730', 'x-compute-request-id': 'req-2897ce6c-0a50-4569-9b90-dd145e3f2730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:14,281 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.078s 2021-08-10 15:56:14,282 114850 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': 'Tue, 10 Aug 2021 15:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26119', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd640dd1-b48a-4923-ba74-bda9b55017ef', 'x-compute-request-id': 'req-bd640dd1-b48a-4923-ba74-bda9b55017ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:15,365 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.080s 2021-08-10 15:56:15,366 114850 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': 'Tue, 10 Aug 2021 15:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eba0e304-43dc-4ad1-8090-086d7b24dbea', 'x-compute-request-id': 'req-eba0e304-43dc-4ad1-8090-086d7b24dbea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:16,448 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.079s 2021-08-10 15:56:16,449 114850 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': 'Tue, 10 Aug 2021 15:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28008', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bc7f2e3-e4a6-4b21-888e-c1fe6f9a7008', 'x-compute-request-id': 'req-7bc7f2e3-e4a6-4b21-888e-c1fe6f9a7008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:17,534 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.081s 2021-08-10 15:56:17,534 114850 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': 'Tue, 10 Aug 2021 15:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26f86818-1441-4c5b-a3c9-1fa002d7a7a3', 'x-compute-request-id': 'req-26f86818-1441-4c5b-a3c9-1fa002d7a7a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:18,618 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.081s 2021-08-10 15:56:18,618 114850 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': 'Tue, 10 Aug 2021 15:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8105d7d1-fe2c-423d-929b-e2d0b63bb611', 'x-compute-request-id': 'req-8105d7d1-fe2c-423d-929b-e2d0b63bb611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:19,699 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.077s 2021-08-10 15:56:19,700 114850 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': 'Tue, 10 Aug 2021 15:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dd687ec-282b-4dcb-9e99-61129608daf0', 'x-compute-request-id': 'req-8dd687ec-282b-4dcb-9e99-61129608daf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:20,781 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.079s 2021-08-10 15:56:20,782 114850 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': 'Tue, 10 Aug 2021 15:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28653', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3938e8a-53bd-4593-b9b2-c10e478ec322', 'x-compute-request-id': 'req-e3938e8a-53bd-4593-b9b2-c10e478ec322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:21,863 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.079s 2021-08-10 15:56:21,864 114850 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': 'Tue, 10 Aug 2021 15:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28653', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd5d55c9-23e7-4167-b46c-c09de5c02d53', 'x-compute-request-id': 'req-bd5d55c9-23e7-4167-b46c-c09de5c02d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:22,944 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.077s 2021-08-10 15:56:22,945 114850 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': 'Tue, 10 Aug 2021 15:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28653', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13c106bf-7553-406d-9109-1cee45fbf588', 'x-compute-request-id': 'req-13c106bf-7553-406d-9109-1cee45fbf588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:24,036 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.089s 2021-08-10 15:56:24,037 114850 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': 'Tue, 10 Aug 2021 15:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fe4d9b5-8c31-42be-b0fe-6c25ace674da', 'x-compute-request-id': 'req-9fe4d9b5-8c31-42be-b0fe-6c25ace674da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:25,119 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.080s 2021-08-10 15:56:25,120 114850 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': 'Tue, 10 Aug 2021 15:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32503', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2507f6f8-e3fa-43b1-bcff-985c0e46ee3d', 'x-compute-request-id': 'req-2507f6f8-e3fa-43b1-bcff-985c0e46ee3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:26,204 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.080s 2021-08-10 15:56:26,204 114850 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': 'Tue, 10 Aug 2021 15:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33628', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6666cc41-3724-4069-8cd7-f14a777c2493', 'x-compute-request-id': 'req-6666cc41-3724-4069-8cd7-f14a777c2493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:27,284 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.077s 2021-08-10 15:56:27,285 114850 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': 'Tue, 10 Aug 2021 15:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34850', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ec8646-08bc-4e67-9977-f430461b3bfe', 'x-compute-request-id': 'req-43ec8646-08bc-4e67-9977-f430461b3bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:28,365 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.077s 2021-08-10 15:56:28,366 114850 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': 'Tue, 10 Aug 2021 15:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35984', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54e77b8e-ce67-4a19-9c83-eb5571e4d78e', 'x-compute-request-id': 'req-54e77b8e-ce67-4a19-9c83-eb5571e4d78e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:29,447 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.078s 2021-08-10 15:56:29,448 114850 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': 'Tue, 10 Aug 2021 15:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37705', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5002eed4-3f0f-4785-ba8e-f7b46f01e332', 'x-compute-request-id': 'req-5002eed4-3f0f-4785-ba8e-f7b46f01e332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:30,534 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.083s 2021-08-10 15:56:30,535 114850 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': 'Tue, 10 Aug 2021 15:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38187', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d739fc46-751d-4263-bfe5-23a43faf370c', 'x-compute-request-id': 'req-d739fc46-751d-4263-bfe5-23a43faf370c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:31,620 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.082s 2021-08-10 15:56:31,621 114850 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': 'Tue, 10 Aug 2021 15:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38187', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b675e97a-c799-417b-b068-a172dd3c4794', 'x-compute-request-id': 'req-b675e97a-c799-417b-b068-a172dd3c4794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:32,702 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.077s 2021-08-10 15:56:32,702 114850 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': 'Tue, 10 Aug 2021 15:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38187', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87155702-4c19-4108-8bed-c10678bea6b3', 'x-compute-request-id': 'req-87155702-4c19-4108-8bed-c10678bea6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:33,785 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.079s 2021-08-10 15:56:33,785 114850 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': 'Tue, 10 Aug 2021 15:56:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38187', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29a3c813-8ed4-4e83-b1e2-eb19c1a0bc2c', 'x-compute-request-id': 'req-29a3c813-8ed4-4e83-b1e2-eb19c1a0bc2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:34,867 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action 0.078s 2021-08-10 15:56:34,868 114850 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': 'Tue, 10 Aug 2021 15:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8563c938-ecac-4162-b6f2-4c3a70203a7d', 'x-compute-request-id': 'req-8563c938-ecac-4162-b6f2-4c3a70203a7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:56:34,909 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/ips 0.039s 2021-08-10 15:56:34,909 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '145', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7718878a-855f-4db7-a670-fdf5be977f7d', 'x-compute-request-id': 'req-7718878a-855f-4db7-a670-fdf5be977f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.4"}, {"version": 4, "addr": "172.27.3.22"}]}}' 2021-08-10 15:56:35,103 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes 0.191s 2021-08-10 15:56:35,103 114850 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-AttachVolumeTestJSON-volume-1711872046"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc0ab1a-fb7b-4ea6-8b9e-f6057c74f894', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc0ab1a-fb7b-4ea6-8b9e-f6057c74f894', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.029567", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:56:35,151 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:56:35,151 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ede5e9-d34c-4243-a929-b529fc2b2f6c', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ede5e9-d34c-4243-a929-b529fc2b2f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:36,201 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:36,202 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61525ebf-3ba7-49f5-a4d0-33926d7507d7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61525ebf-3ba7-49f5-a4d0-33926d7507d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:37,250 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:37,251 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88110112-f0bb-48f3-9a05-8f6ad295acf3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88110112-f0bb-48f3-9a05-8f6ad295acf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:38,298 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:56:38,299 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf7b020c-55b9-4bfd-b86f-cbd0ecb2f65e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf7b020c-55b9-4bfd-b86f-cbd0ecb2f65e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:39,348 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:39,348 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281be60b-0819-41c3-ad92-93eabb2359d2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281be60b-0819-41c3-ad92-93eabb2359d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:40,396 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:56:40,397 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2841b50-5223-40fd-8b85-68a809bb1547', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2841b50-5223-40fd-8b85-68a809bb1547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:41,446 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:41,446 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69265980-45b4-4322-9755-1f858016927a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69265980-45b4-4322-9755-1f858016927a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:42,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:56:42,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce89ebea-73ef-46b3-b77b-37b281571d9f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce89ebea-73ef-46b3-b77b-37b281571d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:43,544 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:56:43,545 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67bb2239-db76-48de-a019-dfa68f3235b0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67bb2239-db76-48de-a019-dfa68f3235b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:44,595 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:56:44,595 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c86917b-f447-4f51-a2f6-d1a5edbc6242', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c86917b-f447-4f51-a2f6-d1a5edbc6242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:45,649 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.046s 2021-08-10 15:56:45,649 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de649465-c0ca-438f-93d4-449b30e5a110', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de649465-c0ca-438f-93d4-449b30e5a110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:46,698 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:46,699 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8285c65-6e6b-43cb-8189-bc77e9666034', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8285c65-6e6b-43cb-8189-bc77e9666034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:47,748 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:47,748 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f69ba640-4417-404d-afed-4545a46be4a3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f69ba640-4417-404d-afed-4545a46be4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:48,797 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:48,797 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f813868-c719-4c59-a512-1edc53774685', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f813868-c719-4c59-a512-1edc53774685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:49,847 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:49,847 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e20e6aa1-5194-4abb-8c30-dcaca6d62454', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e20e6aa1-5194-4abb-8c30-dcaca6d62454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:50,895 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:56:50,896 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a27e911-482c-4921-82c9-f6381d9595d6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a27e911-482c-4921-82c9-f6381d9595d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:51,945 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:51,945 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85895745-6b25-44cf-8636-be4d3a4a234a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85895745-6b25-44cf-8636-be4d3a4a234a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:52,994 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:52,994 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5591172-4afb-47f7-a67a-61d8dd33e2cf', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5591172-4afb-47f7-a67a-61d8dd33e2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:54,044 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:56:54,045 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55ec5ea-d27c-45fb-9278-67dcee83ee17', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55ec5ea-d27c-45fb-9278-67dcee83ee17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:55,094 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:55,094 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ec9fa1-7183-4071-9ceb-18cfa96c8119', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ec9fa1-7183-4071-9ceb-18cfa96c8119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:56,143 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:56,143 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e0e1c9-e97a-4a39-84e5-65f5532f3405', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e0e1c9-e97a-4a39-84e5-65f5532f3405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:57,193 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:56:57,193 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4612cf75-4e95-4883-b457-61c8592112ec', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4612cf75-4e95-4883-b457-61c8592112ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:58,242 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:56:58,242 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86abf27b-2d9c-4f12-bb5a-b34a5d1f6dce', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86abf27b-2d9c-4f12-bb5a-b34a5d1f6dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:56:59,290 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:56:59,290 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683b4f6b-1931-4efe-8dac-f4edadb35dca', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683b4f6b-1931-4efe-8dac-f4edadb35dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:00,339 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:00,340 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0c239b-1209-4baf-b7ee-598fe15431e2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0c239b-1209-4baf-b7ee-598fe15431e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:01,389 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:57:01,390 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f7e52a-fd4b-4b6b-a2cf-9fd713d36499', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f7e52a-fd4b-4b6b-a2cf-9fd713d36499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:02,439 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:02,440 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7100bdbd-ebf9-4794-bc90-deae126623a3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7100bdbd-ebf9-4794-bc90-deae126623a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:03,489 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:03,490 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260c6748-b998-4a2c-90f2-ade28b01aaf8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260c6748-b998-4a2c-90f2-ade28b01aaf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:04,538 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:04,538 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a56f565-e460-4ddd-a373-b4451dc94214', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a56f565-e460-4ddd-a373-b4451dc94214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:05,589 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:05,589 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c54066-1542-42f1-8de5-88f266bd7838', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c54066-1542-42f1-8de5-88f266bd7838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:06,640 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:57:06,641 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81228bb0-3156-445b-aec7-654ccf69b231', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81228bb0-3156-445b-aec7-654ccf69b231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:07,689 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:07,690 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bc55e6-cd3a-46ac-9941-af4ed58e3013', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bc55e6-cd3a-46ac-9941-af4ed58e3013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:08,739 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:08,739 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ad44f4-1915-4f6d-a0dd-e9d3a43fe6f4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ad44f4-1915-4f6d-a0dd-e9d3a43fe6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:09,789 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:09,789 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c020188-1110-4701-a310-f99502b9b150', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c020188-1110-4701-a310-f99502b9b150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:10,841 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:57:10,842 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7776f5a6-ee7a-4da8-b976-a0949c627db7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7776f5a6-ee7a-4da8-b976-a0949c627db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:11,891 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:11,892 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5561c1a3-03e9-4cc3-aa92-59a107514109', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5561c1a3-03e9-4cc3-aa92-59a107514109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:12,940 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:12,941 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aead7299-30f2-4bf2-b66e-69a97d3e74a9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aead7299-30f2-4bf2-b66e-69a97d3e74a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:13,990 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:13,991 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e480b4d-2f49-4069-b3eb-59a943a61d43', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e480b4d-2f49-4069-b3eb-59a943a61d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:15,040 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:57:15,040 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-421e6945-2fff-4eb7-8b17-4a27745b955b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-421e6945-2fff-4eb7-8b17-4a27745b955b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:16,090 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:16,090 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc99fb0b-8cb5-4441-985e-f34338dcc0cd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc99fb0b-8cb5-4441-985e-f34338dcc0cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:17,139 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:17,140 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c842cc7c-d0c1-4313-b873-b688012919c2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c842cc7c-d0c1-4313-b873-b688012919c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:18,189 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:18,189 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b87751a-e919-4078-8a91-16f3e2b8b40f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b87751a-e919-4078-8a91-16f3e2b8b40f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:19,238 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:19,239 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d99264-251c-42d9-9ac0-2513420af79a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d99264-251c-42d9-9ac0-2513420af79a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:20,288 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:20,289 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ad16d0-8b81-4f9a-8f35-f2c5c4c5b1ff', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ad16d0-8b81-4f9a-8f35-f2c5c4c5b1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:21,338 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:21,339 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3665caee-b256-4a7c-8466-05a52524b1bf', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3665caee-b256-4a7c-8466-05a52524b1bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:22,387 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:57:22,388 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d2bb08-27d8-4a69-bfcd-13ce2e3d8df8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d2bb08-27d8-4a69-bfcd-13ce2e3d8df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:23,436 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:23,437 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bf7e1d-efa8-4d9b-9e22-b789655b65b3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bf7e1d-efa8-4d9b-9e22-b789655b65b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:24,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:24,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dede970c-4531-4b7c-80d8-0510361d6a94', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dede970c-4531-4b7c-80d8-0510361d6a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:25,536 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:25,536 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd58957-1c0c-4b2e-8a14-a55ffad92b7a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd58957-1c0c-4b2e-8a14-a55ffad92b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:26,585 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:26,586 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c5d57be-9d6e-4465-a9e9-cd527c1b24f9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c5d57be-9d6e-4465-a9e9-cd527c1b24f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:27,635 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:27,636 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e7d848-202c-4348-ba7c-e68dc308b331', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e7d848-202c-4348-ba7c-e68dc308b331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:28,684 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:28,685 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dce1d17-d078-491d-bfc3-559231d608da', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dce1d17-d078-491d-bfc3-559231d608da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:29,790 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.097s 2021-08-10 15:57:29,791 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd94f5e-2be6-4a48-bfa2-826ce6ebb137', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd94f5e-2be6-4a48-bfa2-826ce6ebb137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:30,840 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:30,840 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64549ea8-e30b-4b10-a2bb-8d1a6e9daf1d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64549ea8-e30b-4b10-a2bb-8d1a6e9daf1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:31,897 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.048s 2021-08-10 15:57:31,897 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f671c6-0bed-4431-afd8-c5a4c2196315', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f671c6-0bed-4431-afd8-c5a4c2196315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:32,949 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 15:57:32,949 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60d71c53-5ead-4910-ae70-83b82915a4fb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60d71c53-5ead-4910-ae70-83b82915a4fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:33,999 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:33,999 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abd0810-c49f-422c-9007-1b534cb21dee', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abd0810-c49f-422c-9007-1b534cb21dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:35,048 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:35,049 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9288f458-fab3-4a19-878f-436200960a8d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9288f458-fab3-4a19-878f-436200960a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:36,097 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:36,098 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc05c64d-51f0-4142-82ad-149846f6d2ed', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc05c64d-51f0-4142-82ad-149846f6d2ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:37,147 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:37,147 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56faa398-741e-415a-a645-288da3319c02', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56faa398-741e-415a-a645-288da3319c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:38,196 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:38,197 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a565c4f-1842-4b12-851e-69ad23a68c02', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a565c4f-1842-4b12-851e-69ad23a68c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:39,244 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:57:39,245 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54347300-b757-4a73-81d4-c37a1ada270c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54347300-b757-4a73-81d4-c37a1ada270c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:40,293 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:57:40,293 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407e67fd-161f-4f72-be68-6db1881271f8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407e67fd-161f-4f72-be68-6db1881271f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:41,344 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:57:41,345 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da87db5-797e-43b4-8459-f2f8c25372f5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da87db5-797e-43b4-8459-f2f8c25372f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:42,394 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:42,394 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78c7d8db-53df-4bb4-a68a-6c8861ca0687', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78c7d8db-53df-4bb4-a68a-6c8861ca0687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:43,444 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:43,445 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf39c369-b08c-4a03-8fa6-88935a5e7713', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf39c369-b08c-4a03-8fa6-88935a5e7713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:44,496 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:57:44,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25407301-ecca-4173-a7d4-219005678d8f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25407301-ecca-4173-a7d4-219005678d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:45,546 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:45,547 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fe5e15-c5fc-426d-b36a-8206d0149db7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fe5e15-c5fc-426d-b36a-8206d0149db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:46,595 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:46,595 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c89c130-cf33-4549-9990-a67a224301a3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c89c130-cf33-4549-9990-a67a224301a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:47,644 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:47,645 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3cf95d-f893-48e7-9c28-0d597ef0670c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3cf95d-f893-48e7-9c28-0d597ef0670c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:48,698 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 15:57:48,699 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778c970d-d981-4143-b078-bcf9d56cada9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778c970d-d981-4143-b078-bcf9d56cada9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:49,748 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:49,749 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1315a5f1-d457-4ab5-991c-a1c5c97bfd8c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1315a5f1-d457-4ab5-991c-a1c5c97bfd8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:50,797 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:50,798 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d5d0ba-2a89-4b52-81a9-e46417719d0e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d5d0ba-2a89-4b52-81a9-e46417719d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:51,846 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:51,847 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57cf97e3-6de0-4f01-ac75-0226cacc8cb9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57cf97e3-6de0-4f01-ac75-0226cacc8cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:52,896 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:57:52,897 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d08a36f-b987-412b-aa7d-7c8dbeb19dc9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d08a36f-b987-412b-aa7d-7c8dbeb19dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:53,948 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:57:53,949 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7921ae-aeb3-4a7f-aaa6-fcce2572a4b0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7921ae-aeb3-4a7f-aaa6-fcce2572a4b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:54,999 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:57:54,999 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d0aaf4-bbae-48f5-bf21-cabc981c0b41', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d0aaf4-bbae-48f5-bf21-cabc981c0b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:56,048 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:56,049 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0941bf-efc9-4b2e-95c4-0c573a9ec4be', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0941bf-efc9-4b2e-95c4-0c573a9ec4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:57,096 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:57,097 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638bf52f-fa8e-4b33-b9e8-cf5c82df37da', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638bf52f-fa8e-4b33-b9e8-cf5c82df37da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:58,146 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:57:58,146 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc9439d-64e3-4931-9f14-1fa2e21a47a2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc9439d-64e3-4931-9f14-1fa2e21a47a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:57:59,195 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:57:59,195 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8fc68ab-7114-4fb6-b35a-2c3ff2317738', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8fc68ab-7114-4fb6-b35a-2c3ff2317738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:00,244 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:00,245 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f275f2-6e57-4e8a-a74b-ae1920460087', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f275f2-6e57-4e8a-a74b-ae1920460087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:01,293 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:01,294 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc1d8a8-cc28-410b-b063-57f0a2072110', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc1d8a8-cc28-410b-b063-57f0a2072110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:02,343 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:02,343 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14463ef4-6891-4be0-a495-c5e95ee35c12', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14463ef4-6891-4be0-a495-c5e95ee35c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:03,393 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:03,393 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b462d15c-dc67-441a-81bc-50b05aeadfb5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b462d15c-dc67-441a-81bc-50b05aeadfb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:04,442 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:04,442 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-953cbc0e-8490-4634-b6bb-71766a363ba2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-953cbc0e-8490-4634-b6bb-71766a363ba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:05,492 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:05,492 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7662bcaf-607c-4e05-aa1d-86158d2964b4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7662bcaf-607c-4e05-aa1d-86158d2964b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:06,541 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:06,541 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a435712-12fc-403e-b8bb-440400919cac', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a435712-12fc-403e-b8bb-440400919cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:07,594 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 15:58:07,594 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596dddf6-31c5-4de3-b342-f0666684681b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596dddf6-31c5-4de3-b342-f0666684681b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:08,644 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:08,644 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43f78f6b-0c0e-4c4e-b662-2971330a4774', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43f78f6b-0c0e-4c4e-b662-2971330a4774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:09,693 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:09,693 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaf7cefd-48d4-489f-8e68-818b93bfbc10', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaf7cefd-48d4-489f-8e68-818b93bfbc10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:10,743 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:10,743 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44e9b0fb-c296-43f5-97f6-8f6aa6724fa6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44e9b0fb-c296-43f5-97f6-8f6aa6724fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:11,792 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:11,792 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63024bcf-834c-4267-bb76-5ae02b0b7db8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63024bcf-834c-4267-bb76-5ae02b0b7db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:12,841 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:12,841 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64f0836-4fab-424a-81a3-29a44f242440', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64f0836-4fab-424a-81a3-29a44f242440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:13,890 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:13,890 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ecd4ab-09b2-4ba7-bf46-d05bc7fb604f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ecd4ab-09b2-4ba7-bf46-d05bc7fb604f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:14,940 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:14,940 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce66509-4cc1-4305-9530-08fef91f2337', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce66509-4cc1-4305-9530-08fef91f2337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:15,990 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:15,990 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57174d63-d118-41ff-8204-84621bea1aa3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57174d63-d118-41ff-8204-84621bea1aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:17,038 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:17,039 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1e2cfc-1ecf-48d2-9525-48f3c829a9a3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1e2cfc-1ecf-48d2-9525-48f3c829a9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:18,089 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:18,089 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec47482b-43a2-40d8-8d8d-4f949449144f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec47482b-43a2-40d8-8d8d-4f949449144f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:19,139 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:19,139 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d080c0-6581-4369-9d96-3de282c4604e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d080c0-6581-4369-9d96-3de282c4604e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:20,188 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:20,188 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18c768cc-631c-4388-a10a-819c46f7b573', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18c768cc-631c-4388-a10a-819c46f7b573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:21,237 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:21,237 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e238def1-e931-4428-85ad-0a8c06dfb6f8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e238def1-e931-4428-85ad-0a8c06dfb6f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:22,290 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 15:58:22,290 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a116cb-80d4-41bf-ae48-d0d08ba33283', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a116cb-80d4-41bf-ae48-d0d08ba33283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:23,339 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:23,339 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e92ce4a5-0d3c-4e8f-a3bd-1eb57358c5b8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e92ce4a5-0d3c-4e8f-a3bd-1eb57358c5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:24,389 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:24,389 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3547b72b-e55d-49c6-8391-8d981d88ab43', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3547b72b-e55d-49c6-8391-8d981d88ab43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:25,438 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:25,439 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85e3881-e234-4b63-ad30-93eff21ca7b7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85e3881-e234-4b63-ad30-93eff21ca7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:26,489 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:26,490 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beb16c53-e927-4c5d-ac1e-cd4989435f98', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beb16c53-e927-4c5d-ac1e-cd4989435f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:27,539 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:27,539 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47af2db5-ee6e-4fb7-86a8-28a583662507', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47af2db5-ee6e-4fb7-86a8-28a583662507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:28,589 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:28,589 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2a8e4c-b6b8-4129-9b36-d07bd67ee4d2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2a8e4c-b6b8-4129-9b36-d07bd67ee4d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:29,639 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:29,639 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da80efd-d92c-4bb0-a34e-1d8ec5d6dad3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da80efd-d92c-4bb0-a34e-1d8ec5d6dad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:30,688 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:30,689 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91885393-9c34-43b0-9bac-2b818c6fc979', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91885393-9c34-43b0-9bac-2b818c6fc979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:31,738 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:31,738 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0158ab66-4189-47e8-b43d-5ac4c0e2cfbd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0158ab66-4189-47e8-b43d-5ac4c0e2cfbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:32,787 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:32,787 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b438c67-1c18-48e1-bf86-573f7b93274b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b438c67-1c18-48e1-bf86-573f7b93274b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:33,837 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:33,838 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcfd22cf-820d-4df0-93c1-3196328fe702', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcfd22cf-820d-4df0-93c1-3196328fe702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:34,886 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:34,887 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a95a10-994a-497b-bfc7-a4c036f8d376', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a95a10-994a-497b-bfc7-a4c036f8d376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:35,935 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:35,936 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b6c931-88c8-46a8-b468-91d0da8501cd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b6c931-88c8-46a8-b468-91d0da8501cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:36,985 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:36,986 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df2e4b7c-8d81-48df-ad8a-20750236eddc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df2e4b7c-8d81-48df-ad8a-20750236eddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:38,033 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:38,034 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0d38d2-ff10-43b3-870a-b877efcf0cd5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0d38d2-ff10-43b3-870a-b877efcf0cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:39,082 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:39,082 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d86af08-f282-4ef3-8be9-056cac3de7c9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d86af08-f282-4ef3-8be9-056cac3de7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:40,135 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 15:58:40,136 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad14953-131d-4a2c-bf41-5bf6ad2ba514', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad14953-131d-4a2c-bf41-5bf6ad2ba514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:41,189 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:41,189 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50be9879-fe05-4c5d-9765-985e532cbe69', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50be9879-fe05-4c5d-9765-985e532cbe69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:42,242 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 15:58:42,243 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4dead0f-58a6-49ae-9455-5d0d3952a791', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4dead0f-58a6-49ae-9455-5d0d3952a791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:43,296 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 15:58:43,296 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565d42d3-a3c3-42a5-924d-483280cfe157', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565d42d3-a3c3-42a5-924d-483280cfe157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:44,345 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:44,346 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8abf51a3-4e95-49cb-8c20-2d8745b397a9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8abf51a3-4e95-49cb-8c20-2d8745b397a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:45,395 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:45,395 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c58fd03-9bec-4aa5-8918-bbe4d478bed5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c58fd03-9bec-4aa5-8918-bbe4d478bed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:46,444 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:46,444 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b609370a-17e6-417b-990f-fc15ac6b92b1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b609370a-17e6-417b-990f-fc15ac6b92b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:47,495 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:58:47,496 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd3ab12-eb56-4b1f-9dc6-e0a777d2a1d2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd3ab12-eb56-4b1f-9dc6-e0a777d2a1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:48,544 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:48,545 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b593106-d070-40a7-8bdf-2cd5522b525e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b593106-d070-40a7-8bdf-2cd5522b525e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:49,595 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:49,595 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1b9094-c253-4df0-91b3-3b5cfb7504bf', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1b9094-c253-4df0-91b3-3b5cfb7504bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:50,645 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:50,645 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49e966f-6c96-4852-9e2f-a91343767f63', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49e966f-6c96-4852-9e2f-a91343767f63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:51,695 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:58:51,696 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6887ea0-b49a-4605-9d66-89c5df8c7296', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6887ea0-b49a-4605-9d66-89c5df8c7296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:52,743 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:52,743 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a250db-14d1-4f9b-818a-18e463c2964c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a250db-14d1-4f9b-818a-18e463c2964c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:53,791 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:58:53,791 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c167e8-4cc3-4db7-870d-8ada0eaf320b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c167e8-4cc3-4db7-870d-8ada0eaf320b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:54,841 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:54,841 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-297a9fa8-fe7a-4aa4-bd4c-bb644cec6876', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-297a9fa8-fe7a-4aa4-bd4c-bb644cec6876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:55,889 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:55,890 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35bcd4f4-da09-4c4c-972e-ebabe208186b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35bcd4f4-da09-4c4c-972e-ebabe208186b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:56,937 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:56,938 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eb1963b-1702-4c03-b512-5e2b0789004c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eb1963b-1702-4c03-b512-5e2b0789004c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:57,987 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:57,988 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-675a218e-a71d-4738-a4f0-57bafe8b2e1b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-675a218e-a71d-4738-a4f0-57bafe8b2e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:58:59,037 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:58:59,037 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4421a67a-d8d7-4f40-9e14-a08fe5fc7f2a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4421a67a-d8d7-4f40-9e14-a08fe5fc7f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:00,085 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:00,085 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9016fa29-85b1-4686-bf85-2b8a2c3466c4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9016fa29-85b1-4686-bf85-2b8a2c3466c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:01,134 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:01,135 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c742d293-d892-4e74-a3bc-4e3c9e380c7a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c742d293-d892-4e74-a3bc-4e3c9e380c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:02,183 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:02,184 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301ef740-2244-47fc-8eb6-ef3fde6deb39', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301ef740-2244-47fc-8eb6-ef3fde6deb39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:03,232 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:03,232 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7220758-3950-4078-ab71-5e39777fc00a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7220758-3950-4078-ab71-5e39777fc00a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:04,288 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.049s 2021-08-10 15:59:04,289 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c42ea722-68e3-4800-8238-1b2db305b1e2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c42ea722-68e3-4800-8238-1b2db305b1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:05,338 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:05,338 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84027ff-daef-438f-9732-5ae2e2fa5d23', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84027ff-daef-438f-9732-5ae2e2fa5d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:06,388 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:06,389 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa253f2f-4d41-4bb2-aeef-2b21ffff3ec5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa253f2f-4d41-4bb2-aeef-2b21ffff3ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:07,437 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:07,438 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b087c50-2c63-4438-ba51-c01d8252b051', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b087c50-2c63-4438-ba51-c01d8252b051', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:08,488 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:08,489 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb26a2c-b4fe-4043-a2a0-230bcc8e9ee5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb26a2c-b4fe-4043-a2a0-230bcc8e9ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:09,538 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:09,538 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b19f983-c108-4551-969d-9f4506d02647', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b19f983-c108-4551-969d-9f4506d02647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:10,588 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:10,588 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2803fa4f-ec70-4137-b92a-74d8a0b32686', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2803fa4f-ec70-4137-b92a-74d8a0b32686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:11,637 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:11,637 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c6bca52-8a7b-44d0-acdc-c7eefb65485c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c6bca52-8a7b-44d0-acdc-c7eefb65485c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:12,686 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:12,686 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc91a49-7342-42f6-9f78-2854c15187fa', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc91a49-7342-42f6-9f78-2854c15187fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:13,736 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:13,736 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9e4291-2116-49e8-9434-34d38f6ea266', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9e4291-2116-49e8-9434-34d38f6ea266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:14,786 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:14,786 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd9101db-195e-4f0d-89d3-75dc317a71b5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd9101db-195e-4f0d-89d3-75dc317a71b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:15,835 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:15,835 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90bde490-11b6-4cd9-aa19-9a230cb1aa7e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90bde490-11b6-4cd9-aa19-9a230cb1aa7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:16,884 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:16,885 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c975619-5d43-45b5-9ad9-fb38dd503488', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c975619-5d43-45b5-9ad9-fb38dd503488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:17,934 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:17,934 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53d73585-a981-4b15-94d7-734244398399', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53d73585-a981-4b15-94d7-734244398399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:18,985 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 15:59:18,986 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0326230-a68a-41f5-93ca-1f523f308a33', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0326230-a68a-41f5-93ca-1f523f308a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:20,034 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:20,034 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a43d02e6-72d4-4d09-8152-fcfde1704072', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a43d02e6-72d4-4d09-8152-fcfde1704072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:21,089 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.047s 2021-08-10 15:59:21,090 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-912f9e0b-fb0e-4ca9-8bf4-d407b53da799', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-912f9e0b-fb0e-4ca9-8bf4-d407b53da799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:22,138 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:22,139 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a55708-048f-48fe-a495-a28336d71032', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a55708-048f-48fe-a495-a28336d71032', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:23,187 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:23,188 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-486b2b6f-719c-4f30-8a0a-7e27c5761dd7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-486b2b6f-719c-4f30-8a0a-7e27c5761dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:24,238 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:24,238 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df7e0b5-7b9e-41a8-8b85-8859bfdf1f41', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df7e0b5-7b9e-41a8-8b85-8859bfdf1f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:25,288 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:25,288 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b12e5faf-56cd-49ba-9265-736ceb9fa5ab', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b12e5faf-56cd-49ba-9265-736ceb9fa5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:26,337 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:26,338 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8b5373-1a8c-45a7-9715-6edf5283cac4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8b5373-1a8c-45a7-9715-6edf5283cac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:27,388 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:27,388 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc716fa-2e95-47fc-9a5d-4da0058f43c2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc716fa-2e95-47fc-9a5d-4da0058f43c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:28,438 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:28,438 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8bc9e91-ce98-4e0d-a278-686a64677e09', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8bc9e91-ce98-4e0d-a278-686a64677e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:29,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:29,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc75376-5dbc-4b0e-a048-29cc588cc47b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc75376-5dbc-4b0e-a048-29cc588cc47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:30,537 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:30,537 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259c2d82-7871-41b3-9455-bae81e1712e6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259c2d82-7871-41b3-9455-bae81e1712e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:31,585 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:31,586 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b55091-8533-406d-a610-66cc9629972e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b55091-8533-406d-a610-66cc9629972e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:32,636 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:32,636 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2282a064-7408-448d-bcf8-63019adf9d62', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2282a064-7408-448d-bcf8-63019adf9d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:33,684 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:33,684 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c0a786-1e97-41c0-957a-d8100f06bd8a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c0a786-1e97-41c0-957a-d8100f06bd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:34,736 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:34,736 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dccef450-a214-4a41-8e50-d3d1c3782df1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dccef450-a214-4a41-8e50-d3d1c3782df1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:35,785 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:35,786 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e7f3b4-a8b8-49b9-9a51-7b1fd9bd589d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e7f3b4-a8b8-49b9-9a51-7b1fd9bd589d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:36,835 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:36,835 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eca0dde4-8227-4937-a665-70d5121f8608', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eca0dde4-8227-4937-a665-70d5121f8608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:37,886 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 15:59:37,887 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e769faa0-856c-479f-a9c4-0287dbde44c1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e769faa0-856c-479f-a9c4-0287dbde44c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:38,939 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 15:59:38,939 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-985ac569-2bed-489d-9680-54c254c9d61c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-985ac569-2bed-489d-9680-54c254c9d61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:39,994 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.047s 2021-08-10 15:59:39,995 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b49fc4-0841-4971-a85d-0958388a4c4a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b49fc4-0841-4971-a85d-0958388a4c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:41,042 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:41,042 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809ee350-dd42-4e8a-b4ba-dc69e9a999dc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809ee350-dd42-4e8a-b4ba-dc69e9a999dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:42,092 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:42,092 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72562cd9-67ab-4347-a696-f26909ee6ee5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72562cd9-67ab-4347-a696-f26909ee6ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:43,141 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:43,142 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7670b2d4-eb79-4b60-b4a3-fed9f9f3ab63', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7670b2d4-eb79-4b60-b4a3-fed9f9f3ab63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:44,190 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:44,191 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18aa307f-7488-4ba1-a492-a28f4e6874b2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18aa307f-7488-4ba1-a492-a28f4e6874b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:45,241 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:45,241 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a712749-e699-4c54-ac34-97480e8d1e9f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a712749-e699-4c54-ac34-97480e8d1e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:46,289 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:46,290 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-695073b4-8c97-4f0b-b93d-da1c12e5ac66', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-695073b4-8c97-4f0b-b93d-da1c12e5ac66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:47,338 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:47,339 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601338e6-9bfe-4de1-8419-9a1659b9ccad', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601338e6-9bfe-4de1-8419-9a1659b9ccad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:48,389 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:48,389 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddfa336e-b52b-4faf-8083-3d3d31dae67b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddfa336e-b52b-4faf-8083-3d3d31dae67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:49,438 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:49,438 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca384233-a366-4ba1-92b0-6962f908a7ab', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca384233-a366-4ba1-92b0-6962f908a7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:50,494 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.048s 2021-08-10 15:59:50,494 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc54d91-7552-4eb3-8d36-eb7c200c1ad9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc54d91-7552-4eb3-8d36-eb7c200c1ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:51,542 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:51,543 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0486041b-a00f-4c0f-a156-18923c88d8fe', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0486041b-a00f-4c0f-a156-18923c88d8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:52,592 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:52,593 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff478e9a-9f4c-4da5-82d2-0d9b849b6baa', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff478e9a-9f4c-4da5-82d2-0d9b849b6baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:53,642 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:53,643 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-575b901e-8ab8-4b05-a7d6-34771a547275', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-575b901e-8ab8-4b05-a7d6-34771a547275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:54,692 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:54,693 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb8d93a5-f7a6-4f91-b321-3334ae0aac68', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb8d93a5-f7a6-4f91-b321-3334ae0aac68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:55,741 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:55,741 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15be853a-76d1-4f80-af05-696ed39ab2ea', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15be853a-76d1-4f80-af05-696ed39ab2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:56,790 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 15:59:56,790 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-112f7cb7-8b0c-4d04-ae08-c4e7f7299e9a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-112f7cb7-8b0c-4d04-ae08-c4e7f7299e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:57,840 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:57,840 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae78014d-be93-447b-a044-9bbd53b52b63', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae78014d-be93-447b-a044-9bbd53b52b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:58,891 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 15:59:58,891 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a1e9abf-41f0-4a8e-8ab6-8bf094dd25de', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a1e9abf-41f0-4a8e-8ab6-8bf094dd25de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 15:59:59,939 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 15:59:59,940 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1ac652-3ac7-411d-be84-bd6016513776', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1ac652-3ac7-411d-be84-bd6016513776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:00,990 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:00,990 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac84b97-513a-48fb-a701-3c86dea7755b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac84b97-513a-48fb-a701-3c86dea7755b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:02,038 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:02,038 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a45cf51-9ce9-44b3-861a-820a82d5217b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a45cf51-9ce9-44b3-861a-820a82d5217b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:03,087 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:03,087 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a30f2a2-c39a-432b-aeda-972025913449', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a30f2a2-c39a-432b-aeda-972025913449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:04,136 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:00:04,137 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362019bc-9b33-471b-8f2d-9562e2ac3961', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362019bc-9b33-471b-8f2d-9562e2ac3961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:05,186 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:05,186 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01834081-7e44-46e9-afeb-e2259606c267', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01834081-7e44-46e9-afeb-e2259606c267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:06,237 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:06,237 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8f78bf-f052-4b75-a2f0-aa388f062786', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8f78bf-f052-4b75-a2f0-aa388f062786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:07,287 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:07,287 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d581cd32-30b5-460b-8d92-adbd114a525a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d581cd32-30b5-460b-8d92-adbd114a525a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:08,336 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:08,336 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2ca2fd-b12a-4833-ae64-cac15de77fc4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2ca2fd-b12a-4833-ae64-cac15de77fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:09,386 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:09,386 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70822224-30b4-471b-bafe-327506457586', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70822224-30b4-471b-bafe-327506457586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:10,437 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:00:10,437 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-016498e8-ce4b-4e2e-af38-3528a7442f6c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-016498e8-ce4b-4e2e-af38-3528a7442f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:11,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:11,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1d0a56-de50-4664-9ddc-0a1dade80989', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1d0a56-de50-4664-9ddc-0a1dade80989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:12,536 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:12,536 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46bd16d1-6769-4ecb-9666-4a8c9a464888', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46bd16d1-6769-4ecb-9666-4a8c9a464888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:13,586 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:13,586 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-714eee21-8b1d-40e1-bc16-0ed2c191f501', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-714eee21-8b1d-40e1-bc16-0ed2c191f501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:14,635 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:14,635 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87cdbf35-8797-467c-b6a4-350e68bb9cbf', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87cdbf35-8797-467c-b6a4-350e68bb9cbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:15,684 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:15,685 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ecdba2f-3225-44c6-8a62-80c818b35c4c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ecdba2f-3225-44c6-8a62-80c818b35c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:16,733 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:16,733 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-907c6e41-f12f-401d-8ce1-52297993208f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-907c6e41-f12f-401d-8ce1-52297993208f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:17,782 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:17,783 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7394c8d1-a6e5-47af-880a-e4934cef6a09', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7394c8d1-a6e5-47af-880a-e4934cef6a09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:18,831 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:18,832 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cb5918a-c098-425f-b659-5b0ed9138bc2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cb5918a-c098-425f-b659-5b0ed9138bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:19,880 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:19,881 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e59f98-7c96-490d-9780-db9747872c4e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e59f98-7c96-490d-9780-db9747872c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:20,930 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:20,931 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe02f542-8e01-4229-864e-3cd3072fa25d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe02f542-8e01-4229-864e-3cd3072fa25d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:21,980 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:21,981 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a0219a4-c121-410f-a0d5-4e8b41786f60', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a0219a4-c121-410f-a0d5-4e8b41786f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:23,030 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:23,030 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af6e2fb1-b156-4028-adb3-a5b9e4715b4a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af6e2fb1-b156-4028-adb3-a5b9e4715b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:24,078 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:24,078 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf6b1a54-4bdd-4a58-9134-191e8f6925b0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf6b1a54-4bdd-4a58-9134-191e8f6925b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:25,127 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:25,128 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21dfd2a-be24-41c4-b859-2c196e83c327', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21dfd2a-be24-41c4-b859-2c196e83c327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:26,175 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:00:26,176 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d5709c-2223-44ec-90aa-16f9693fa942', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d5709c-2223-44ec-90aa-16f9693fa942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:27,224 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:27,225 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a24b2c-8564-49ca-a671-f71a8bd0d80f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a24b2c-8564-49ca-a671-f71a8bd0d80f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:28,272 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:28,273 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb033f0a-752b-4911-b24c-36ef002d3ca6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb033f0a-752b-4911-b24c-36ef002d3ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:29,322 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:29,322 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22edc31f-3ae6-4586-ab77-7442ccd18fe9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22edc31f-3ae6-4586-ab77-7442ccd18fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:30,371 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:30,372 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f6278c7-a011-4163-bbf0-68e0e891b001', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f6278c7-a011-4163-bbf0-68e0e891b001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:31,420 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:31,420 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91c10882-a76e-4edd-941b-619a4cfcbd3b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91c10882-a76e-4edd-941b-619a4cfcbd3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:32,472 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:00:32,472 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb9c068f-08b4-42f8-93d1-4e3d88d1f42e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb9c068f-08b4-42f8-93d1-4e3d88d1f42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:33,521 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:33,521 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd4135a-f23d-47e5-b166-a503e644e343', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd4135a-f23d-47e5-b166-a503e644e343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:34,571 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:34,571 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843a7610-f91f-4655-ad9e-89a57fd2975a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843a7610-f91f-4655-ad9e-89a57fd2975a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:35,621 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:35,622 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66eb7972-30f5-4bde-872a-220ea99ad6b2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66eb7972-30f5-4bde-872a-220ea99ad6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:36,671 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:36,671 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b17bfb07-b593-4ddd-a632-2038b2b09a56', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b17bfb07-b593-4ddd-a632-2038b2b09a56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:37,720 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:37,721 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a5cb60-903a-4c6b-8ea6-cfbe0772f2e3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a5cb60-903a-4c6b-8ea6-cfbe0772f2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:38,769 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:00:38,769 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93497df9-aa02-4408-9ef8-2a9a05f8df1c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93497df9-aa02-4408-9ef8-2a9a05f8df1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:39,819 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:39,819 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c3522ff-d4b0-4d25-b197-8951b85a7c14', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c3522ff-d4b0-4d25-b197-8951b85a7c14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:40,869 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:40,870 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d6edb5-519d-4167-bce3-62c4ddc1ec6a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d6edb5-519d-4167-bce3-62c4ddc1ec6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:41,919 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:41,920 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e809e4-ddcb-456c-9465-fc2c52280bb8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e809e4-ddcb-456c-9465-fc2c52280bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:43,091 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.163s 2021-08-10 16:00:43,091 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfdfefd7-657e-4640-a993-508fe1882972', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfdfefd7-657e-4640-a993-508fe1882972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:44,140 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:44,141 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5212b6-3c5a-4944-92f4-ff5239e62f6d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5212b6-3c5a-4944-92f4-ff5239e62f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:45,190 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:45,190 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda2a253-cbfe-4ab3-b6c4-6ab5ac8bb721', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda2a253-cbfe-4ab3-b6c4-6ab5ac8bb721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:46,241 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:00:46,241 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e6837c-9880-40b8-a5c1-876749d9e67e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50e6837c-9880-40b8-a5c1-876749d9e67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:47,291 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:47,292 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0ec813-7c5d-49e5-ba77-281654f40905', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0ec813-7c5d-49e5-ba77-281654f40905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:48,340 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:48,341 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45548194-8f24-4262-a2a4-c066877527ea', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45548194-8f24-4262-a2a4-c066877527ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:49,390 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:49,391 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f99559b-f1e4-4195-9a31-5b5aeb9d8e3d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f99559b-f1e4-4195-9a31-5b5aeb9d8e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:50,439 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:50,439 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e7edc6-15b0-4c3b-9582-dd56e07bd9cf', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e7edc6-15b0-4c3b-9582-dd56e07bd9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:51,489 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:51,490 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd43606-8908-4808-bc28-d472357f1172', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd43606-8908-4808-bc28-d472357f1172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:52,538 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:52,539 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d16b64-d5ee-45f9-90f9-9faa0bebe52f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d16b64-d5ee-45f9-90f9-9faa0bebe52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:53,588 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:53,588 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e91eb2-a712-4740-9c42-88dbeb242fdb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e91eb2-a712-4740-9c42-88dbeb242fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:54,643 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:00:54,643 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc1acff-ff32-436d-bfb7-412318617bfb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc1acff-ff32-436d-bfb7-412318617bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:55,693 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:55,693 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e235a5dc-6c43-444e-b70d-87e1a8ffc261', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e235a5dc-6c43-444e-b70d-87e1a8ffc261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:56,742 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:00:56,743 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b62e3a74-ecde-4cf2-aa86-b419c8f22336', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b62e3a74-ecde-4cf2-aa86-b419c8f22336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:57,807 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.051s 2021-08-10 16:00:57,807 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54adc8e-27f9-4c99-828e-0b3eaae69b0b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54adc8e-27f9-4c99-828e-0b3eaae69b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:58,862 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.046s 2021-08-10 16:00:58,862 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e40c28-ae85-48aa-a68a-1da5a2e98704', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06e40c28-ae85-48aa-a68a-1da5a2e98704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:00:59,912 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:00:59,912 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07062efa-2a46-47a6-8ee0-81b87bf9d825', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07062efa-2a46-47a6-8ee0-81b87bf9d825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:00,966 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 16:01:00,966 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b79efb-97b1-47c5-97d8-a6fa082ce91a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b79efb-97b1-47c5-97d8-a6fa082ce91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:02,017 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:01:02,017 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ec6a35-0b27-4f83-8e3d-611f8cf67c55', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ec6a35-0b27-4f83-8e3d-611f8cf67c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:03,070 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 16:01:03,071 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28d91b3-437d-4a2d-b0f9-4bd994f824f8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28d91b3-437d-4a2d-b0f9-4bd994f824f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:04,133 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.054s 2021-08-10 16:01:04,133 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56779fdf-2bfd-40c1-b8d2-600cce011838', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56779fdf-2bfd-40c1-b8d2-600cce011838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:05,185 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:01:05,186 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ea928a-9ec6-4825-97b2-4371dd2aed13', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ea928a-9ec6-4825-97b2-4371dd2aed13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:06,278 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.084s 2021-08-10 16:01:06,279 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-934bcfb0-9f92-4670-93b0-5cc28a70e7ff', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-934bcfb0-9f92-4670-93b0-5cc28a70e7ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:07,335 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.048s 2021-08-10 16:01:07,336 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935ab2c8-1d1d-40c0-a88b-efd9943a15d3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935ab2c8-1d1d-40c0-a88b-efd9943a15d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:08,386 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:08,386 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c667b388-87e1-4a26-971a-f030aca75fc2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c667b388-87e1-4a26-971a-f030aca75fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:09,437 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:01:09,437 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c59b987-091f-4ff4-a8bf-726c37cfc76e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c59b987-091f-4ff4-a8bf-726c37cfc76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:10,489 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:01:10,490 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b106efd6-01b5-46d1-b2d7-c94a84b087e1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b106efd6-01b5-46d1-b2d7-c94a84b087e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:11,544 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.046s 2021-08-10 16:01:11,545 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30fbbcc3-dd0d-446c-90f7-56d7df6fb246', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30fbbcc3-dd0d-446c-90f7-56d7df6fb246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:12,592 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:12,592 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92a9142-5811-4a55-a6a8-b55a0e35e920', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92a9142-5811-4a55-a6a8-b55a0e35e920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:13,641 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:01:13,641 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73741fe8-180a-4865-bf11-8af8c8eb7dbd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73741fe8-180a-4865-bf11-8af8c8eb7dbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:14,691 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:14,691 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c24be7d8-473c-43e6-a778-7fdd711803dc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c24be7d8-473c-43e6-a778-7fdd711803dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:15,739 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.039s 2021-08-10 16:01:15,739 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6691500f-44e1-49c8-95d5-18eb80acda50', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6691500f-44e1-49c8-95d5-18eb80acda50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:16,786 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.039s 2021-08-10 16:01:16,787 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f4a4e7a-5f79-4ee2-879e-78f47c0ad9a5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f4a4e7a-5f79-4ee2-879e-78f47c0ad9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:17,836 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:17,836 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a59c385-ccb0-48af-8836-6f376c16e05b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a59c385-ccb0-48af-8836-6f376c16e05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:18,893 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.049s 2021-08-10 16:01:18,893 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6000d3c3-354f-42a5-838d-bce9e979f0d1', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6000d3c3-354f-42a5-838d-bce9e979f0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:19,941 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:19,941 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9595e2f9-d67e-4b27-93ad-0bd6a404a6e0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9595e2f9-d67e-4b27-93ad-0bd6a404a6e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:20,994 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.045s 2021-08-10 16:01:20,994 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-221a467a-d9ad-416e-966b-08182c7e1426', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-221a467a-d9ad-416e-966b-08182c7e1426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:22,041 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.039s 2021-08-10 16:01:22,042 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246756a2-0ce7-484b-bf44-eef7a405bad0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246756a2-0ce7-484b-bf44-eef7a405bad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:23,090 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:23,091 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c35639-4c94-469b-b40b-3a2a73015767', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c35639-4c94-469b-b40b-3a2a73015767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:24,138 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.039s 2021-08-10 16:01:24,139 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81d2c6dd-2a5f-432a-92f4-34661ce0f456', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81d2c6dd-2a5f-432a-92f4-34661ce0f456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:25,186 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:25,186 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f31013dd-686c-47cf-85b0-850baf72a074', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f31013dd-686c-47cf-85b0-850baf72a074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:26,235 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:01:26,235 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eebb31c9-313b-4066-9637-3b752463d877', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eebb31c9-313b-4066-9637-3b752463d877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:27,287 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:01:27,288 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb8a12eb-3639-44e4-b3c0-cebf8c7b79f2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb8a12eb-3639-44e4-b3c0-cebf8c7b79f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:28,339 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:28,339 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0031c4b-5546-4e2e-876c-0aaba89f2e5b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0031c4b-5546-4e2e-876c-0aaba89f2e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:29,388 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:01:29,388 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34076479-ee5f-46ee-a881-08643d917c40', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34076479-ee5f-46ee-a881-08643d917c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:30,435 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.039s 2021-08-10 16:01:30,435 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c390b4-c589-4889-8d1f-612ecd96ebe3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c390b4-c589-4889-8d1f-612ecd96ebe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:31,485 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:31,485 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37165a1c-6ad9-49cb-ab4d-75e5f8505973', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37165a1c-6ad9-49cb-ab4d-75e5f8505973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:32,535 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:01:32,536 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-644ed656-77eb-4783-b6ca-42f0f4e6c3fe', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-644ed656-77eb-4783-b6ca-42f0f4e6c3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:33,584 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:33,584 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a654f90f-44c4-4b22-9975-cc7472863085', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a654f90f-44c4-4b22-9975-cc7472863085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:34,635 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:34,635 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02bc7ac-488e-4ac6-ae54-a90d5a8a5642', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02bc7ac-488e-4ac6-ae54-a90d5a8a5642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:35,687 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:01:35,687 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73fb0a7d-e029-49c0-a14b-c34946a0806f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73fb0a7d-e029-49c0-a14b-c34946a0806f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:36,734 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:36,735 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f48a86f-43fb-4d7a-add7-eea9a932ac80', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f48a86f-43fb-4d7a-add7-eea9a932ac80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:37,783 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:01:37,783 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f28aa2e6-2be9-4f52-b7c6-13aa8d60c3b8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f28aa2e6-2be9-4f52-b7c6-13aa8d60c3b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:38,833 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:38,834 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28fdb80e-56fc-46e9-84f6-6b291bb3f4ff', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28fdb80e-56fc-46e9-84f6-6b291bb3f4ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:39,884 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:39,885 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bd4d46-38ee-48f2-b8ab-71a5959f81ec', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bd4d46-38ee-48f2-b8ab-71a5959f81ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:40,952 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.059s 2021-08-10 16:01:40,953 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-642e77e8-de90-4c9c-9348-9565a3dce303', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-642e77e8-de90-4c9c-9348-9565a3dce303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:42,004 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:01:42,005 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79c3b51-e162-4d43-9b46-5bd794fe2097', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79c3b51-e162-4d43-9b46-5bd794fe2097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:43,060 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.047s 2021-08-10 16:01:43,060 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df23968c-ed20-4454-8727-6d97f1c9dd2c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df23968c-ed20-4454-8727-6d97f1c9dd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:44,113 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.044s 2021-08-10 16:01:44,113 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b3ccf4d-4244-4feb-afe1-ea667329944c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b3ccf4d-4244-4feb-afe1-ea667329944c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:45,169 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.048s 2021-08-10 16:01:45,169 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ebee46-50e6-493f-bf6c-562d0329382b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ebee46-50e6-493f-bf6c-562d0329382b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:46,219 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:46,219 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-112dcf52-ec5c-4cd2-9bfb-830cd64ca87e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-112dcf52-ec5c-4cd2-9bfb-830cd64ca87e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:47,273 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.046s 2021-08-10 16:01:47,274 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef71c00-6c9b-484b-90d8-9da744ece388', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef71c00-6c9b-484b-90d8-9da744ece388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:48,324 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:01:48,325 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d817e32f-f8a8-4647-94e2-887abf22fc12', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d817e32f-f8a8-4647-94e2-887abf22fc12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:49,376 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:01:49,376 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f77674a-f97f-4f37-80d6-6f54296f5c45', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f77674a-f97f-4f37-80d6-6f54296f5c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:50,426 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:50,426 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3dacf0-b5f8-42d1-b9f7-f3a43fc3d5f0', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3dacf0-b5f8-42d1-b9f7-f3a43fc3d5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:51,475 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:01:51,476 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cd0022-ef3b-4b9d-b9d8-c4d02546135d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cd0022-ef3b-4b9d-b9d8-c4d02546135d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:52,527 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:01:52,528 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea70c91d-75be-4081-93e6-46e170b01c9b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea70c91d-75be-4081-93e6-46e170b01c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:53,582 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.046s 2021-08-10 16:01:53,582 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a9aabdd-a532-4613-8220-e0a5bbf1608d', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a9aabdd-a532-4613-8220-e0a5bbf1608d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:54,634 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:54,634 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51d7ce6e-e26e-4a82-b365-6c3b9dfb7747', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51d7ce6e-e26e-4a82-b365-6c3b9dfb7747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:55,684 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:55,685 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bddcaf-9114-4da7-9773-302f10da1fdc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bddcaf-9114-4da7-9773-302f10da1fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:56,734 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:56,735 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809d3d4f-0583-4bda-9b9e-d0aaf87c49fd', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809d3d4f-0583-4bda-9b9e-d0aaf87c49fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:57,785 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:01:57,785 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1af37ff-73bb-49c3-8fa6-3f580c7ff794', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1af37ff-73bb-49c3-8fa6-3f580c7ff794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:58,839 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.046s 2021-08-10 16:01:58,840 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1716ba2d-4839-4379-8589-ae5ce2f7f016', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1716ba2d-4839-4379-8589-ae5ce2f7f016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:01:59,889 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:01:59,889 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51638173-7296-470a-b229-ecac31aa0e98', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51638173-7296-470a-b229-ecac31aa0e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:00,939 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:00,940 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8548bcc-5302-4c29-90c7-2f55f795c64b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8548bcc-5302-4c29-90c7-2f55f795c64b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:01,988 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:01,988 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3613e6de-16e9-457b-aa9f-b70d14259251', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3613e6de-16e9-457b-aa9f-b70d14259251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:03,037 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:03,038 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-275fecc8-d1bb-4552-a68e-305f021f0ac8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-275fecc8-d1bb-4552-a68e-305f021f0ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:04,087 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:04,088 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf097a7b-7d4d-4aad-bc5a-988be18336a8', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf097a7b-7d4d-4aad-bc5a-988be18336a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:05,137 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:05,137 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ac8d28-10a5-4bcb-bbda-3d23ab265e61', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ac8d28-10a5-4bcb-bbda-3d23ab265e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:06,185 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:02:06,186 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a23472-99db-4492-9db6-76911c393a39', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a23472-99db-4492-9db6-76911c393a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:07,234 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:07,234 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f006e28-c136-4844-9994-406a76784186', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f006e28-c136-4844-9994-406a76784186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:08,282 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:08,282 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d541030-fbac-4280-916f-cfe32af47c77', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d541030-fbac-4280-916f-cfe32af47c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:09,333 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:09,333 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e640ef-e09c-4f4d-9236-eb775aaac0ff', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e640ef-e09c-4f4d-9236-eb775aaac0ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:10,382 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:10,383 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b05d25-b35c-40e8-922b-a242f193252f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b05d25-b35c-40e8-922b-a242f193252f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:11,433 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:11,433 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203e786e-f4b6-46f2-8861-a2f9b84fd97b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203e786e-f4b6-46f2-8861-a2f9b84fd97b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:12,487 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:12,487 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b9f85e-f9c8-4b5c-924b-d6140a3dc1e9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b9f85e-f9c8-4b5c-924b-d6140a3dc1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:13,536 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:13,536 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7f4ac2-9e83-4ac7-a129-9ed50058b934', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7f4ac2-9e83-4ac7-a129-9ed50058b934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:14,585 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:14,586 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3dae6dd-c14b-496f-8342-7db4c946b6e5', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3dae6dd-c14b-496f-8342-7db4c946b6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:15,635 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:15,635 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-556cd24b-ba55-464b-9755-66db27392708', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-556cd24b-ba55-464b-9755-66db27392708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:16,683 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:02:16,684 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e991c4e-8917-4317-847e-e41cb96d4214', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e991c4e-8917-4317-847e-e41cb96d4214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:17,735 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.043s 2021-08-10 16:02:17,736 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccacec83-0646-420e-a54e-fb224b3f24ce', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccacec83-0646-420e-a54e-fb224b3f24ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:18,784 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:02:18,784 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3815327a-ad27-468b-b382-5f5b1f561014', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3815327a-ad27-468b-b382-5f5b1f561014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:19,834 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:19,835 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a9655a-906a-41a2-b8bf-9c5a02d87ade', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a9655a-906a-41a2-b8bf-9c5a02d87ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:20,884 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:20,884 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5b212e-ea51-4f14-92b7-7b1b665386db', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5b212e-ea51-4f14-92b7-7b1b665386db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:21,935 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:21,936 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ea9450-3598-497f-a5fb-bc6dbb84fed6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ea9450-3598-497f-a5fb-bc6dbb84fed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:22,984 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:22,985 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d7ae1d-a5c7-49b0-8cb6-b203f760ba26', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d7ae1d-a5c7-49b0-8cb6-b203f760ba26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:24,033 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:24,034 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd34c989-6964-495d-a301-d5f8a7bb528c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd34c989-6964-495d-a301-d5f8a7bb528c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:25,084 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:25,084 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e473e485-237b-4e81-a314-5d63e3bebf1e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e473e485-237b-4e81-a314-5d63e3bebf1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:26,132 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:26,133 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22a0051-edca-4a11-a2f9-392463db12e7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22a0051-edca-4a11-a2f9-392463db12e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:27,181 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:02:27,181 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b05d77b-a472-4ae7-9e60-c1ee5955d932', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b05d77b-a472-4ae7-9e60-c1ee5955d932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:28,230 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.040s 2021-08-10 16:02:28,231 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0e70da-1164-4567-82ad-c3bc0b2b199b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0e70da-1164-4567-82ad-c3bc0b2b199b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:29,279 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:29,280 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09fef5f-bb77-444d-83e6-f172b6445351', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09fef5f-bb77-444d-83e6-f172b6445351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:30,441 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.153s 2021-08-10 16:02:30,441 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f119586e-3ea9-4d36-beab-b85fdccb50de', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f119586e-3ea9-4d36-beab-b85fdccb50de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:31,491 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:31,492 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ab372e6-30e4-4660-880d-426527fb5239', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ab372e6-30e4-4660-880d-426527fb5239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:32,542 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:32,543 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d96ca42-f5a9-4ca3-a2af-1d773ab27ef9', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d96ca42-f5a9-4ca3-a2af-1d773ab27ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:33,593 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:33,593 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7524650f-f6b0-4f4f-98c3-28af1ead7b60', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7524650f-f6b0-4f4f-98c3-28af1ead7b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:34,643 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.042s 2021-08-10 16:02:34,643 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2f3e88-ab48-4e80-a1c2-454cb27c2841', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2f3e88-ab48-4e80-a1c2-454cb27c2841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:35,692 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0 0.041s 2021-08-10 16:02:35,693 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7604a84-2957-46c2-ab9e-1d4cc7a48445', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7604a84-2957-46c2-ab9e-1d4cc7a48445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0'} Body: b'{"volume": {"id": "bbcba796-2e0f-4bd1-b1f2-3047222822d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:56:35.000000", "updated_at": "2021-08-10T15:56:35.000000", "name": "tempest-AttachVolumeTestJSON-volume-1711872046", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/bfc03028cb014fb380e0da13804d7994/volumes/bbcba796-2e0f-4bd1-b1f2-3047222822d0"}], "user_id": "669e3030da6540fc871db353b17624da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bfc03028cb014fb380e0da13804d7994"}}' 2021-08-10 16:02:35,812 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.112s 2021-08-10 16:02:35,813 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (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-b7164005-39c3-46d7-9f7c-84d92e0fb877', 'x-compute-request-id': 'req-b7164005-39c3-46d7-9f7c-84d92e0fb877', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'' 2021-08-10 16:02:35,959 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.146s 2021-08-10 16:02:35,960 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d463ca05-edea-4f74-99e9-965dfe50ad3f', 'x-compute-request-id': 'req-d463ca05-edea-4f74-99e9-965dfe50ad3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T16:02:36Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:da:66"}, {"version": 4, "addr": "172.27.3.22", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:da:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": "2021-08-10T15:55:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--296067114"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 16:02:37,121 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.152s 2021-08-10 16:02:37,121 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1605', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf01537-f570-4bdf-ac12-05c6f400e409', 'x-compute-request-id': 'req-bbf01537-f570-4bdf-ac12-05c6f400e409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"server": {"id": "a057d668-8a51-41b1-9499-70bc57a0b105", "name": "tempest-AttachVolumeTestJSON-server-1001323563", "status": "ACTIVE", "tenant_id": "bfc03028cb014fb380e0da13804d7994", "user_id": "669e3030da6540fc871db353b17624da", "metadata": {}, "hostId": "caac1eb4b7720f496e645474e9d51b853185aed1af1b7c9d6c42a9aa", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:55:45Z", "updated": "2021-08-10T16:02:36Z", "addresses": {"tempest-AttachVolumeTestJSON-2061820579-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:da:66"}, {"version": 4, "addr": "172.27.3.22", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b1:da:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/a057d668-8a51-41b1-9499-70bc57a0b105"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-122439074", "OS-SRV-USG:launched_at": "2021-08-10T15:55:55.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 16:02:38,180 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105 0.049s 2021-08-10 16:02:38,180 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (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-51c13615-937c-4012-9f06-52eb66cc419b', 'x-compute-request-id': 'req-51c13615-937c-4012-9f06-52eb66cc419b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/a057d668-8a51-41b1-9499-70bc57a0b105'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a057d668-8a51-41b1-9499-70bc57a0b105 could not be found."}}' 2021-08-10 16:02:38,224 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-122439074 0.043s 2021-08-10 16:02:38,225 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:02:38 GMT', 'server': 'Apache/2.4.41 (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-d0b305bc-68b4-44c7-818a-ecce32ac3dbf', 'x-compute-request-id': 'req-d0b305bc-68b4-44c7-818a-ecce32ac3dbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/os-keypairs/tempest-keypair-122439074'} Body: b'' 2021-08-10 16:02:38,359 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/security-groups/4e98164b-2528-48dd-bc8c-3b97604bef4b 0.134s 2021-08-10 16:02:38,360 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-c92792b8-ab1d-4853-9b08-e22d91815439', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 16:02:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/4e98164b-2528-48dd-bc8c-3b97604bef4b'} Body: b'' 2021-08-10 16:02:38,377 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.21:9696/v2.0/security-groups/4e98164b-2528-48dd-bc8c-3b97604bef4b 0.017s 2021-08-10 16:02:38,377 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-76e82322-7481-427d-b139-94ef8bda285e', 'date': 'Tue, 10 Aug 2021 16:02:38 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21:9696/v2.0/security-groups/4e98164b-2528-48dd-bc8c-3b97604bef4b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4e98164b-2528-48dd-bc8c-3b97604bef4b does not exist", "detail": ""}}' 2021-08-10 16:02:38,809 114850 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21:9696/v2.0/floatingips/534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca 0.431s 2021-08-10 16:02:38,810 114850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d8a64ed2-07d3-4600-941a-7bd174b07cf6', 'content-length': '0', 'date': 'Tue, 10 Aug 2021 16:02:38 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21:9696/v2.0/floatingips/534f6c9f-8dd1-43c5-9ef9-7f4cf54a7cca'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 533, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume bbcba796-2e0f-4bd1-b1f2-3047222822d0 failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt8.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
pt8.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] |
fail
ft8.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:34:25,133 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.222.0.21/identity/v3/auth/tokens 0.030s 2021-08-10 15:34:25,133 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3405', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6c7aaa49-0bca-4943-9801-379e823a19ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "664e4277bae944f19387b7a99422e49f", "name": "tempest-AttachVolumeNegativeTest-1189974213-project", "password_expires_at": null}, "audit_ids": ["7t2cnBygScC1_DbwSeTs6A"], "expires_at": "2021-08-10T16:34:25.000000Z", "issued_at": "2021-08-10T15:34:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7aff71052d054f0ebcc52a39fe7edf0c", "name": "tempest-AttachVolumeNegativeTest-1189974213"}, "is_domain": false, "roles": [{"id": "93016b25cb1d4ab29cbc6d088f2bb2a6", "name": "reader"}, {"id": "3f0e67136fd346359265e2fb6f5e3133", "name": "member"}], "catalog": [{"endpoints": [{"id": "e1c4616a7a394f9793fcc756891761bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2/7aff71052d054f0ebcc52a39fe7edf0c", "region": "RegionOne"}], "id": "0f439aca09b940b095cf6b424ebf8f9a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "32e9e956edf54f918aa8bd22bcefaa7e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}, {"id": "e632fc2df7374a23bb2bb772dab001eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}], "id": "327603b840204b6ab8eb4b7b9e011511", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2f5e195ed3f844bfbda7b1bd516eeb75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c", "region": "RegionOne"}], "id": "3860ab1a1c5e4fdbb14fb758d5069f32", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a289e48496ce42fb8901a4ca82a22e4a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/image", "region": "RegionOne"}], "id": "4b7249a1c1044a069c1fb0ebb717c8d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81e1ac20b1fd45fda0adedc5309e6974", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c", "region": "RegionOne"}], "id": "71b1c4e37b29475689a2f3a97f55088c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "cde045d618b44ff0b53328611f007682", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/placement", "region": "RegionOne"}], "id": "7c5037f8892e46dfbc3c95d4a389a284", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0ad36d76ccb043bfa2d1057be9e9ff68", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21:8080", "region": "RegionOne"}, {"id": "fe00482004584c039cab04e8ac8d8d8a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:8080/v1/AUTH_7aff71052d054f0ebcc52a39fe7edf0c", "region": "RegionOne"}], "id": "bc90e41c210749b899510acd79e9950f", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "8eee5c9a63314f45a0aafcc3830e0527", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:9696/", "region": "RegionOne"}], "id": "c23af3b8d8ab49269b27232ede5e3d64", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8bb54876d76f46b69d930189bebd223b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2.1", "region": "RegionOne"}], "id": "e6db6146bd3e4d2a8ac79beebf3f9b82", "type": "compute", "name": "nova"}]}}' 2021-08-10 15:34:25,134 114853 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '2370f7c7-1ad1-4285-9977-1239962942b6', 'name': 'tempest-AttachVolumeNegativeTest-1907063853-network', 'tenant_id': '7aff71052d054f0ebcc52a39fe7edf0c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7aff71052d054f0ebcc52a39fe7edf0c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 808, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-08-10T15:32:04Z', 'updated_at': '2021-08-10T15:32:04Z', 'revision_number': 1} available for tenant 2021-08-10 15:34:25,649 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.21/compute/v2.1/servers 0.514s 2021-08-10 15:34:25,649 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1589891221", "imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "flavorRef": "452", "networks": [{"uuid": "2370f7c7-1ad1-4285-9977-1239962942b6"}]}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a09ea56-b43e-46ad-bedc-e6487c13f6d3', 'x-compute-request-id': 'req-4a09ea56-b43e-46ad-bedc-e6487c13f6d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4ehh6VQyBLqM"}}' 2021-08-10 15:34:25,718 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.066s 2021-08-10 15:34:25,718 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a847f0b-2481-49bf-ba4b-5658ac2551e9', 'x-compute-request-id': 'req-5a847f0b-2481-49bf-ba4b-5658ac2551e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:26Z", "updated": "2021-08-10T15:34:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:26,818 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.092s 2021-08-10 15:34:26,818 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9968c1e5-de92-49c2-ba7f-63b272d23b47', 'x-compute-request-id': 'req-9968c1e5-de92-49c2-ba7f-63b272d23b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:26,825 114853 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-08-10 15:34:27,974 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.147s 2021-08-10 15:34:27,974 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cee34a88-8e66-40fe-810c-cf9c152253d1', 'x-compute-request-id': 'req-cee34a88-8e66-40fe-810c-cf9c152253d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:27,981 114853 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2021-08-10 15:34:29,124 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.141s 2021-08-10 15:34:29,124 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28c6ee33-2315-4eea-8795-ff109c83e687', 'x-compute-request-id': 'req-28c6ee33-2315-4eea-8795-ff109c83e687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:30,335 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.203s 2021-08-10 15:34:30,336 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7545fde-f480-4128-a8d5-40a92ebb1d03', 'x-compute-request-id': 'req-a7545fde-f480-4128-a8d5-40a92ebb1d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:31,490 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.146s 2021-08-10 15:34:31,491 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5e7af61-8dc5-4b4b-8a27-784375237e2d', 'x-compute-request-id': 'req-f5e7af61-8dc5-4b4b-8a27-784375237e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:32,640 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.141s 2021-08-10 15:34:32,640 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bad8cba1-78cb-49f6-b141-a2c635044894', 'x-compute-request-id': 'req-bad8cba1-78cb-49f6-b141-a2c635044894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:33,802 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.153s 2021-08-10 15:34:33,802 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b62aa799-3932-43d0-ba91-1e72c7aaf104', 'x-compute-request-id': 'req-b62aa799-3932-43d0-ba91-1e72c7aaf104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:34,949 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.138s 2021-08-10 15:34:34,950 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daa40811-d38d-48a1-b2d9-b61b96587f7c', 'x-compute-request-id': 'req-daa40811-d38d-48a1-b2d9-b61b96587f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:36,103 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.145s 2021-08-10 15:34:36,103 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62cf3729-c2ba-484e-b6d9-6be1d3133ddc', 'x-compute-request-id': 'req-62cf3729-c2ba-484e-b6d9-6be1d3133ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:37,253 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.142s 2021-08-10 15:34:37,254 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1201eb77-5915-4395-8d2c-d87df31b582c', 'x-compute-request-id': 'req-1201eb77-5915-4395-8d2c-d87df31b582c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:38,409 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.147s 2021-08-10 15:34:38,410 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68418c58-4651-42f7-8e0f-45f29118a76f', 'x-compute-request-id': 'req-68418c58-4651-42f7-8e0f-45f29118a76f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:39,565 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.147s 2021-08-10 15:34:39,565 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58a27a31-c0b2-4f50-98aa-9a880a491370', 'x-compute-request-id': 'req-58a27a31-c0b2-4f50-98aa-9a880a491370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "BUILD", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:40,736 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c 0.163s 2021-08-10 15:34:40,736 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1509', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e14de44-209e-48e4-9ee8-7ecc13a83f2f', 'x-compute-request-id': 'req-3e14de44-209e-48e4-9ee8-7ecc13a83f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c'} Body: b'{"server": {"id": "534e6365-a959-4a51-83b7-2d487b02d35c", "name": "tempest-AttachVolumeNegativeTest-server-1589891221", "status": "ACTIVE", "tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c", "user_id": "664e4277bae944f19387b7a99422e49f", "metadata": {}, "hostId": "a9a19219e456250380404430b137748d59b2b8ff3b34fec61cb6c747", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:34:25Z", "updated": "2021-08-10T15:34:40Z", "addresses": {"tempest-AttachVolumeNegativeTest-1907063853-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:b8:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/534e6365-a959-4a51-83b7-2d487b02d35c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:40,744 114853 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait 2021-08-10 15:34:40,944 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes 0.200s 2021-08-10 15:34:40,945 114853 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-AttachVolumeNegativeTest-volume-1944594420"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f68bd84-07e7-405f-9e53-b8ecce747d47', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f68bd84-07e7-405f-9e53-b8ecce747d47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:40.871611", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:34:40,999 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:34:40,999 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33625ef7-16fc-41ee-b042-3fba2a873b2e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33625ef7-16fc-41ee-b042-3fba2a873b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:42,053 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:34:42,053 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2395eeb0-428e-455e-b714-133c43a256b6', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2395eeb0-428e-455e-b714-133c43a256b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:42,060 114853 INFO [tempest.common.waiters] volume 8ef2217a-2b50-4d87-b4fb-9c58e480e638 reached available after waiting for 1.060304 seconds 2021-08-10 15:34:42,324 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 POST http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.263s 2021-08-10 15:34:42,324 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (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-85d92a97-86b0-45a6-b810-0d5065bb698e', 'x-compute-request-id': 'req-85d92a97-86b0-45a6-b810-0d5065bb698e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "device": "/dev/sdb"}}' 2021-08-10 15:34:42,372 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:34:42,373 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34168262-0b8f-47ef-86fd-e458ffa27f7a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34168262-0b8f-47ef-86fd-e458ffa27f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:43,430 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:34:43,430 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45bd9030-f856-4851-b228-05825491a6c8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45bd9030-f856-4851-b228-05825491a6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:44,505 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.068s 2021-08-10 15:34:44,506 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c1b6b1-8e9a-4092-ac93-1ccef57bc388', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c1b6b1-8e9a-4092-ac93-1ccef57bc388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:45,584 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.071s 2021-08-10 15:34:45,585 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-388a3ef4-def0-40bb-a819-0c1add2595a3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-388a3ef4-def0-40bb-a819-0c1add2595a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:46,652 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.060s 2021-08-10 15:34:46,653 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63d15b6-79a2-4219-9964-d96524e7f3ab', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63d15b6-79a2-4219-9964-d96524e7f3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:47,743 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.082s 2021-08-10 15:34:47,744 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-495d3ad2-79bf-4d72-97cd-1f5fbc2da650', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-495d3ad2-79bf-4d72-97cd-1f5fbc2da650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:48,819 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.067s 2021-08-10 15:34:48,820 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223b5f5e-268e-461a-8189-0bc6e05adbfa', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223b5f5e-268e-461a-8189-0bc6e05adbfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:49,897 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.070s 2021-08-10 15:34:49,897 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2785be6a-0e8c-48fc-a8e8-759e1c9c9fa9', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2785be6a-0e8c-48fc-a8e8-759e1c9c9fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:50,967 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.061s 2021-08-10 15:34:50,967 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36409fb6-c556-472b-b4cd-b43dfa0b91d2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36409fb6-c556-472b-b4cd-b43dfa0b91d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:52,029 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:34:52,030 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9027c079-c679-407e-8391-79999afb72ed', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9027c079-c679-407e-8391-79999afb72ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:53,084 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:34:53,084 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c56e1d0-b976-4342-a891-cd5e473cfd07', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c56e1d0-b976-4342-a891-cd5e473cfd07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:54,137 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:34:54,137 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04c185b-a1f2-4513-bd9a-06cde2850e39', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04c185b-a1f2-4513-bd9a-06cde2850e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:55,191 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:34:55,191 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a91927f-8f35-4b8a-90fb-b4bd2ba55eec', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a91927f-8f35-4b8a-90fb-b4bd2ba55eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:56,244 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:34:56,245 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93dea91a-5b47-4d1a-8c78-e6fc05a4c9b4', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93dea91a-5b47-4d1a-8c78-e6fc05a4c9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:57,299 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:34:57,299 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5bf84d-1b7b-4f60-8652-1bcbbeb1db65', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5bf84d-1b7b-4f60-8652-1bcbbeb1db65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:48.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:58,359 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:34:58,359 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a8e9d9-8a9c-46ad-92f5-65fde0396940', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a8e9d9-8a9c-46ad-92f5-65fde0396940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:58.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:58,366 114853 INFO [tempest.common.waiters] Attachment ce139987-6bbb-4fd4-92f2-e4a4f614318e created for volume 8ef2217a-2b50-4d87-b4fb-9c58e480e638 to server 534e6365-a959-4a51-83b7-2d487b02d35c after waiting for 16.366051 seconds 2021-08-10 15:34:58,413 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:34:58,413 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225bb6c2-0e35-48b8-a11c-bd0027e49025', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225bb6c2-0e35-48b8-a11c-bd0027e49025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:58.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:58,420 114853 INFO [tempest.common.waiters] volume 8ef2217a-2b50-4d87-b4fb-9c58e480e638 reached in-use after waiting for 0.420366 seconds 2021-08-10 15:34:58,455 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 400 DELETE http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.034s 2021-08-10 15:34:58,455 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e2083c-2cb8-4051-8868-befc66f704fd', 'x-openstack-request-id': 'req-07e2083c-2cb8-4051-8868-befc66f704fd', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' 2021-08-10 15:34:58,503 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:34:58,503 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-481ede8d-ccb6-4138-8416-8010927ae484', 'content-length': '1209', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481ede8d-ccb6-4138-8416-8010927ae484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:58.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:34:58,673 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.163s 2021-08-10 15:34:58,674 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (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-24332b6a-65e1-4796-af29-862815e106ca', 'x-compute-request-id': 'req-24332b6a-65e1-4796-af29-862815e106ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'' 2021-08-10 15:34:58,724 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:34:58,724 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-759e7b02-766f-43a1-8c23-97982f992163', 'x-compute-request-id': 'req-759e7b02-766f-43a1-8c23-97982f992163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:34:59,865 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.138s 2021-08-10 15:34:59,865 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2b8e94-c9e5-44a3-bf4d-368a76eeefda', 'x-compute-request-id': 'req-2d2b8e94-c9e5-44a3-bf4d-368a76eeefda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:00,914 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:00,915 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-013b26fc-7179-4367-a853-96e9728f4fca', 'x-compute-request-id': 'req-013b26fc-7179-4367-a853-96e9728f4fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:01,964 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:01,964 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f845307-c078-4b33-b2f5-cdbe641174be', 'x-compute-request-id': 'req-0f845307-c078-4b33-b2f5-cdbe641174be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:03,012 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:03,012 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94fe1a4f-c244-4110-8643-b75a14cf01e3', 'x-compute-request-id': 'req-94fe1a4f-c244-4110-8643-b75a14cf01e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:04,063 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:35:04,063 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3147832d-4663-4001-ac1d-1097446b858b', 'x-compute-request-id': 'req-3147832d-4663-4001-ac1d-1097446b858b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:05,110 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:35:05,111 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce444451-85f1-4f8a-bf1f-773698c0c074', 'x-compute-request-id': 'req-ce444451-85f1-4f8a-bf1f-773698c0c074', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:06,159 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:06,160 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1deb4c0-22c6-44c6-b85c-68e024b06392', 'x-compute-request-id': 'req-c1deb4c0-22c6-44c6-b85c-68e024b06392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:07,207 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:07,208 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5107adc6-d7ab-46c3-80a7-99eed0aee787', 'x-compute-request-id': 'req-5107adc6-d7ab-46c3-80a7-99eed0aee787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:08,257 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:08,257 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28940383-1ee8-4e15-8ef8-bf1c7242f8b9', 'x-compute-request-id': 'req-28940383-1ee8-4e15-8ef8-bf1c7242f8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:09,305 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:09,306 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d82226-2498-46b4-b1bd-499d58e5053c', 'x-compute-request-id': 'req-00d82226-2498-46b4-b1bd-499d58e5053c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:10,355 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:10,356 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11cbd130-a0a0-4a57-8593-34a517735069', 'x-compute-request-id': 'req-11cbd130-a0a0-4a57-8593-34a517735069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:11,407 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:35:11,408 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b44e8b-8412-4991-8c91-b94ff272fcc6', 'x-compute-request-id': 'req-55b44e8b-8412-4991-8c91-b94ff272fcc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:12,457 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:12,457 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41cb8ebc-ff75-4774-a02c-96139aa1a501', 'x-compute-request-id': 'req-41cb8ebc-ff75-4774-a02c-96139aa1a501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:13,506 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:13,506 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbe67696-d440-4723-a580-2cdbd8669266', 'x-compute-request-id': 'req-dbe67696-d440-4723-a580-2cdbd8669266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:14,554 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:14,555 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c1005a5-f263-462c-952c-9a70d06e476a', 'x-compute-request-id': 'req-2c1005a5-f263-462c-952c-9a70d06e476a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:15,604 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:35:15,605 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34f2bfce-f239-40c0-8c72-caa61194bda3', 'x-compute-request-id': 'req-34f2bfce-f239-40c0-8c72-caa61194bda3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:16,653 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:16,654 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a91e439-636c-42f9-8984-99118f248790', 'x-compute-request-id': 'req-9a91e439-636c-42f9-8984-99118f248790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:17,702 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:17,702 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4db49ad-bba3-4f3f-9c42-1210f36b49ad', 'x-compute-request-id': 'req-c4db49ad-bba3-4f3f-9c42-1210f36b49ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:18,750 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:18,751 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d94f4924-c91b-4df3-92de-04a16c49afdb', 'x-compute-request-id': 'req-d94f4924-c91b-4df3-92de-04a16c49afdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:19,799 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:19,799 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f10f727-23b3-40db-956c-707c340ebf09', 'x-compute-request-id': 'req-9f10f727-23b3-40db-956c-707c340ebf09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:20,849 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:20,849 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b90ab502-5f3c-4f23-b222-a463966b2ff2', 'x-compute-request-id': 'req-b90ab502-5f3c-4f23-b222-a463966b2ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:21,899 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:35:21,899 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7247dfd-ed39-4ec7-9fd8-be80287b9270', 'x-compute-request-id': 'req-e7247dfd-ed39-4ec7-9fd8-be80287b9270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:22,948 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:22,948 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dde5951f-1760-417b-b4b2-8c249cd60fc2', 'x-compute-request-id': 'req-dde5951f-1760-417b-b4b2-8c249cd60fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:23,999 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:35:23,999 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54730904-650f-4878-be82-2ccde5015dd8', 'x-compute-request-id': 'req-54730904-650f-4878-be82-2ccde5015dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:25,049 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:25,049 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c4d96d3-2bd5-4328-98e5-9607a468c407', 'x-compute-request-id': 'req-5c4d96d3-2bd5-4328-98e5-9607a468c407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:26,096 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:26,097 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d926593c-4adc-4b23-8f7b-9ee5e40df7b5', 'x-compute-request-id': 'req-d926593c-4adc-4b23-8f7b-9ee5e40df7b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:27,145 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:27,145 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c5f7e96-8172-480a-b19b-694783055c2e', 'x-compute-request-id': 'req-0c5f7e96-8172-480a-b19b-694783055c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:28,194 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:28,195 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afdfff5f-d524-434d-a103-3118bb75472d', 'x-compute-request-id': 'req-afdfff5f-d524-434d-a103-3118bb75472d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:29,245 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:35:29,245 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c529c334-f246-47b2-af5e-3ef4305529f9', 'x-compute-request-id': 'req-c529c334-f246-47b2-af5e-3ef4305529f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:30,293 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:30,294 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3d8c4ff-e1ba-4550-993d-4b9f93a07118', 'x-compute-request-id': 'req-d3d8c4ff-e1ba-4550-993d-4b9f93a07118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:31,357 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.060s 2021-08-10 15:35:31,357 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32dca686-5491-4aa1-a0e0-2ee1f71628fb', 'x-compute-request-id': 'req-32dca686-5491-4aa1-a0e0-2ee1f71628fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:32,491 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.131s 2021-08-10 15:35:32,492 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdb30b38-3a36-4e26-a974-f9b4b0208dbc', 'x-compute-request-id': 'req-bdb30b38-3a36-4e26-a974-f9b4b0208dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:33,652 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.158s 2021-08-10 15:35:33,653 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e607136c-d17b-494e-ab33-bd4a886cf514', 'x-compute-request-id': 'req-e607136c-d17b-494e-ab33-bd4a886cf514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:34,808 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.152s 2021-08-10 15:35:34,808 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7407405f-f3df-4216-ad23-0ab3e9a6b36f', 'x-compute-request-id': 'req-7407405f-f3df-4216-ad23-0ab3e9a6b36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:35,857 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:35,857 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feb3b9aa-bae4-412e-b328-4def3c5cf62f', 'x-compute-request-id': 'req-feb3b9aa-bae4-412e-b328-4def3c5cf62f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:36,905 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:35:36,905 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33678811-126b-4c3a-b1ac-0cf8c9f3d302', 'x-compute-request-id': 'req-33678811-126b-4c3a-b1ac-0cf8c9f3d302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:37,956 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:35:37,957 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75dde28b-3288-4b81-bef5-01865a990cc8', 'x-compute-request-id': 'req-75dde28b-3288-4b81-bef5-01865a990cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:39,006 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:39,006 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fa9ab25-1af1-45e4-9732-794018f5b5e1', 'x-compute-request-id': 'req-2fa9ab25-1af1-45e4-9732-794018f5b5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:40,054 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:40,055 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-104936ee-36fb-414b-b2ce-d964327a8a10', 'x-compute-request-id': 'req-104936ee-36fb-414b-b2ce-d964327a8a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:41,103 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:41,104 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809a6a68-4aa0-4c3f-bb53-7333fbedd05b', 'x-compute-request-id': 'req-809a6a68-4aa0-4c3f-bb53-7333fbedd05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:42,154 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:35:42,155 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2258e732-c6cc-4f43-98bc-4a06b9eb4cd2', 'x-compute-request-id': 'req-2258e732-c6cc-4f43-98bc-4a06b9eb4cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:43,202 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:43,203 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ccb0aaa-d574-4e71-84bf-df62be725c71', 'x-compute-request-id': 'req-0ccb0aaa-d574-4e71-84bf-df62be725c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:44,251 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.043s 2021-08-10 15:35:44,251 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e52f4507-687f-4d59-b806-41f16fe85937', 'x-compute-request-id': 'req-e52f4507-687f-4d59-b806-41f16fe85937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:45,300 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:45,301 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbe697b3-8d1b-443b-bd73-8cd45b03d423', 'x-compute-request-id': 'req-fbe697b3-8d1b-443b-bd73-8cd45b03d423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:46,350 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:46,350 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d537fbb2-8026-4089-9ef7-5c7d69b028d6', 'x-compute-request-id': 'req-d537fbb2-8026-4089-9ef7-5c7d69b028d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:47,401 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:35:47,401 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c63fde-6e02-47c5-8b1b-b2c31a637b93', 'x-compute-request-id': 'req-f8c63fde-6e02-47c5-8b1b-b2c31a637b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:48,450 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:48,450 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67a25c86-b007-4640-a1c6-dffe29a2ce8a', 'x-compute-request-id': 'req-67a25c86-b007-4640-a1c6-dffe29a2ce8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:49,500 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:35:49,500 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53c9e702-58db-4e9f-8c5f-3bc6ad11402d', 'x-compute-request-id': 'req-53c9e702-58db-4e9f-8c5f-3bc6ad11402d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:50,549 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:50,549 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3680510-7ad3-489f-b3e6-0ae797bd2ac5', 'x-compute-request-id': 'req-e3680510-7ad3-489f-b3e6-0ae797bd2ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:51,597 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:51,597 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7577ad45-2b70-4c02-aebf-c1e118ca203d', 'x-compute-request-id': 'req-7577ad45-2b70-4c02-aebf-c1e118ca203d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:52,645 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:52,646 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f2e7008-6419-4722-bad3-29b68ea68224', 'x-compute-request-id': 'req-4f2e7008-6419-4722-bad3-29b68ea68224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:53,694 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:53,695 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae88c115-2cd0-43ec-a616-e41a8701a5af', 'x-compute-request-id': 'req-ae88c115-2cd0-43ec-a616-e41a8701a5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:54,742 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:54,743 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b35a8214-7489-40a2-95b3-b0ac5d403f55', 'x-compute-request-id': 'req-b35a8214-7489-40a2-95b3-b0ac5d403f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:55,791 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:55,792 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acea2aac-007b-4cd3-a933-0ed8dd08a3b9', 'x-compute-request-id': 'req-acea2aac-007b-4cd3-a933-0ed8dd08a3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:56,840 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:56,841 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b8ecda5-dad7-455c-89e9-49e6a48cd27f', 'x-compute-request-id': 'req-2b8ecda5-dad7-455c-89e9-49e6a48cd27f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:57,889 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:35:57,890 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fe7d1b3-b838-4380-9ddb-07e7f6ebad82', 'x-compute-request-id': 'req-0fe7d1b3-b838-4380-9ddb-07e7f6ebad82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:58,937 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:35:58,938 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c6cc956-9218-4bf0-a016-5e6737ba7ddf', 'x-compute-request-id': 'req-9c6cc956-9218-4bf0-a016-5e6737ba7ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:35:59,985 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:35:59,986 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2113f4f3-e5b6-491f-989b-6b5b33046e16', 'x-compute-request-id': 'req-2113f4f3-e5b6-491f-989b-6b5b33046e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:01,033 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:36:01,034 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1d314d-3ab8-4c19-a6f8-2d5e77f978bb', 'x-compute-request-id': 'req-ed1d314d-3ab8-4c19-a6f8-2d5e77f978bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:02,084 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:36:02,085 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2810ce3-2b2a-4c6a-80e2-8d492f771dd4', 'x-compute-request-id': 'req-e2810ce3-2b2a-4c6a-80e2-8d492f771dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:03,132 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:03,133 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bd4c688-af57-4569-83b5-36493a7f7852', 'x-compute-request-id': 'req-3bd4c688-af57-4569-83b5-36493a7f7852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:04,183 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:36:04,183 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ce5c6bf-772b-4570-a2ae-092d14f3bc5a', 'x-compute-request-id': 'req-7ce5c6bf-772b-4570-a2ae-092d14f3bc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:05,231 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:05,231 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5065b4cd-1eff-4cb3-832c-0891f1d9a969', 'x-compute-request-id': 'req-5065b4cd-1eff-4cb3-832c-0891f1d9a969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:06,279 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:06,280 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa0d0e3b-ff30-4c62-bd0f-1ffe2c1a5a8b', 'x-compute-request-id': 'req-fa0d0e3b-ff30-4c62-bd0f-1ffe2c1a5a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:07,330 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:36:07,330 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd50e4b-d7d4-4d7d-8af8-7cf16230d3bc', 'x-compute-request-id': 'req-8fd50e4b-d7d4-4d7d-8af8-7cf16230d3bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:08,378 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:08,379 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c9679a6-9a82-48d6-a75e-f3b15a61d786', 'x-compute-request-id': 'req-4c9679a6-9a82-48d6-a75e-f3b15a61d786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:09,426 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:09,426 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68d53f16-3520-483d-8c61-e00178b43e2e', 'x-compute-request-id': 'req-68d53f16-3520-483d-8c61-e00178b43e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:10,476 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:10,476 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89bd1cd3-27f2-46b1-aaf7-36c4e6cfe2e3', 'x-compute-request-id': 'req-89bd1cd3-27f2-46b1-aaf7-36c4e6cfe2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:11,525 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:11,526 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67301c18-a3fd-4dce-97e4-7a0ca51e291f', 'x-compute-request-id': 'req-67301c18-a3fd-4dce-97e4-7a0ca51e291f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:12,576 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:12,576 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-790ed68c-bd43-447d-a1ae-47e6acfcdd81', 'x-compute-request-id': 'req-790ed68c-bd43-447d-a1ae-47e6acfcdd81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:13,624 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:13,624 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7668de2f-f0ab-40e3-ad07-a2cb972329b4', 'x-compute-request-id': 'req-7668de2f-f0ab-40e3-ad07-a2cb972329b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:14,674 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:36:14,675 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d03825-05d3-49f7-b0e7-c1832df9f104', 'x-compute-request-id': 'req-02d03825-05d3-49f7-b0e7-c1832df9f104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:15,728 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:36:15,728 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00baebb6-530b-4bf1-a912-ce040959ea77', 'x-compute-request-id': 'req-00baebb6-530b-4bf1-a912-ce040959ea77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:16,777 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:16,777 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1da6a93-bdf0-43fb-a2a9-7271b6583e43', 'x-compute-request-id': 'req-a1da6a93-bdf0-43fb-a2a9-7271b6583e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:17,826 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:17,826 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e18c839a-786d-48bb-8aa5-123b59c54c3a', 'x-compute-request-id': 'req-e18c839a-786d-48bb-8aa5-123b59c54c3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:18,874 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:18,874 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-348c3eca-ec25-457d-815f-fcb2ef6c96f9', 'x-compute-request-id': 'req-348c3eca-ec25-457d-815f-fcb2ef6c96f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:19,923 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:19,923 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41127541-02e3-4a7a-b90b-9345bea448f6', 'x-compute-request-id': 'req-41127541-02e3-4a7a-b90b-9345bea448f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:20,975 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:36:20,975 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04bd2a56-6212-47e9-a8b9-dc1cd43d27d9', 'x-compute-request-id': 'req-04bd2a56-6212-47e9-a8b9-dc1cd43d27d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:22,024 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:22,025 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-046d5d43-d1b0-4efa-a842-078c1f50f69a', 'x-compute-request-id': 'req-046d5d43-d1b0-4efa-a842-078c1f50f69a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:23,076 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:36:23,077 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b324043d-362c-47de-a2c2-505972158a71', 'x-compute-request-id': 'req-b324043d-362c-47de-a2c2-505972158a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:24,126 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:24,127 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-902e7c82-03ee-4159-af84-7e07695334d7', 'x-compute-request-id': 'req-902e7c82-03ee-4159-af84-7e07695334d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:25,174 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:25,174 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfedd5f7-f0f2-408b-bcd5-73cc16d7a5d2', 'x-compute-request-id': 'req-cfedd5f7-f0f2-408b-bcd5-73cc16d7a5d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:26,223 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:26,224 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d4037f-5e64-4ad9-a152-a4480145ad14', 'x-compute-request-id': 'req-70d4037f-5e64-4ad9-a152-a4480145ad14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:27,272 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:27,272 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bba406a6-6048-409a-9baa-c916d5105ae7', 'x-compute-request-id': 'req-bba406a6-6048-409a-9baa-c916d5105ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:28,326 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:36:28,326 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-405e4baa-76f4-422d-a574-12d55e7b2c16', 'x-compute-request-id': 'req-405e4baa-76f4-422d-a574-12d55e7b2c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:29,373 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:36:29,374 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33df8f9-5800-4f4d-8086-d750d06909aa', 'x-compute-request-id': 'req-c33df8f9-5800-4f4d-8086-d750d06909aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:30,423 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:30,423 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b371272e-46f1-44f8-966d-c5efc495a32e', 'x-compute-request-id': 'req-b371272e-46f1-44f8-966d-c5efc495a32e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:31,472 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:31,472 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27380b62-9d7b-4e05-baf3-dcc85c4cf91c', 'x-compute-request-id': 'req-27380b62-9d7b-4e05-baf3-dcc85c4cf91c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:32,520 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:32,521 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9e85239-801b-45a2-a075-7c268b87a4a9', 'x-compute-request-id': 'req-f9e85239-801b-45a2-a075-7c268b87a4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:33,569 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:33,570 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7eb2d73d-7a0b-4e19-bbd5-237c18d10280', 'x-compute-request-id': 'req-7eb2d73d-7a0b-4e19-bbd5-237c18d10280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:34,618 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:34,619 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e2922a6-e4c8-4cd0-92ba-cf0525d7771e', 'x-compute-request-id': 'req-9e2922a6-e4c8-4cd0-92ba-cf0525d7771e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:35,666 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:35,667 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1949338-9a59-45d0-9591-f595e9e60d54', 'x-compute-request-id': 'req-d1949338-9a59-45d0-9591-f595e9e60d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:36,714 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:36,715 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ed2ec08-2e2a-44cc-8ffd-1ad663644631', 'x-compute-request-id': 'req-1ed2ec08-2e2a-44cc-8ffd-1ad663644631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:37,762 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:37,762 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b8cf035-b5ed-4252-9a68-6593f1212dc4', 'x-compute-request-id': 'req-1b8cf035-b5ed-4252-9a68-6593f1212dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:38,810 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:36:38,810 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d06a4b8e-0eeb-42bf-b014-ed5945f209cd', 'x-compute-request-id': 'req-d06a4b8e-0eeb-42bf-b014-ed5945f209cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:39,859 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:39,859 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe4da17a-8e53-46fb-b0c4-f95ac545604e', 'x-compute-request-id': 'req-fe4da17a-8e53-46fb-b0c4-f95ac545604e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:40,911 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:36:40,911 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79da01fc-24e8-4311-96c6-a9b8f4bd5f15', 'x-compute-request-id': 'req-79da01fc-24e8-4311-96c6-a9b8f4bd5f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:41,959 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:41,959 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5eaf8cc-5db5-4d86-8612-67acec493a6d', 'x-compute-request-id': 'req-b5eaf8cc-5db5-4d86-8612-67acec493a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:43,008 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:43,008 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a331f78-1592-4b69-ac15-2a25e90a6990', 'x-compute-request-id': 'req-3a331f78-1592-4b69-ac15-2a25e90a6990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:44,056 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:44,056 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4005546-de75-442f-991e-0c7f101b55a0', 'x-compute-request-id': 'req-d4005546-de75-442f-991e-0c7f101b55a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:45,104 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:45,104 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ede60f2-282f-48c4-a318-e93653f113f0', 'x-compute-request-id': 'req-9ede60f2-282f-48c4-a318-e93653f113f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:46,151 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:46,152 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea3997d0-0eb8-45cb-bfa0-6d273e6eb560', 'x-compute-request-id': 'req-ea3997d0-0eb8-45cb-bfa0-6d273e6eb560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:47,203 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:36:47,203 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c42a6abc-ab4e-435e-bb2f-9e4ba9fa48af', 'x-compute-request-id': 'req-c42a6abc-ab4e-435e-bb2f-9e4ba9fa48af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:48,251 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:36:48,251 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b326cf2-7bd0-4683-ba8f-fc2efa22804c', 'x-compute-request-id': 'req-5b326cf2-7bd0-4683-ba8f-fc2efa22804c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:49,301 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:49,301 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b48eb326-b7c4-4dc9-92b3-a429044471df', 'x-compute-request-id': 'req-b48eb326-b7c4-4dc9-92b3-a429044471df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:50,350 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:50,350 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-163fcf17-5770-475b-b79c-af075b0a0a11', 'x-compute-request-id': 'req-163fcf17-5770-475b-b79c-af075b0a0a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:51,398 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:36:51,398 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-640a08fe-3ea5-4629-aa30-d163fbcb6a51', 'x-compute-request-id': 'req-640a08fe-3ea5-4629-aa30-d163fbcb6a51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:52,456 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.055s 2021-08-10 15:36:52,456 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-725ffd0a-d781-43ce-a6fb-2ca890181279', 'x-compute-request-id': 'req-725ffd0a-d781-43ce-a6fb-2ca890181279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:53,508 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:36:53,508 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b9a9268-5807-404e-a57b-63186eaa1b84', 'x-compute-request-id': 'req-0b9a9268-5807-404e-a57b-63186eaa1b84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:54,560 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:36:54,560 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f29c3f5f-1c56-4c30-8ae6-ec6b74d864ab', 'x-compute-request-id': 'req-f29c3f5f-1c56-4c30-8ae6-ec6b74d864ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:55,609 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:55,609 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-841f44b3-ab31-451e-8d62-592a39eb6cbd', 'x-compute-request-id': 'req-841f44b3-ab31-451e-8d62-592a39eb6cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:56,658 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:56,658 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2131231d-24f9-467c-8aa4-9705844e8454', 'x-compute-request-id': 'req-2131231d-24f9-467c-8aa4-9705844e8454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:57,708 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:57,708 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b210bee5-f6c6-45c6-b75f-13df63d9b12e', 'x-compute-request-id': 'req-b210bee5-f6c6-45c6-b75f-13df63d9b12e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:58,757 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:36:58,757 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-896c4008-22db-4093-871f-18622c25a98c', 'x-compute-request-id': 'req-896c4008-22db-4093-871f-18622c25a98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:36:59,806 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:36:59,806 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4634fbf0-ef72-4bd2-b6ee-bdc56496fb10', 'x-compute-request-id': 'req-4634fbf0-ef72-4bd2-b6ee-bdc56496fb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:00,853 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:00,854 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4075e269-280f-4197-b476-91059611f35a', 'x-compute-request-id': 'req-4075e269-280f-4197-b476-91059611f35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:01,902 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:01,903 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de5f1b22-efb8-46fc-b1f0-2d5300a572ff', 'x-compute-request-id': 'req-de5f1b22-efb8-46fc-b1f0-2d5300a572ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:02,951 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:02,951 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8b257af-e247-4c87-8c2d-9b2b93e68d76', 'x-compute-request-id': 'req-f8b257af-e247-4c87-8c2d-9b2b93e68d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:04,000 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:04,000 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2576e0e-b2d9-47aa-85f2-fd3aea3c5137', 'x-compute-request-id': 'req-b2576e0e-b2d9-47aa-85f2-fd3aea3c5137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:05,049 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:05,049 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-273f9172-db65-44e4-8ba9-7b274f22a872', 'x-compute-request-id': 'req-273f9172-db65-44e4-8ba9-7b274f22a872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:06,097 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:06,098 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bc618a5-e1e9-4af6-89a1-f99f499d4cb0', 'x-compute-request-id': 'req-0bc618a5-e1e9-4af6-89a1-f99f499d4cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:07,151 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:37:07,152 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-663a3d63-7836-4ad4-a2ee-37d3ac12cb98', 'x-compute-request-id': 'req-663a3d63-7836-4ad4-a2ee-37d3ac12cb98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:08,199 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:08,200 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16ec6883-f0bb-45f8-ba92-8058b6948c69', 'x-compute-request-id': 'req-16ec6883-f0bb-45f8-ba92-8058b6948c69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:09,344 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.141s 2021-08-10 15:37:09,345 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04bd63bb-a10f-44ab-933c-00939feea7dc', 'x-compute-request-id': 'req-04bd63bb-a10f-44ab-933c-00939feea7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:10,399 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:37:10,400 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a3a4f41-b539-4f37-bb3e-adabdd7576ca', 'x-compute-request-id': 'req-1a3a4f41-b539-4f37-bb3e-adabdd7576ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:11,448 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:11,448 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7540c246-1e47-406c-a645-4b891219d3d2', 'x-compute-request-id': 'req-7540c246-1e47-406c-a645-4b891219d3d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:12,496 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:12,497 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6620ec49-4d30-43d7-808e-70499d9c1be6', 'x-compute-request-id': 'req-6620ec49-4d30-43d7-808e-70499d9c1be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:13,545 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:13,546 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b50c8351-9c6e-498e-99f3-44539c268fd8', 'x-compute-request-id': 'req-b50c8351-9c6e-498e-99f3-44539c268fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:14,600 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:37:14,600 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-626bcaf8-2a79-480f-9bb6-ae41feca7f17', 'x-compute-request-id': 'req-626bcaf8-2a79-480f-9bb6-ae41feca7f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:15,649 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:15,649 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4078a015-5dac-4909-a134-bac83201813f', 'x-compute-request-id': 'req-4078a015-5dac-4909-a134-bac83201813f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:16,698 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:16,698 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf7c1bc8-e768-4a19-ad35-01b74213c9b3', 'x-compute-request-id': 'req-cf7c1bc8-e768-4a19-ad35-01b74213c9b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:17,747 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:17,747 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db51d3f3-c79e-45f2-a2d1-51667338df60', 'x-compute-request-id': 'req-db51d3f3-c79e-45f2-a2d1-51667338df60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:18,796 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:18,797 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9d80aee-a246-48a0-a040-bc7804748cf6', 'x-compute-request-id': 'req-b9d80aee-a246-48a0-a040-bc7804748cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:19,845 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:19,845 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6149581-3a56-4d9e-ab38-884312454401', 'x-compute-request-id': 'req-d6149581-3a56-4d9e-ab38-884312454401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:20,893 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:20,893 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca951ecb-0e5b-47ee-8454-e967dcdea784', 'x-compute-request-id': 'req-ca951ecb-0e5b-47ee-8454-e967dcdea784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:21,941 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:21,942 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3c78cb6-94da-45a9-9b50-bbf9e049f3c8', 'x-compute-request-id': 'req-c3c78cb6-94da-45a9-9b50-bbf9e049f3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:22,991 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:22,991 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02404cbb-9427-4e4f-b0ae-8dc7506b13eb', 'x-compute-request-id': 'req-02404cbb-9427-4e4f-b0ae-8dc7506b13eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:24,039 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:24,039 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bedb844d-3df5-4e56-81fe-43f1a1214a97', 'x-compute-request-id': 'req-bedb844d-3df5-4e56-81fe-43f1a1214a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:25,090 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:37:25,091 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e296a15d-738e-43e0-8810-149944b83928', 'x-compute-request-id': 'req-e296a15d-738e-43e0-8810-149944b83928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:26,138 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:26,139 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76fb8180-a75f-431a-a033-1a95505be6f5', 'x-compute-request-id': 'req-76fb8180-a75f-431a-a033-1a95505be6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:27,187 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:27,187 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82e1a34f-4724-4c07-8d4a-d743e1dbe91b', 'x-compute-request-id': 'req-82e1a34f-4724-4c07-8d4a-d743e1dbe91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:28,236 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:28,236 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07aa4926-d8f2-444e-8c73-3a93db563cc1', 'x-compute-request-id': 'req-07aa4926-d8f2-444e-8c73-3a93db563cc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:29,284 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:29,284 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-358d0a25-467c-4583-9137-e66f133f6b0e', 'x-compute-request-id': 'req-358d0a25-467c-4583-9137-e66f133f6b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:30,333 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:30,334 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3957c326-1b07-4c99-9d9a-6140ffbf9386', 'x-compute-request-id': 'req-3957c326-1b07-4c99-9d9a-6140ffbf9386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:31,384 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:37:31,384 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da48a6bf-ff94-4177-8e78-6c1bd7d61fb6', 'x-compute-request-id': 'req-da48a6bf-ff94-4177-8e78-6c1bd7d61fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:32,438 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:37:32,439 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bbeb0bb-b48f-4f4b-a432-10cc24c0dcf8', 'x-compute-request-id': 'req-9bbeb0bb-b48f-4f4b-a432-10cc24c0dcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:33,487 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:33,487 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-504d617d-393b-474d-a2c7-169c6bc608d6', 'x-compute-request-id': 'req-504d617d-393b-474d-a2c7-169c6bc608d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:34,541 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:37:34,542 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2e8b892-f16f-47c5-aa5c-99a67d8c6693', 'x-compute-request-id': 'req-a2e8b892-f16f-47c5-aa5c-99a67d8c6693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:35,590 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:35,590 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5cbaee3-dfb3-4c60-9a4e-01f22ca6984f', 'x-compute-request-id': 'req-e5cbaee3-dfb3-4c60-9a4e-01f22ca6984f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:36,639 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:36,640 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42854b9e-94b3-4d2e-ae0b-00b2740f335c', 'x-compute-request-id': 'req-42854b9e-94b3-4d2e-ae0b-00b2740f335c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:37,687 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:37,688 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54cac486-2f11-4d8b-adbd-7c2a90d4caf5', 'x-compute-request-id': 'req-54cac486-2f11-4d8b-adbd-7c2a90d4caf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:38,736 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:38,736 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b8f9c6-118c-494b-87fc-ecaed1f466a7', 'x-compute-request-id': 'req-01b8f9c6-118c-494b-87fc-ecaed1f466a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:39,785 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:39,785 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f283185-f68f-424d-b0d8-a7b11fd401d2', 'x-compute-request-id': 'req-2f283185-f68f-424d-b0d8-a7b11fd401d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:40,833 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:40,833 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7944342e-4601-473b-bdf7-2ebc1910e373', 'x-compute-request-id': 'req-7944342e-4601-473b-bdf7-2ebc1910e373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:41,881 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:41,881 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ccd5523-1d9c-4e4b-8ede-dab22c3b8ef0', 'x-compute-request-id': 'req-3ccd5523-1d9c-4e4b-8ede-dab22c3b8ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:42,929 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:42,930 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a1593c3-797c-48a8-807c-b4b15590bf38', 'x-compute-request-id': 'req-7a1593c3-797c-48a8-807c-b4b15590bf38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:43,978 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:43,979 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e5a4388-8dd5-416b-9caf-6f7b9c52e225', 'x-compute-request-id': 'req-7e5a4388-8dd5-416b-9caf-6f7b9c52e225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:45,027 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:45,028 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7a23e36-4e13-40e2-a948-410d6124d2d8', 'x-compute-request-id': 'req-a7a23e36-4e13-40e2-a948-410d6124d2d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:46,076 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:46,077 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46d9d9a4-a857-45f2-b283-362a9695beef', 'x-compute-request-id': 'req-46d9d9a4-a857-45f2-b283-362a9695beef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:47,125 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:47,125 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3429ed8d-2ca1-4002-a199-52d6578d77f3', 'x-compute-request-id': 'req-3429ed8d-2ca1-4002-a199-52d6578d77f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:48,174 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:37:48,175 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3b64d31-8f3a-4fa1-bee3-6a8938b063a5', 'x-compute-request-id': 'req-a3b64d31-8f3a-4fa1-bee3-6a8938b063a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:49,224 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:49,224 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c57b0f82-ee16-4371-9027-7de40507cc85', 'x-compute-request-id': 'req-c57b0f82-ee16-4371-9027-7de40507cc85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:50,271 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:50,272 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3faed2-49a0-4ec8-affe-46ca2a9eaf17', 'x-compute-request-id': 'req-9d3faed2-49a0-4ec8-affe-46ca2a9eaf17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:51,320 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:51,320 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abab1088-820a-4388-aa1d-78866a9150fa', 'x-compute-request-id': 'req-abab1088-820a-4388-aa1d-78866a9150fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:52,368 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:52,369 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c82f52d-cba5-49be-b1f6-4ece8183d84f', 'x-compute-request-id': 'req-9c82f52d-cba5-49be-b1f6-4ece8183d84f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:53,417 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:53,418 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79d9e206-7d26-46dc-b929-2dcfffa98f70', 'x-compute-request-id': 'req-79d9e206-7d26-46dc-b929-2dcfffa98f70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:54,466 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:54,466 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38f56c20-de25-44c7-b22e-4b8b9ea8fc29', 'x-compute-request-id': 'req-38f56c20-de25-44c7-b22e-4b8b9ea8fc29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:55,529 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.060s 2021-08-10 15:37:55,529 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e4c92d9-cc47-4f04-a8ef-3811766f3edd', 'x-compute-request-id': 'req-7e4c92d9-cc47-4f04-a8ef-3811766f3edd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:56,579 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:37:56,579 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6c499e8-617c-4b4b-b483-932bddd1c253', 'x-compute-request-id': 'req-f6c499e8-617c-4b4b-b483-932bddd1c253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:57,627 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:57,627 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8853495d-2e80-463b-acc4-d9b25a4bc510', 'x-compute-request-id': 'req-8853495d-2e80-463b-acc4-d9b25a4bc510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:58,675 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:37:58,676 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eb463a0-7ff8-4a0a-90a8-f18a7778afb8', 'x-compute-request-id': 'req-1eb463a0-7ff8-4a0a-90a8-f18a7778afb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:37:59,724 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:37:59,724 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e7475d3-8e99-4998-ade0-8a213377599a', 'x-compute-request-id': 'req-9e7475d3-8e99-4998-ade0-8a213377599a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:00,773 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:00,773 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84d9002b-a3d4-4541-ac8b-d20b20f518de', 'x-compute-request-id': 'req-84d9002b-a3d4-4541-ac8b-d20b20f518de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:01,827 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:38:01,827 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f391203-7ba1-464b-80ba-f6e4811a054e', 'x-compute-request-id': 'req-1f391203-7ba1-464b-80ba-f6e4811a054e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:02,875 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:02,875 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bdcce10-05e3-4cd7-be65-7ed6a9baa6fa', 'x-compute-request-id': 'req-7bdcce10-05e3-4cd7-be65-7ed6a9baa6fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:03,923 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:03,924 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c464970-e752-453f-a7dd-411cafde89a1', 'x-compute-request-id': 'req-6c464970-e752-453f-a7dd-411cafde89a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:04,972 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:04,972 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-574d4b47-6112-48c5-989f-1cbacaaaf452', 'x-compute-request-id': 'req-574d4b47-6112-48c5-989f-1cbacaaaf452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:06,022 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:06,022 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64f18f1f-f883-464a-8720-fbb4774c80c2', 'x-compute-request-id': 'req-64f18f1f-f883-464a-8720-fbb4774c80c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:07,069 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:07,070 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a4f1800-e33b-46aa-bde6-f8374304d580', 'x-compute-request-id': 'req-9a4f1800-e33b-46aa-bde6-f8374304d580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:08,122 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:38:08,123 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74ba4d40-5ccb-436d-b626-afdea7c4652e', 'x-compute-request-id': 'req-74ba4d40-5ccb-436d-b626-afdea7c4652e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:09,171 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:09,171 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0a3d075-c3f9-4e76-9c14-1114db80f39c', 'x-compute-request-id': 'req-d0a3d075-c3f9-4e76-9c14-1114db80f39c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:10,219 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:10,219 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a67d1fb-cf10-4e62-a81d-0e79f77e039a', 'x-compute-request-id': 'req-5a67d1fb-cf10-4e62-a81d-0e79f77e039a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:11,267 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:11,268 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90e75533-a92c-43ea-96e0-acbecc3f49da', 'x-compute-request-id': 'req-90e75533-a92c-43ea-96e0-acbecc3f49da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:12,316 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:12,316 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b55f3c8-ff99-48ac-83f2-7f8ae56a8dff', 'x-compute-request-id': 'req-7b55f3c8-ff99-48ac-83f2-7f8ae56a8dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:13,364 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:13,365 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e83d95da-c0c2-4956-9c74-4463f0443dae', 'x-compute-request-id': 'req-e83d95da-c0c2-4956-9c74-4463f0443dae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:14,413 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:14,414 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-521811d3-f16b-4661-805b-d2244900f522', 'x-compute-request-id': 'req-521811d3-f16b-4661-805b-d2244900f522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:15,463 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:15,463 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbf601a3-aa97-4393-83df-8a137f4103b8', 'x-compute-request-id': 'req-fbf601a3-aa97-4393-83df-8a137f4103b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:16,512 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:16,512 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c111716-6c28-405b-bb73-382f50a34db7', 'x-compute-request-id': 'req-0c111716-6c28-405b-bb73-382f50a34db7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:17,561 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:17,561 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18bbe79b-cd59-47c3-989b-fc312e785df9', 'x-compute-request-id': 'req-18bbe79b-cd59-47c3-989b-fc312e785df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:18,610 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:18,611 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b329a71-50ce-4195-99dd-dbf697d57b8b', 'x-compute-request-id': 'req-2b329a71-50ce-4195-99dd-dbf697d57b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:19,657 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:19,658 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae362dba-1fc1-4ba7-92a8-8a2cbabb6349', 'x-compute-request-id': 'req-ae362dba-1fc1-4ba7-92a8-8a2cbabb6349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:20,711 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.050s 2021-08-10 15:38:20,711 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6067bb2f-ad37-46f2-99d7-9bb656d87571', 'x-compute-request-id': 'req-6067bb2f-ad37-46f2-99d7-9bb656d87571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:21,759 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:21,760 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffab7836-eeb3-4e94-b6cc-a3fd7c837b6b', 'x-compute-request-id': 'req-ffab7836-eeb3-4e94-b6cc-a3fd7c837b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:22,808 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:22,808 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a254c240-08a3-4752-8b39-fb3230e22df0', 'x-compute-request-id': 'req-a254c240-08a3-4752-8b39-fb3230e22df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:23,856 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:23,856 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91a71485-245a-432d-82c7-fd10557c6bfa', 'x-compute-request-id': 'req-91a71485-245a-432d-82c7-fd10557c6bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:24,903 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:24,904 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b42a46d8-c8c3-4fd9-afbf-08c498fef089', 'x-compute-request-id': 'req-b42a46d8-c8c3-4fd9-afbf-08c498fef089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:25,955 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:38:25,955 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c86a48d0-7369-47d5-9a03-b5ccba2aeecf', 'x-compute-request-id': 'req-c86a48d0-7369-47d5-9a03-b5ccba2aeecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:27,003 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:27,003 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3b38177-c2f5-4b88-82a0-49e41d7ea683', 'x-compute-request-id': 'req-e3b38177-c2f5-4b88-82a0-49e41d7ea683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:28,053 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:28,053 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8abeca3-1e5c-44cb-a278-c9a0ad9b9f0f', 'x-compute-request-id': 'req-b8abeca3-1e5c-44cb-a278-c9a0ad9b9f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:29,101 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:29,101 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bfdb7bf-77b6-4b01-896b-564c4a679f09', 'x-compute-request-id': 'req-4bfdb7bf-77b6-4b01-896b-564c4a679f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:30,150 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:30,150 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b0fc831-9c89-4df2-8c47-27aee724cf64', 'x-compute-request-id': 'req-5b0fc831-9c89-4df2-8c47-27aee724cf64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:31,201 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:38:31,201 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b154a56-65d4-49cd-9b8d-efbabae8c5c5', 'x-compute-request-id': 'req-4b154a56-65d4-49cd-9b8d-efbabae8c5c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:32,248 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:32,248 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-667c5273-86f7-47a7-a546-ccb6587d455e', 'x-compute-request-id': 'req-667c5273-86f7-47a7-a546-ccb6587d455e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:33,297 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:33,297 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13192643-0a40-4651-8b9d-3c6b082acabe', 'x-compute-request-id': 'req-13192643-0a40-4651-8b9d-3c6b082acabe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:34,345 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:34,346 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-361af3b4-6f59-4904-b44a-3dd1b1aaed18', 'x-compute-request-id': 'req-361af3b4-6f59-4904-b44a-3dd1b1aaed18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:35,394 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:35,394 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2704d66-1373-48c6-bb4a-73fec0089626', 'x-compute-request-id': 'req-f2704d66-1373-48c6-bb4a-73fec0089626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:36,441 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:36,442 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9b7ad76-beb1-4e7a-a33c-efbd90cf37cf', 'x-compute-request-id': 'req-f9b7ad76-beb1-4e7a-a33c-efbd90cf37cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:37,491 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:37,491 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44b7bf66-8fca-432a-b92c-548ccd85fcf7', 'x-compute-request-id': 'req-44b7bf66-8fca-432a-b92c-548ccd85fcf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:38,541 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:38:38,542 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6044179-c141-487e-9f70-21456a281785', 'x-compute-request-id': 'req-d6044179-c141-487e-9f70-21456a281785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:39,590 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:39,591 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66797e4a-2406-47aa-a7dd-a0c6e067d5c6', 'x-compute-request-id': 'req-66797e4a-2406-47aa-a7dd-a0c6e067d5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:40,638 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:40,639 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad055a6d-5205-4587-b373-cceb34c3cb50', 'x-compute-request-id': 'req-ad055a6d-5205-4587-b373-cceb34c3cb50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:41,692 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.051s 2021-08-10 15:38:41,693 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee0b2eb7-540b-4fcf-b5bd-d3c97fd69177', 'x-compute-request-id': 'req-ee0b2eb7-540b-4fcf-b5bd-d3c97fd69177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:42,741 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:42,742 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d43efdd-3f57-41bd-8da4-b2d16f1d0a1a', 'x-compute-request-id': 'req-4d43efdd-3f57-41bd-8da4-b2d16f1d0a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:43,789 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:43,790 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44efc1ca-7172-42eb-a367-1682548afa4c', 'x-compute-request-id': 'req-44efc1ca-7172-42eb-a367-1682548afa4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:44,839 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:44,839 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c384b664-2e9e-4932-a5eb-f12242815443', 'x-compute-request-id': 'req-c384b664-2e9e-4932-a5eb-f12242815443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:45,887 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:45,887 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-346ec636-4e20-4503-a251-8927cf00a402', 'x-compute-request-id': 'req-346ec636-4e20-4503-a251-8927cf00a402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:46,934 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:46,934 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d161636-4410-4fde-a6af-632723dd9116', 'x-compute-request-id': 'req-9d161636-4410-4fde-a6af-632723dd9116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:47,988 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.050s 2021-08-10 15:38:47,988 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8d47a45-d738-48db-a9e8-f6e29e5e6b73', 'x-compute-request-id': 'req-f8d47a45-d738-48db-a9e8-f6e29e5e6b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:49,035 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:49,035 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d648db-3e07-4ddb-bcda-9265454f3846', 'x-compute-request-id': 'req-00d648db-3e07-4ddb-bcda-9265454f3846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:50,084 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:50,085 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9e4e65f-f547-4cca-a925-3fe89177e914', 'x-compute-request-id': 'req-c9e4e65f-f547-4cca-a925-3fe89177e914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:51,133 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:51,133 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4057dee9-2e46-41aa-800c-13406e44db99', 'x-compute-request-id': 'req-4057dee9-2e46-41aa-800c-13406e44db99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:52,181 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:52,181 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7ce1059-a0a6-4e1a-9d3d-4e0c07566638', 'x-compute-request-id': 'req-d7ce1059-a0a6-4e1a-9d3d-4e0c07566638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:53,232 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:38:53,232 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-376c4107-f7f8-4f95-b9f4-7439a89cdab3', 'x-compute-request-id': 'req-376c4107-f7f8-4f95-b9f4-7439a89cdab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:54,280 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:54,280 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5cfb120-b49b-43e9-99fe-8eca119e32b5', 'x-compute-request-id': 'req-c5cfb120-b49b-43e9-99fe-8eca119e32b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:55,330 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:55,330 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7ff2a6f-3b26-4154-8b5d-63d828b15c34', 'x-compute-request-id': 'req-b7ff2a6f-3b26-4154-8b5d-63d828b15c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:56,379 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:38:56,379 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad1f9171-8b56-4f9f-9f01-c8c2032cec53', 'x-compute-request-id': 'req-ad1f9171-8b56-4f9f-9f01-c8c2032cec53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:57,426 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:38:57,427 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a777f7-14e0-4a0a-afa1-afdf2ce234ae', 'x-compute-request-id': 'req-f9a777f7-14e0-4a0a-afa1-afdf2ce234ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:58,476 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:38:58,477 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47395389-caa3-4ae3-83a8-89f409816b1f', 'x-compute-request-id': 'req-47395389-caa3-4ae3-83a8-89f409816b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:38:59,525 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:38:59,525 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e72d4c7e-fdf8-474f-814b-a16218b06a79', 'x-compute-request-id': 'req-e72d4c7e-fdf8-474f-814b-a16218b06a79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:00,573 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:00,573 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-029dbe7c-690a-4a31-aae7-b18ac51f1f76', 'x-compute-request-id': 'req-029dbe7c-690a-4a31-aae7-b18ac51f1f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:01,620 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:39:01,621 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc4b7bac-e8e7-4ea1-a224-5360480d9174', 'x-compute-request-id': 'req-dc4b7bac-e8e7-4ea1-a224-5360480d9174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:02,668 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:02,669 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcf8c6f9-2cef-4094-a625-ceef7ccc7bf9', 'x-compute-request-id': 'req-dcf8c6f9-2cef-4094-a625-ceef7ccc7bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:03,717 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:03,718 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18bea265-f8a7-40f2-8ca5-6b5edebf3846', 'x-compute-request-id': 'req-18bea265-f8a7-40f2-8ca5-6b5edebf3846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:04,768 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:39:04,768 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ebc8530-f0df-4539-ac7c-a27e2dc4e573', 'x-compute-request-id': 'req-5ebc8530-f0df-4539-ac7c-a27e2dc4e573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:05,817 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:05,817 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-260a1c1e-e3ed-4d42-bf58-8bb541c6be60', 'x-compute-request-id': 'req-260a1c1e-e3ed-4d42-bf58-8bb541c6be60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:06,866 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:06,866 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8fb6fdd-2cbd-4fb5-ba7f-38da1c97f10e', 'x-compute-request-id': 'req-c8fb6fdd-2cbd-4fb5-ba7f-38da1c97f10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:07,918 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:39:07,918 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af678a0b-e597-4a90-b622-7e3aa6265718', 'x-compute-request-id': 'req-af678a0b-e597-4a90-b622-7e3aa6265718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:08,968 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:08,968 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b944da52-2e18-4265-9d8a-cc705c874d93', 'x-compute-request-id': 'req-b944da52-2e18-4265-9d8a-cc705c874d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:10,016 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:10,016 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9910817-a4c4-45cc-8476-da2d78dff612', 'x-compute-request-id': 'req-f9910817-a4c4-45cc-8476-da2d78dff612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:11,065 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:11,065 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27242cb2-1317-4d83-a9fd-a335475a4cf3', 'x-compute-request-id': 'req-27242cb2-1317-4d83-a9fd-a335475a4cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:12,114 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:12,114 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-694799e0-004b-49d6-8d5e-822481065cf5', 'x-compute-request-id': 'req-694799e0-004b-49d6-8d5e-822481065cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:13,161 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:13,162 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-096e7430-262b-4e45-bd2f-4df37553a227', 'x-compute-request-id': 'req-096e7430-262b-4e45-bd2f-4df37553a227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:14,209 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:14,210 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4878fcc-1ff2-44c9-bd3b-9919ecf82ecd', 'x-compute-request-id': 'req-e4878fcc-1ff2-44c9-bd3b-9919ecf82ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:15,260 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:39:15,260 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71f83b53-6e66-4781-b691-ce325c74f194', 'x-compute-request-id': 'req-71f83b53-6e66-4781-b691-ce325c74f194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:16,308 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:16,309 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11756e62-619b-402c-b15f-3f8b3176ef32', 'x-compute-request-id': 'req-11756e62-619b-402c-b15f-3f8b3176ef32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:17,358 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:17,358 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3429da78-8811-4dc2-abaf-09607d19a63f', 'x-compute-request-id': 'req-3429da78-8811-4dc2-abaf-09607d19a63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:18,405 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:39:18,406 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d57f3ff0-410d-4ba0-8f78-9d6d49b0b5c9', 'x-compute-request-id': 'req-d57f3ff0-410d-4ba0-8f78-9d6d49b0b5c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:19,454 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:19,454 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1432b27f-e65e-41b3-bd99-7f225f1bf18e', 'x-compute-request-id': 'req-1432b27f-e65e-41b3-bd99-7f225f1bf18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:20,503 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:20,504 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be07801d-7e36-4491-82b2-cb49fed83ce4', 'x-compute-request-id': 'req-be07801d-7e36-4491-82b2-cb49fed83ce4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:21,553 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:39:21,554 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d18d112d-031a-4e66-b21d-74fc6d570bf1', 'x-compute-request-id': 'req-d18d112d-031a-4e66-b21d-74fc6d570bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:22,603 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:39:22,604 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-532d063b-a199-4702-ab13-9405d0a773d6', 'x-compute-request-id': 'req-532d063b-a199-4702-ab13-9405d0a773d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:23,653 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:23,653 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff67095e-e353-41e8-8181-de8c47266944', 'x-compute-request-id': 'req-ff67095e-e353-41e8-8181-de8c47266944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:24,702 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:24,702 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a56c772-7d42-47a7-8685-03eb8c3634a9', 'x-compute-request-id': 'req-1a56c772-7d42-47a7-8685-03eb8c3634a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:25,751 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:25,751 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c3e7c6a-d483-47b7-9155-e0b89d524fb1', 'x-compute-request-id': 'req-3c3e7c6a-d483-47b7-9155-e0b89d524fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:26,800 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:26,800 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8f6e283-0423-4eea-9f4c-98859f4c4783', 'x-compute-request-id': 'req-e8f6e283-0423-4eea-9f4c-98859f4c4783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:27,852 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:39:27,852 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35d1de17-f9bc-4b15-871f-11214faca7ae', 'x-compute-request-id': 'req-35d1de17-f9bc-4b15-871f-11214faca7ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:28,900 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:28,901 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061833dc-5f2f-4bef-b2bf-197742bd6d57', 'x-compute-request-id': 'req-061833dc-5f2f-4bef-b2bf-197742bd6d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:29,950 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:29,950 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510b1ec1-3b81-49ed-bf30-5f45c89cac8f', 'x-compute-request-id': 'req-510b1ec1-3b81-49ed-bf30-5f45c89cac8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:30,998 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:30,998 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-380749b9-ed26-43c6-b31d-94a706f1684c', 'x-compute-request-id': 'req-380749b9-ed26-43c6-b31d-94a706f1684c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:32,045 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:32,046 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7384ec17-5369-40a0-b328-048a831ebfef', 'x-compute-request-id': 'req-7384ec17-5369-40a0-b328-048a831ebfef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:33,094 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:33,094 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0984606c-edcf-42ed-abbc-39c6d05d080c', 'x-compute-request-id': 'req-0984606c-edcf-42ed-abbc-39c6d05d080c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:34,144 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:39:34,144 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e03bc23c-278f-490e-9406-bf2147fee98d', 'x-compute-request-id': 'req-e03bc23c-278f-490e-9406-bf2147fee98d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:35,193 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:35,193 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f04f06a-6205-489b-b115-d5da6171dfe5', 'x-compute-request-id': 'req-9f04f06a-6205-489b-b115-d5da6171dfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:36,241 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:39:36,241 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91623e74-c83e-417e-a414-2cae014f2340', 'x-compute-request-id': 'req-91623e74-c83e-417e-a414-2cae014f2340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:37,293 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:39:37,293 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb13a39c-f2fa-4e32-a07f-8f5b5582554c', 'x-compute-request-id': 'req-eb13a39c-f2fa-4e32-a07f-8f5b5582554c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:38,341 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:38,342 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abc47287-a5dd-48b7-9dd7-0b61b5906319', 'x-compute-request-id': 'req-abc47287-a5dd-48b7-9dd7-0b61b5906319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:39,390 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:39,391 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-584aeb2e-77ac-47f4-ba79-18f2a4e8b65b', 'x-compute-request-id': 'req-584aeb2e-77ac-47f4-ba79-18f2a4e8b65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:40,442 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.048s 2021-08-10 15:39:40,442 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4503f218-7397-40c6-a18d-34371ee7e98c', 'x-compute-request-id': 'req-4503f218-7397-40c6-a18d-34371ee7e98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:41,490 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:41,490 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b3391bd-4813-41fc-ac37-8b7cb44fd408', 'x-compute-request-id': 'req-1b3391bd-4813-41fc-ac37-8b7cb44fd408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:42,539 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:42,539 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7609e96e-29c6-4528-a4c4-3d32ae5b5f43', 'x-compute-request-id': 'req-7609e96e-29c6-4528-a4c4-3d32ae5b5f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:43,588 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:43,588 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-476cb0e9-26e9-4164-899c-3af647c60cda', 'x-compute-request-id': 'req-476cb0e9-26e9-4164-899c-3af647c60cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:44,636 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:44,637 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b0a6286-22b3-423d-b5a4-ab8e9419652b', 'x-compute-request-id': 'req-1b0a6286-22b3-423d-b5a4-ab8e9419652b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:45,685 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:45,686 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b008949c-7700-4644-9fb6-1fb50bbb0329', 'x-compute-request-id': 'req-b008949c-7700-4644-9fb6-1fb50bbb0329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:46,735 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:46,735 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd61a0b3-1006-415f-9ef8-4bc1e7daa292', 'x-compute-request-id': 'req-dd61a0b3-1006-415f-9ef8-4bc1e7daa292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:47,785 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:39:47,785 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f52302c3-bbb9-44ee-a572-9c954928c251', 'x-compute-request-id': 'req-f52302c3-bbb9-44ee-a572-9c954928c251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:48,833 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:48,833 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f5615b4-3011-42fe-8181-be565ead28a4', 'x-compute-request-id': 'req-4f5615b4-3011-42fe-8181-be565ead28a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:49,894 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.057s 2021-08-10 15:39:49,895 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f78cf42f-a33b-4544-94df-e0edc6ecd53e', 'x-compute-request-id': 'req-f78cf42f-a33b-4544-94df-e0edc6ecd53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:50,942 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:50,943 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49e83fb4-1dba-46cc-9073-dbd97795b521', 'x-compute-request-id': 'req-49e83fb4-1dba-46cc-9073-dbd97795b521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:51,992 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:51,992 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d89ccb12-2983-464d-a621-2e3f14729808', 'x-compute-request-id': 'req-d89ccb12-2983-464d-a621-2e3f14729808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:53,041 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:53,041 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31381d49-2725-4be4-b4a9-215463b381a9', 'x-compute-request-id': 'req-31381d49-2725-4be4-b4a9-215463b381a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:54,090 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:39:54,090 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b053ec5-dd70-407a-89ff-664e2955da6f', 'x-compute-request-id': 'req-6b053ec5-dd70-407a-89ff-664e2955da6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:55,142 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.049s 2021-08-10 15:39:55,143 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72941e47-3ed6-4ad7-b108-3c8c08bc8d2d', 'x-compute-request-id': 'req-72941e47-3ed6-4ad7-b108-3c8c08bc8d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:56,195 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.050s 2021-08-10 15:39:56,195 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d490344-74c5-4334-94fa-b11fac035290', 'x-compute-request-id': 'req-2d490344-74c5-4334-94fa-b11fac035290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:57,248 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.050s 2021-08-10 15:39:57,249 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-152942c6-2a43-4197-800d-ee018f434508', 'x-compute-request-id': 'req-152942c6-2a43-4197-800d-ee018f434508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:58,297 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:58,297 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d42feeb-073e-402f-b706-fd56f6567b3f', 'x-compute-request-id': 'req-1d42feeb-073e-402f-b706-fd56f6567b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:39:59,347 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:39:59,347 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e768493-e9d8-452e-8c74-957edef112e5', 'x-compute-request-id': 'req-3e768493-e9d8-452e-8c74-957edef112e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:00,396 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:00,396 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c776ac8-7b63-4163-9a5f-04418ad5abf9', 'x-compute-request-id': 'req-1c776ac8-7b63-4163-9a5f-04418ad5abf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:01,446 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:40:01,446 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf7020d3-9beb-46fb-a0e5-f979bea396e7', 'x-compute-request-id': 'req-cf7020d3-9beb-46fb-a0e5-f979bea396e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:02,494 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:02,494 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b588d71c-033a-4c90-a92f-01b4b3d47644', 'x-compute-request-id': 'req-b588d71c-033a-4c90-a92f-01b4b3d47644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:03,542 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:03,542 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50aa7b16-fd9f-45c9-9634-347ea497b082', 'x-compute-request-id': 'req-50aa7b16-fd9f-45c9-9634-347ea497b082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:04,592 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:04,592 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-456c7560-f430-4c2e-897d-0e8ad86773c8', 'x-compute-request-id': 'req-456c7560-f430-4c2e-897d-0e8ad86773c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:05,640 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:05,641 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f43fd9e7-5f8f-4417-b6e2-24ff65348008', 'x-compute-request-id': 'req-f43fd9e7-5f8f-4417-b6e2-24ff65348008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:06,689 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:06,689 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7670dcaa-e011-4be0-999f-450451aeda2a', 'x-compute-request-id': 'req-7670dcaa-e011-4be0-999f-450451aeda2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:07,737 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:07,738 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d283fdac-ad87-489e-8ab2-4fef85be0c8f', 'x-compute-request-id': 'req-d283fdac-ad87-489e-8ab2-4fef85be0c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:08,785 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:08,785 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26712507-7749-4397-8a62-3d0128523812', 'x-compute-request-id': 'req-26712507-7749-4397-8a62-3d0128523812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:09,833 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:09,834 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d5977d7-2687-4c1e-a32c-e7f0a9b90fa9', 'x-compute-request-id': 'req-7d5977d7-2687-4c1e-a32c-e7f0a9b90fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:10,883 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:10,883 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42c8efec-fb37-42b0-b16f-73716de2ed5b', 'x-compute-request-id': 'req-42c8efec-fb37-42b0-b16f-73716de2ed5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:11,932 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:11,932 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5c7622d-b8d1-457c-a5ed-77af7886ca0c', 'x-compute-request-id': 'req-f5c7622d-b8d1-457c-a5ed-77af7886ca0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:12,980 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:12,981 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d7ba56d-f2b0-4fe1-8390-59b843af0049', 'x-compute-request-id': 'req-7d7ba56d-f2b0-4fe1-8390-59b843af0049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:14,029 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:14,029 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab07f5f6-e8d8-44eb-abe1-38df4b6fd11e', 'x-compute-request-id': 'req-ab07f5f6-e8d8-44eb-abe1-38df4b6fd11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:15,077 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:15,077 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15dc418a-7ce2-433a-b35b-36c9bfc400a2', 'x-compute-request-id': 'req-15dc418a-7ce2-433a-b35b-36c9bfc400a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:16,125 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:16,125 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c35172d-1767-4769-9f3a-09953c3eecad', 'x-compute-request-id': 'req-8c35172d-1767-4769-9f3a-09953c3eecad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:17,173 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:17,173 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c48b2b1f-807f-45e2-9a1a-14b8ba8970bf', 'x-compute-request-id': 'req-c48b2b1f-807f-45e2-9a1a-14b8ba8970bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:18,221 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:18,221 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12616036-045a-404f-99c5-ca9f7e11de6a', 'x-compute-request-id': 'req-12616036-045a-404f-99c5-ca9f7e11de6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:19,270 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:19,270 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d9db3f5-7e02-452c-af74-274f8f31b1f5', 'x-compute-request-id': 'req-9d9db3f5-7e02-452c-af74-274f8f31b1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:20,318 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:20,319 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf80096-6cca-45cb-a393-a8e9d043737d', 'x-compute-request-id': 'req-5cf80096-6cca-45cb-a393-a8e9d043737d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:21,368 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:21,369 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b974e164-d1ac-4409-8d99-1c4fae9afca1', 'x-compute-request-id': 'req-b974e164-d1ac-4409-8d99-1c4fae9afca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:22,417 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:22,418 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50c79e3a-2e2b-4c03-9f7a-35cb3de64fe3', 'x-compute-request-id': 'req-50c79e3a-2e2b-4c03-9f7a-35cb3de64fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:23,467 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:23,468 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6ccabd6-990f-4a2a-8d3a-5881edf24c63', 'x-compute-request-id': 'req-f6ccabd6-990f-4a2a-8d3a-5881edf24c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:24,518 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:40:24,518 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6cdb74e-57a4-411b-bb69-65810270618b', 'x-compute-request-id': 'req-d6cdb74e-57a4-411b-bb69-65810270618b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:25,568 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:25,568 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fe0589b-9517-4292-b394-c18e0d619157', 'x-compute-request-id': 'req-0fe0589b-9517-4292-b394-c18e0d619157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:26,615 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:26,616 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e373f2b-51c2-4660-a1f4-63cefd95c985', 'x-compute-request-id': 'req-5e373f2b-51c2-4660-a1f4-63cefd95c985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:27,664 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:27,665 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e39c715-683a-46f8-9f07-65d24712d227', 'x-compute-request-id': 'req-6e39c715-683a-46f8-9f07-65d24712d227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:28,714 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:28,714 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-903b1b35-c4d1-458f-8f69-c34e1c999b19', 'x-compute-request-id': 'req-903b1b35-c4d1-458f-8f69-c34e1c999b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:29,763 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:29,764 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aefd73f3-3ad6-4e94-a434-b56d9d689e2d', 'x-compute-request-id': 'req-aefd73f3-3ad6-4e94-a434-b56d9d689e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:30,812 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:30,812 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83f8b105-0f98-4c00-a535-c58d8173d961', 'x-compute-request-id': 'req-83f8b105-0f98-4c00-a535-c58d8173d961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:31,861 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:31,862 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8f05b4-382d-475b-a3a0-10b7396daa7f', 'x-compute-request-id': 'req-3e8f05b4-382d-475b-a3a0-10b7396daa7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:32,910 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:32,910 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac782a7c-9f33-4fb0-85a7-4545d4f8e062', 'x-compute-request-id': 'req-ac782a7c-9f33-4fb0-85a7-4545d4f8e062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:33,959 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:33,959 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d724606-e74c-41c3-b7a5-e5bbcb53308b', 'x-compute-request-id': 'req-4d724606-e74c-41c3-b7a5-e5bbcb53308b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:35,006 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:35,006 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09f8fd84-e1d8-40f8-ac9d-d1bb630995ba', 'x-compute-request-id': 'req-09f8fd84-e1d8-40f8-ac9d-d1bb630995ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:36,053 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:36,053 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5781f3f8-b823-4320-a857-409e7cc50412', 'x-compute-request-id': 'req-5781f3f8-b823-4320-a857-409e7cc50412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:37,102 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:37,103 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43c66436-2d71-49f7-b778-969b5b985224', 'x-compute-request-id': 'req-43c66436-2d71-49f7-b778-969b5b985224', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:38,150 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:38,151 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c57c66a5-8ad4-436a-b549-496e3dbfd61b', 'x-compute-request-id': 'req-c57c66a5-8ad4-436a-b549-496e3dbfd61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:39,198 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:39,198 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8320c23-6d0f-4581-8e50-1c290152f502', 'x-compute-request-id': 'req-a8320c23-6d0f-4581-8e50-1c290152f502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:40,246 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:40,246 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b825fd-2249-44ba-a955-2a5b814a6325', 'x-compute-request-id': 'req-46b825fd-2249-44ba-a955-2a5b814a6325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:41,295 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:41,295 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87aa5fdb-ea5f-46bc-a65f-4d68ea453b49', 'x-compute-request-id': 'req-87aa5fdb-ea5f-46bc-a65f-4d68ea453b49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:42,342 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:42,343 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aa089ca-92b0-47d3-a861-88605ef5ea1a', 'x-compute-request-id': 'req-1aa089ca-92b0-47d3-a861-88605ef5ea1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:43,398 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.052s 2021-08-10 15:40:43,398 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2643438-e7d5-42dd-b91e-6f28dfa5bb84', 'x-compute-request-id': 'req-c2643438-e7d5-42dd-b91e-6f28dfa5bb84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:44,447 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:44,447 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d1cc8b0-6ce3-4040-bcf0-2d2b2009f016', 'x-compute-request-id': 'req-6d1cc8b0-6ce3-4040-bcf0-2d2b2009f016', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:45,498 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.047s 2021-08-10 15:40:45,498 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fa58f9c-388b-47c3-8cd0-a44fa6dd2c99', 'x-compute-request-id': 'req-1fa58f9c-388b-47c3-8cd0-a44fa6dd2c99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:46,548 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:46,548 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e42b160d-3877-4ddf-a468-1319e8998a0c', 'x-compute-request-id': 'req-e42b160d-3877-4ddf-a468-1319e8998a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:47,597 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:47,598 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23645753-97bd-4c09-a8db-b59b3d29cfd6', 'x-compute-request-id': 'req-23645753-97bd-4c09-a8db-b59b3d29cfd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:48,646 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:48,646 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0718fa4-42f8-4ff7-b68b-c359ec401012', 'x-compute-request-id': 'req-e0718fa4-42f8-4ff7-b68b-c359ec401012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:49,694 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:49,695 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4738517-a09e-46bd-98a7-219d48c23389', 'x-compute-request-id': 'req-a4738517-a09e-46bd-98a7-219d48c23389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:50,744 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:50,744 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85f13723-69ea-4021-8319-fe7be1abc521', 'x-compute-request-id': 'req-85f13723-69ea-4021-8319-fe7be1abc521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:51,796 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.050s 2021-08-10 15:40:51,797 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76411c48-eb7f-4052-9f99-af26dc87bd94', 'x-compute-request-id': 'req-76411c48-eb7f-4052-9f99-af26dc87bd94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:52,844 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:52,844 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e6f321a-2cb6-4c1c-be20-d8852c5ec2e9', 'x-compute-request-id': 'req-1e6f321a-2cb6-4c1c-be20-d8852c5ec2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:53,892 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:53,892 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-926a9663-d781-4169-9f10-9a9958b5005c', 'x-compute-request-id': 'req-926a9663-d781-4169-9f10-9a9958b5005c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:54,940 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.044s 2021-08-10 15:40:54,940 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eb97fdb-e89e-48a8-9741-98bf485b3418', 'x-compute-request-id': 'req-0eb97fdb-e89e-48a8-9741-98bf485b3418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:55,990 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.046s 2021-08-10 15:40:55,990 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e92d3ba-3588-40d6-99a7-abfe7649a79a', 'x-compute-request-id': 'req-4e92d3ba-3588-40d6-99a7-abfe7649a79a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:57,038 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments 0.045s 2021-08-10 15:40:57,039 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b64ddd-26cd-4bbe-8882-3ca75b010daf', 'x-compute-request-id': 'req-21b64ddd-26cd-4bbe-8882-3ca75b010daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "volumeId": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "serverId": "534e6365-a959-4a51-83b7-2d487b02d35c", "device": "/dev/sdb"}]}' 2021-08-10 15:40:58,122 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 POST http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/action 0.080s 2021-08-10 15:40:58,123 114853 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': 'Tue, 10 Aug 2021 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '40617', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd0fc707-ea0b-4d19-b36a-3fdd2b842f43', 'x-compute-request-id': 'req-bd0fc707-ea0b-4d19-b36a-3fdd2b842f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/534e6365-a959-4a51-83b7-2d487b02d35c/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2021-08-10 15:40:58,124 114853 DEBUG [tempest.common.waiters] Console output for 534e6365-a959-4a51-83b7-2d487b02d35c body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.220000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.224000] tsc: Detected 1995.193 MHz processor [ 0.228000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980772) [ 0.232015] pid_max: default: 32768 minimum: 301 [ 0.236083] Security Framework initialized [ 0.240014] Yama: becoming mindful. [ 0.244079] AppArmor: AppArmor initialized [ 0.248290] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.252130] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.256048] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.260025] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.280044] CPU: Physical Processor ID: 0 [ 0.288020] mce: CPU supports 1 MCE banks [ 0.292352] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.296007] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.300012] Spectre V2 : Mitigation: Full generic retpoline [ 0.304007] Speculative Store Bypass: Vulnerable [ 0.408173] Freeing SMP alternatives memory: 36K [ 0.415310] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.416124] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.420080] Hierarchical SRCU implementation. [ 0.425698] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.428013] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.432107] smp: Bringing up secondary CPUs ... [ 0.440017] smp: Brought up 1 node, 1 CPU [ 0.444015] smpboot: Max logical packages: 1 [ 0.448018] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.452527] devtmpfs: initialized [ 0.456227] x86/mm: Memory block size: 128MB [ 0.460423] evm: security.selinux [ 0.464022] evm: security.SMACK64 [ 0.468015] evm: security.SMACK64EXEC [ 0.472015] evm: security.SMACK64TRANSMUTE [ 0.476013] evm: security.SMACK64MMAP [ 0.480038] evm: security.apparmor [ 0.484476] evm: security.ima [ 0.488013] evm: security.capability [ 0.492314] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.496042] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.500123] pinctrl core: initialized pinctrl subsystem [ 0.504471] NET: Registered protocol family 16 [ 0.508169] audit: initializing netlink subsys (disabled) [ 0.512487] cpuidle: using governor ladder [ 0.516028] audit: type=2000 audit(1628609701.512:1): state=initialized audit_enabled=0 res=1 [ 0.520049] cpuidle: using governor menu [ 0.524109] ACPI: bus type PCI registered [ 0.528015] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.541245] PCI: Using configuration type 1 for base access [ 0.548124] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.552520] ACPI: Added _OSI(Module Device) [ 0.556028] ACPI: Added _OSI(Processor Device) [ 0.560013] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.564038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.568052] ACPI: Added _OSI(Linux-Dell-Video) [ 0.583439] ACPI: Interpreter enabled [ 0.584031] ACPI: (supports S0 S5) [ 0.588013] ACPI: Using IOAPIC for interrupt routing [ 0.592092] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.596896] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.643451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.644021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.648031] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.652039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.656571] PCI host bridge to bus 0000:00 [ 0.664032] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.668060] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.672045] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.676023] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.680064] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.684048] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.791195] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.792041] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.796018] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.800058] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.814944] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.814944] * this clock source is slow. Consider trying other clock sources [ 0.840821] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.928175] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.937836] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.942669] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.946050] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.954211] SCSI subsystem initialized [ 0.956309] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.960000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.960017] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.964016] vgaarb: loaded [ 0.968111] pps_core: LinuxPPS API ver. 1 registered [ 0.972013] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.976088] PTP clock support registered [ 0.980158] EDAC MC: Ver: 3.0.0 [ 0.987141] hv_vmbus: Vmbus version:4.0 [ 0.988222] PCI: Using ACPI for IRQ routing [ 0.992345] NetLabel: Initializing [ 0.996091] NetLabel: domain hash size = 128 [ 1.000040] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.004727] NetLabel: unlabeled traffic allowed by default [ 1.008320] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.052322] VFS: Disk quotas dquot_6.6.0 [ 1.062743] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080958] AppArmor: AppArmor Filesystem Enabled [ 1.088467] pnp: PnP ACPI init [ 1.100509] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.112190] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.131120] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.146058] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.153786] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.172241] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.182345] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.194527] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.202889] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.222056] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.249002] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.302621] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.317314] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.337188] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.362516] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.366490] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.370368] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.379414] pnp: PnP ACPI: found 9 devices [ 1.424547] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.437252] NET: Registered protocol family 2 [ 1.443385] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.452242] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.458908] TCP: Hash tables configured (established 8192 bind 8192) [ 1.476332] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.516387] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.526100] NET: Registered protocol family 1 [ 1.537197] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.557550] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.563063] Unpacking initramfs... [ 1.752035] random: fast init done [ 2.085809] Freeing initrd memory: 13088K [ 2.098116] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.127410] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.133473] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e35402a, max_idle_ns: 881590824509 ns [ 2.141120] Scanning for low memory corruption every 60 seconds [ 2.149078] Initialise system trusted keyrings [ 2.158345] Key type blacklist registered [ 2.180211] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.195537] zbud: loaded [ 2.206499] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.213716] fuse init (API version 7.26) [ 2.221706] Key type asymmetric registered [ 2.235930] Asymmetric key parser 'x509' registered [ 2.246026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.256208] io scheduler noop registered (default) [ 2.273933] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.295576] ACPI: Power Button [PWRF] [ 2.302171] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.367507] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.424403] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.438595] Linux agpgart interface v0.103 [ 2.470740] loop: module loaded [ 2.494800] hv_vmbus: registering driver hv_storvsc [ 2.527080] scsi host0: storvsc_host_t [ 2.539998] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.561483] scsi host1: storvsc_host_t [ 2.582921] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.600380] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.637594] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.649412] scsi host2: ata_piix [ 2.661390] sd 0:0:0:0: [sda] Write Protect is off [ 2.678386] scsi host3: ata_piix [ 2.692150] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.700389] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.734555] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.769195] libphy: Fixed MDIO Bus: probed [ 2.773006] tun: Universal TUN/TAP device driver, 1.6 [ 2.783486] PPP generic driver version 2.4.2 [ 2.792385] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.839994] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.855906] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.871817] mousedev: PS/2 mouse device common for all mice [ 3.595615] sda: sda1 [ 4.427120] rtc_cmos 00:00: RTC can wake from S4 [ 4.478914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.490152] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.499986] device-mapper: uevent: version 1.0.3 [ 4.506450] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.532996] NET: Registered protocol family 10 [ 4.547544] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.564867] Segment Routing with IPv6 [ 4.578532] NET: Registered protocol family 17 [ 4.595275] Key type dns_resolver registered [ 4.604176] RAS: Correctable Errors collector initialized. [ 4.611737] registered taskstats version 1 [ 4.624688] Loading compiled-in X.509 certificates [ 4.649382] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 4.669294] zswap: loaded using pool lzo/zbud [ 4.897599] Key type big_key registered [ 4.908273] Key type trusted registered [ 4.923243] Key type encrypted registered [ 4.930218] AppArmor: AppArmor sha1 policy hashing enabled [ 4.945104] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 4.958005] evm: HMAC attrs: 0x1 [ 4.981680] rtc_cmos 00:00: setting system clock to 2021-08-10 15:35:08 UTC (1628609708) [ 4.996931] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.005637] EDD information not available. [ 5.019808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 5.756860] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 5.775854] ata2.00: configured for MWDMA2 [ 5.816486] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 5.855162] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 5.867761] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 5.900936] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 5.915978] Freeing unused kernel memory: 2248K [ 5.948254] Write protecting the kernel read-only data: 18432k [ 5.966342] Freeing unused kernel memory: 2008K [ 5.973686] Freeing unused kernel memory: 124K [ 6.006837] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.038843] x86/mm: Checking user space page tables [ 6.067838] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting versio 229 [ 6.210633] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.228480] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.240704] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.251151] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.261000] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.280815] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.313169] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.339803] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.363351] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.373382] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.734970] hv_utils: Registering HyperV Utility Driver [ 6.747583] hv_vmbus: registering driver hv_util [ 6.781606] hv_vmbus: registering driver hyperv_keyboard [ 6.799708] hidraw: raw HID events driver (C) Jiri Kosina [ 6.836942] hv_vmbus: registering driver hv_netvsc [ 6.898835] hv_vmbus: registering driver hid_hyperv [ 7.009893] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 7.043995] hv_utils: Heartbeat IC version 3.0 [ 7.083435] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 7.519956] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.560435] hv_utils: Shutdown IC version 3.0 [ 7.568355] hv_utils: TimeSync IC version 4.0 [ 7.583082] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.728047] raid6: sse2x1 gen() 3308 MB/s [ 7.784149] raid6: sse2x1 xor() 2952 MB/s [ 7.852057] raid6: sse2x2 gen() 2119 MB/s [ 7.908061] raid6: sse2x2 xor() 1507 MB/s [ 7.973797] raid6: sse2x4 gen() 3072 MB/s [ 8.032053] raid6: sse2x4 xor() 3635 MB/s [ 8.038330] raid6: using algorithm sse2x1 gen() 3308 MB/s [ 8.047618] raid6: .... xor() 2952 MB/s, rmw enabled [ 8.057739] raid6: using intx1 recovery algorithm [ 8.078319] xor: measuring software checksum speed [ 8.172341] prefetch64-sse: 7265.000 MB/sec [ 8.232072] generic_sse: 6806.000 MB/sec [ 8.243917] xor: using function: prefetch64-sse (7265.000 MB/sec) [ 8.255343] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file syste ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.739995] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so sipping root file system [ 9.174333] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bttom ... done. Begin: Running /scripts/init-bottom ... done. [ 10.168775] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 10.196292] systemd[1]: Detected virtualization microsoft. [ 10.217463] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 10.462405] systemd[1]: Set hostname to <ubuntu>. [ 10.512990] systemd[1]: Initializing machine ID from random generator. [ 10.526240] systemd[1]: Installed transient /etc/machine-id file. [ 11.426587] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 11.603803] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [m] Listening on udev Kernel Socket. [ 11.732976] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 11.912583] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [m] Listening on Jornal Audit Socket. [[0;32m OK [m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Created slice Uer and Session Slice. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket. [[0;32m OK [0m] Created slice System Slice. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Slices. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... [[0;32m OK [0m[ 13.619944] EXT4-fs (sda1): re-mounted. Opts: (null) ] Created slice system-getty.slice. Mounting Huge Pages File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress poling... [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Started ForwardPassword Requests to Wall Directory Watch. Starting Load Kernel Modules... [[0;32m OK [0m] Listening on LVM2 poll daemon socket.[ 14.294555] Loading iSCSI transport class v2.0-870. [ 14.378924] iscsi: registered transport (tcp) Starting Journa Service... [[ 14.485766] iscsi: registered transport (iser) [0;32m OK [m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Mssage Queue File System. [[0;32m OK [0m] Mounted Huge Paes File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting Configuration File System... Mounting FUSE Control File System... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Initial cloud-init job (pre-networking)... Starting CreateStatic Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [m] Started udev Codplug all Devices. Starting udev Krnel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Flush Jurnal to Persistent Storage. [[0;32m OK [0m] Started Commit a transient machine-id on disk. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Create Volatile Files and Directories. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting UpdateUTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 22.992182] cloud-init[324]: Cloud-init v. 18.2 running 'init-local' at Tue, 10 Aug 2021 15:35:24 +0000. Up 21.03 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 28.293424] cloud-init[634]: Cloud-init v. 18.2 running 'init' at Tue, 10 Aug 2021 15:35:27 +0000. Up 24.42 seconds. [ 28.433559] [cloud-init[634]: [0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++[[0;32m OK [0m [ 28.663467] cloud-init] [634]: Reached target Cloud-config availability.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[ 28.801895] [0;32m OK [0mcloud-init] [634]: Reached target System Initialization.ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [[ 28.949835] cloud-init[0;32m OK [0m[634]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+] Started Daily apt download activities.[ 29.065274] cloud-init [634]: [[0;32m OK [0mci-info: | eth0 | True | 172.20.0.12 | 255.25.255.240 | . | fa:16:3e:55:b8:0d |] Listening on D-Bus System Message Bus Socket. [ 29.206351] cloud-init[634]: ci-info: | eth0 | True | fe80::f816:3eff:fe55:b80d/64 | . | link | fa:16:3e:55:b8:0d | [[0;32m OK [m[ 29.302959] cloud-init] [634]: Started ACPI Events Check.ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [[ 29.423897] cloud-init[0;32m OK [0m[634]: ] ci-info: | lo | True | ::1/128 | . | host | . |Reached target Paths. [[ 29.566956] [0;32m OK [0mcloud-init] [634]: Started Daily apt upgrade and clean activities.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m[ 29.707606] ] Listening on ACPID Listen Socket.cloud-init [634]: ci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++[[0;32m OK [m] Reached target Sockets.[ 29.857530] cloud-init[[0;32m OK [0m] [634]: Started Daily Cleanup of Temporary Directories.ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [ [0;32m OK [0m] [ 30.103583] Reached target Timers.cloud-init [634]: [ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[0;32m OK [0m] Reached target Basic System. [ 30.331978] cloud-init[[634]: [0;32m OK [0mci-info: +-------+-------------+------------+-----------------+-----------+-------+] Started Regular background program processing daemon. [ 30.464707] cloud-init [634]: Starting LSB: MD monitoring daemon...ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [[0;32m OK [0m[ 30.620188] ] cloud-initStarted D-Bus System Message Bus.[634]: ci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U | [ 30.717120] cloud-init[634]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [ 30.801589] cloud-init[634]: Generating public/private rsa key pair. [ 30.867212] cloud-init[634]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 30.913008] cloud-init[634]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [[ 30.969007] [0;32m OK [0mcloud-init] [634]: The key fingerprint is:Started ACPI event daemon. [[ 31.075520] [0;32m OK [0mcloud-init] [634]: Started Deferred execution scheduler.SHA256:Qx/Ec6EW0QnIifOGf4UpAu3DoxqeJxG9VPdZjXe9dgk root@tempest-attachvolumenegativetest-server-1589891221 [ [0;32m OK [0m[ 31.180498] ] cloud-initStarted Unattended Upgrades Shutdown.[634]: The key's randomart image is: Starting Login Service...[ 31.276992] cloud-init [634]: +---[RSA 2048]----+ [ 31.357832] Starting LSB: Record successful boot for GRUB...cloud-init [634]: [| . o +=+.= .|[0;32m OK [0m ] [ 31.463797] Reached target Network is Online.cloud-init[634]: | . = =.oo*Eo o| [ 31.553024] Starting /etc/rc.local Compatibility...cloud-init[634]: | . = =..+B ...o| Starting Apply the settings specified in cloud-config... [ 31.696215] cloud-init Starting iSCSI initiator daemon (iscsid)...[634]: | . o B.+o=.. +.| [ 31.840230] Starting OpenBSD Secure Shell server...cloud-init [634]: [| o o *S... . .|[0;32m OK [0m ] [ 31.990373] Started /etc/rc.local Compatibility.cloud-init[634]: | o o ... |[ [0;32m OK [0m] [ 32.143867] Started OpenBSD Secure Shell server.cloud-init[634]: | . = . |[ [0;32m OK [0m[ 32.256197] ] cloud-initStarted iSCSI initiator daemon (iscsid).[634]: | = . | [[ 32.412756] [0;32m OK [0mcloud-init] [634]: Started Login Service.| o | [ 32.560230] [cloud-init[634]: [0;32m OK [0m+----[SHA256]-----+] Started LSB: MD monitoring daemon. [ 32.695008] cloud-init [634]: Generating public/private dsa key pair.[ [0;32m OK [0m] [ 32.814676] cloud-initStarted LSB: Record successful boot for GRUB.[634]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 32.956214] Starting Login to default iSCSI targets...cloud-init [634]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[ [0;32m OK [0m[ 33.143991] ] cloud-initStarted Login to default iSCSI targets.[634]: The key fingerprint is: [[ 33.260703] [0;32m OK [0mcloud-init] [634]: Reached target Remote File Systems (Pre).SHA256:lWPP0oaNIZamEGegVctTCdpQtWldJYHlDBB1asxb8c0 root@tempest-attachvolumenegativetest-server-1589891221 [[0;32m OK [0m ] [ 33.425216] cloud-initReached target Remote File Systems.[634]: The key's randomart image is: [ 33.513477] Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...cloud-init[634]: +---[DSA 1024]----+ Starting LSB: automatic crash report generation...[ 33.682609] cloud-init [634]: | =+*o==ooBo. |Starting Permit User Sessions... [ 33.825943] [cloud-init[0;32m OK [0m[634]: ] | o O o.B.O + o |Started Permit User Sessions. [ 33.940131] cloud-init[634]: | . o = O % + . E|[ [0;32m OK [0m[ 34.068215] ] cloud-initStarted LSB: Set the CPU Frequency Scaling governor to "ondemand".[634]: | . * = % | [ 34.200532] [[0;32m OK [0mcloud-init[634]: ] Started Serial Getty on ttyS0.| . S = * | [[ 34.314658] [0;32m OK [0mcloud-init[634]: ] | o |Started Getty on tty1. [[ 34.408738] cloud-init[0;32m OK [0m[634]: | |] Reached target Login Prompts. [ 34.485224] cloud-init[[0;32m OK [0m[634]: | |] Started LSB: automatic crash reort generation.[ 34.567166] cloud-init[634]: [| |[0;32m OK [0m ] [ 34.650963] Reached target Multi-User System.cloud-init[634]: +----[SHA256]-----+[[0;32m OK [0m [ 34.743714] ] cloud-initReached target Graphical Interface.[634]: Generating public/private ecdsa key pair. Starting Update UTMP about System Runlevel Changes...[ 34.881586] cloud-init[634]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 34.948712] cloud-init[634]: [Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.[ 35.067933] cloud-init [634]: The key fingerprint is: [ 35.139782] cloud-init[634]: SHA256:tKTiko22TZUVsnll8Utl1VoUtIhCF4RauAxO8bziuoA root@tempest-attachvolumenegativetest-server-1589891221 [ 35.194766] cloud-init[634]: The key's randomart image is: [ 35.257556] cloud-init[634]: +---[ECDSA 256]---+ [ 35.310855] cloud-init[634]: | .o o.*=. +==| [ 35.377736] cloud-init[634]: | oo=.*...o. +| [ 35.427293] cloud-init[634]: | o =oO. .o. + | [ 35.488302] cloud-init[634]: | . @.... .. | [ 35.552122] cloud-init[634]: | ..+.S . | [ 35.612920] cloud-init[634]: |. =.o. | [ 35.683737] cloud-init[634]: |E.= +. | [ 35.737787] cloud-init[634]: | ..=. | [ 35.790611] cloud-init[634]: | .oo | [ 35.845555] cloud-init[634]: +----[SHA256]-----+ [ 35.897727] cloud-init[634]: Generating public/private ed25519 key pair. [ 35.950459] cloud-init[634]: Your identification has been saved in /etc/ssh/sh_host_ed25519_key. [ 36.031361] cloud-init[634]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 36.122242] cloud-init[634]: The key fingerprint is: [ 36.179013] cloud-init[634]: SHA256:amauVWZt+8YWJRUXYJTt4X0cvmb4AobrXr6kZWDFhe4 root@tempest-attachvolumenegativetest-server-1589891221 [ 36.244551] cloud-init[634]: The key's randomart image is: [ 36.297194] cloud-init[634]: +--[ED25519 256]--+ [ 36.361795] cloud-init[634]: | o==oo| [ 36.413251] cloud-init[634]: | ..o..= | [ 36.462724] cloud-init[634]: | .o .+.+| [ 36.507376] cloud-init[634]: | .... .++| [ 36.554696] cloud-init[634]: | So= o. o| [ 36.607788] cloud-init[634]: | =.o.E.. + | [ 36.653012] cloud-init[634]: | * +*..+ | [ 36.697491] cloud-init[634]: | * .B.+. . | [ 36.750506] cloud-init[634]: | ... o+ =o . | [ 36.813966] cloud-init[634]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-attachvolumenegativetest-server-158989121 ttyS0 tempest-attachvolumenegativetest-server-1589891221 login: [ 88.707860] cloud-init[723]: Cloud-init v. 18.2 running 'modules:config' at Tue, 10 Aug 2021 15:35:37 +0000. Up 33.54 seconds. ci-info: no authorized ssh keys fingerprints found for user ubuntu. <14>Aug 10 15:36:33 ec2: <14>Aug 10 15:36:33 ec2: ############################################################# <14>Aug 10 15:36:33 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Aug 10 15:36:33 ec2: 1024 SHA256:lWPP0oaNIZamEGegVctTCdpQtWldJYHlDBB1asxb8c0 root@tempest-attachvolumenegativetest-server-1589891221 (DSA) <14>Aug 10 15:36:33 ec2: 256 SHA256:tKTiko22TZUVsnll8Utl1VoUtIhCF4RauAxO8bziuoA root@tempest-attachvolumenegativetest-server-1589891221 (ECDSA) <14>Aug 10 15:36:33 ec2: 256 SHA256:amauVWZt+8YWJRUXYJTt4X0cvmb4AobrXr6kZWDFhe4 root@tempest-attachvolumenegativetest-server-1589891221 (ED25519) <14>Aug 10 15:36:33 ec2: 2048 SHA256:Qx/Ec6EW0QnIifOGf4UpAu3DoxqeJxG9VPdZjXe9dgk root@tempest-attachvolumenegativetest-server-1589891221 (RSA) <14>Aug 10 15:36:33 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Aug 10 15:36:33 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOY8N4gwLQCUaG4sJ23MnfY1hK+onzO0Pw+TpOmA9rLEWK9v80Pj9LV/VLzuhNomMv+wFlEBk2uq3LcB7UJ1+c8= root@tempest-attachvolumenegativetest-server-1589891221 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMH7adPUSWfSa1gKSKWjQs1BUiRvznJlqUyiDRDJVkoV root@tempest-attachvolumenegativetest-server-1589891221 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3O0Mw1OjbPmPkt/e+9HJNhGevlYp7wKREtT2yqafkUwzwVTNzYGLMnG5+6UbIBFyHda/chxilA8GBbVABlx8zzIbhU1j8OIe7Gw++R+WGc04a9YZb7dWBHVImmOIc6zlbQCk0aCAcwlGTOknFF1ltK9aZPc2QYle1A+AR5fTNilJeo9y9F8UsH1KnbvPAabH/+peH7jVYxKAV7FOvAmGXtPtsRT5lzlUHRk1EOo34k9H72vRCC7dceqrQVD0fDE2gaOAB7ZYRz3GI62XrjoA6dQjHmjstJeR8z4TRc/CsZfJlypFClXhTFCEDyx37DLTXsB0jZMLAVcOKMyEzcVfB root@tempest-attachvolumenegativetest-server-1589891221 -----END SSH HOST KEY KEYS----- [ 90.635804] cloud-init[799]: Cloud-init v. 18.2 running 'modules:final' at Tue, 10 Aug 2021 15:36:32 +0000. Up 89.29 seconds. [ 90.724444] cloud-init[799]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 90.797092] cloud-init[799]: Cloud-init v. 18.2 finished at Tue, 10 Aug 2021 15:36:34 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 90.50 seconds 2021-08-10 15:40:58,171 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:40:58,171 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97e09eef-f607-4399-81e9-6e8d9575cc5b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97e09eef-f607-4399-81e9-6e8d9575cc5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:40:59,225 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:40:59,225 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395cb952-a2d9-4438-9a43-d30c86471f69', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395cb952-a2d9-4438-9a43-d30c86471f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:00,277 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:00,277 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da408365-222d-427a-a87b-c14c98d16ff7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da408365-222d-427a-a87b-c14c98d16ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:01,334 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:41:01,334 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f26198b4-c2a3-45f6-ad3b-b5137448f2d2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f26198b4-c2a3-45f6-ad3b-b5137448f2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:02,393 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:41:02,394 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80c28aa0-6fa8-42b2-8fc0-13e874ba767e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80c28aa0-6fa8-42b2-8fc0-13e874ba767e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:03,451 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:41:03,451 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c77ba7-7297-4880-b381-50c2083eb278', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c77ba7-7297-4880-b381-50c2083eb278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:04,505 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:04,505 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a611f5-5df5-474d-b3ef-002981f76d18', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a611f5-5df5-474d-b3ef-002981f76d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:05,567 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.053s 2021-08-10 15:41:05,568 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a8eb17-c6f0-47f8-a74e-ca927a7e2c8f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9a8eb17-c6f0-47f8-a74e-ca927a7e2c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:06,625 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:41:06,625 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47251fbe-62b9-41d3-9ce3-aa6e8fd469bb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47251fbe-62b9-41d3-9ce3-aa6e8fd469bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:07,684 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:41:07,684 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48295c7-9a6c-4594-84e8-c111bbc270f5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48295c7-9a6c-4594-84e8-c111bbc270f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:08,743 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:41:08,743 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18ec7e2-31e8-44ca-afb2-6bac9f7e6df3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18ec7e2-31e8-44ca-afb2-6bac9f7e6df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:09,805 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.054s 2021-08-10 15:41:09,805 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7252306-3514-404a-818f-a3d802f67dac', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7252306-3514-404a-818f-a3d802f67dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:10,858 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:10,859 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2762e901-467a-4ed4-bf7f-ccf3d71fa6c6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2762e901-467a-4ed4-bf7f-ccf3d71fa6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:11,913 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:11,913 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0876b10-2a58-499b-8107-126ecd9574a5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0876b10-2a58-499b-8107-126ecd9574a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:12,965 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:12,966 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519601bd-82b5-4bb3-a4ab-59219d94e0ec', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519601bd-82b5-4bb3-a4ab-59219d94e0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:14,025 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:41:14,025 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f70efc3-9f4d-4c8b-adb4-f95906493e75', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f70efc3-9f4d-4c8b-adb4-f95906493e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:15,078 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:15,078 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b995736d-ac00-46e6-9a7b-8bc5423562b8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b995736d-ac00-46e6-9a7b-8bc5423562b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:16,130 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:16,130 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc9fc45-ead0-43c9-ad81-8b7fd49b52d7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc9fc45-ead0-43c9-ad81-8b7fd49b52d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:17,185 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:17,185 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0de64a8-eb82-477d-b45a-2afb143a1c02', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0de64a8-eb82-477d-b45a-2afb143a1c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:18,245 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:41:18,245 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d812b93-67ce-4a9d-b74b-7d198ca35860', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d812b93-67ce-4a9d-b74b-7d198ca35860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:19,299 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:19,299 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e381f853-7a46-4ae3-b89f-c4b3c2e406f6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e381f853-7a46-4ae3-b89f-c4b3c2e406f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:20,353 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:20,353 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-046e36a5-bded-4ae9-8185-3e3c28d94fc5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-046e36a5-bded-4ae9-8185-3e3c28d94fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:21,406 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:21,407 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb6f251b-1154-45fd-949e-a2bba0aad086', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb6f251b-1154-45fd-949e-a2bba0aad086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:22,462 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:41:22,462 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f077ed-4676-4374-a8fe-831edcde22c3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f077ed-4676-4374-a8fe-831edcde22c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:23,518 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:41:23,519 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f89084f-f6d7-41e0-8612-ed2edaf9c088', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f89084f-f6d7-41e0-8612-ed2edaf9c088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:24,573 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:24,574 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c4c942-22be-480f-b67d-39c8782566d3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c4c942-22be-480f-b67d-39c8782566d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:25,627 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:25,628 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab5d105-c22c-4516-882f-b52f8ed5799f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab5d105-c22c-4516-882f-b52f8ed5799f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:26,680 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:26,680 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c133ec17-724f-4751-ac83-d8307f595d78', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c133ec17-724f-4751-ac83-d8307f595d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:27,735 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:41:27,736 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2074ac77-8b6f-4bb1-8245-5fb997052746', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2074ac77-8b6f-4bb1-8245-5fb997052746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:28,789 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:28,789 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-828d19ed-fc23-4d84-9971-9a115d02fd30', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-828d19ed-fc23-4d84-9971-9a115d02fd30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:29,843 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:29,843 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504758d7-fcb9-4f8a-a162-e37c28df37f4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504758d7-fcb9-4f8a-a162-e37c28df37f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:30,896 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:30,896 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1092a1cd-f49f-4f47-9958-b195b79c36d2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1092a1cd-f49f-4f47-9958-b195b79c36d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:31,949 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:31,950 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed391b29-58f0-4ca4-975f-fd46aef86582', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed391b29-58f0-4ca4-975f-fd46aef86582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:33,001 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:33,002 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66279769-af5b-49c9-bf09-927ce7623317', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66279769-af5b-49c9-bf09-927ce7623317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:34,055 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:34,055 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd62a9c1-31d0-41b1-9532-ac776cd8963c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd62a9c1-31d0-41b1-9532-ac776cd8963c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:35,107 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:41:35,107 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c588cc3-0fc9-4c84-8cb7-0f352ec1cd51', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c588cc3-0fc9-4c84-8cb7-0f352ec1cd51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:36,158 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:41:36,159 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e8af541-c635-4b21-bc35-d7157e7d4496', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e8af541-c635-4b21-bc35-d7157e7d4496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:37,211 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:37,212 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e3cc570-0d19-4a82-a0a4-5fdb2a841999', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e3cc570-0d19-4a82-a0a4-5fdb2a841999', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:38,272 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:41:38,272 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a260bbf4-4adb-4a2d-b1f4-1eba66e97bec', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a260bbf4-4adb-4a2d-b1f4-1eba66e97bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:39,329 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:41:39,329 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b52d1cb2-48fd-4933-8956-881cf70bccd4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b52d1cb2-48fd-4933-8956-881cf70bccd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:40,381 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:40,382 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a7e8aa2-12e9-4359-bc84-d13024c2ad57', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a7e8aa2-12e9-4359-bc84-d13024c2ad57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:41,435 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:41,435 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da07ded7-1351-4940-bba7-14ccc2fb54e9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da07ded7-1351-4940-bba7-14ccc2fb54e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:42,489 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:42,489 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8b5c42-6c99-4d20-a312-8e74024f0f44', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8b5c42-6c99-4d20-a312-8e74024f0f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:43,543 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:43,544 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e5e84f7-4996-4763-9066-e955cb09d234', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e5e84f7-4996-4763-9066-e955cb09d234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:44,597 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:44,598 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ead2d7-7d01-4257-b9a3-852b9c3f0eb7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ead2d7-7d01-4257-b9a3-852b9c3f0eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:45,650 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:45,651 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23143ff9-8423-44d5-b3e9-5e4b60a02c6a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23143ff9-8423-44d5-b3e9-5e4b60a02c6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:46,707 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:41:46,708 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3b97cf7-8ab7-4912-8e98-e72069a49ab1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b97cf7-8ab7-4912-8e98-e72069a49ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:47,761 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:47,761 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5f6777-a1e2-4b40-b6cc-9ed3cec1264b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5f6777-a1e2-4b40-b6cc-9ed3cec1264b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:48,823 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.053s 2021-08-10 15:41:48,823 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34aaf81-6225-4740-a76d-562fd5b8d95d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34aaf81-6225-4740-a76d-562fd5b8d95d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:49,877 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:41:49,877 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fefe6598-b929-4eb3-b5a9-c114011cd3db', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fefe6598-b929-4eb3-b5a9-c114011cd3db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:50,928 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:50,929 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b86a002-5379-45be-b77d-7b46bd2f7c5b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b86a002-5379-45be-b77d-7b46bd2f7c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:51,982 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:51,982 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc669d16-0914-47e2-aba8-6c23163d92a1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc669d16-0914-47e2-aba8-6c23163d92a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:53,033 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:53,033 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4bea15-6536-47a1-ad20-ae393acd84ba', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4bea15-6536-47a1-ad20-ae393acd84ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:54,085 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:41:54,085 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aad7bef3-3b95-4e99-a1c0-92a5b1f07489', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aad7bef3-3b95-4e99-a1c0-92a5b1f07489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:55,140 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:41:55,141 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a16b6a-352f-4cc7-9228-effc3816d031', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a16b6a-352f-4cc7-9228-effc3816d031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:56,206 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.057s 2021-08-10 15:41:56,206 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137ebdc2-d40d-44d1-ba07-525db1e7fdc4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137ebdc2-d40d-44d1-ba07-525db1e7fdc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:57,262 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:41:57,263 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87ad325-c2a4-4456-8e22-00f38897aa66', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87ad325-c2a4-4456-8e22-00f38897aa66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:58,315 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:41:58,316 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6dcea6a-9418-49e9-a6df-2add1a66a14d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6dcea6a-9418-49e9-a6df-2add1a66a14d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:41:59,367 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:41:59,368 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59559eac-324b-4051-8e22-15cc7fcb35e8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59559eac-324b-4051-8e22-15cc7fcb35e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:00,427 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:42:00,428 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eea0b32-17d7-412b-9543-085ef9994b80', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eea0b32-17d7-412b-9543-085ef9994b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:01,480 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:42:01,481 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d163f69-a224-49df-8171-350152c173b2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d163f69-a224-49df-8171-350152c173b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:02,533 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:02,533 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f47c964-944f-49d3-a239-37bf1659707a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f47c964-944f-49d3-a239-37bf1659707a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:03,585 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:42:03,585 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91c06a9-f6a5-4e82-910d-c68790df5e12', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91c06a9-f6a5-4e82-910d-c68790df5e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:04,637 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:42:04,637 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67ac03f-f041-4700-9507-2b4b843e684e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67ac03f-f041-4700-9507-2b4b843e684e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:05,689 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:42:05,689 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7901ed6d-5541-4f12-9c72-f83b57d87d02', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7901ed6d-5541-4f12-9c72-f83b57d87d02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:06,743 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:06,743 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8705770e-f36e-4c33-9754-92d4d7a9a142', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8705770e-f36e-4c33-9754-92d4d7a9a142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:07,797 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:07,797 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b7ae48-90d3-4825-8938-2eec7eb7117d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b7ae48-90d3-4825-8938-2eec7eb7117d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:08,907 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.102s 2021-08-10 15:42:08,908 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e83dc6-3630-4105-9787-d382e24ebd96', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e83dc6-3630-4105-9787-d382e24ebd96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:09,961 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:09,962 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6336703-9f8a-430e-943c-c7c5ee27e101', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6336703-9f8a-430e-943c-c7c5ee27e101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:11,014 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:11,015 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbfbbde6-e50b-4059-85d1-d17db24f5b44', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbfbbde6-e50b-4059-85d1-d17db24f5b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:12,067 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:12,068 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1201b7c0-88b4-4c13-8ab8-955c1adc81a3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1201b7c0-88b4-4c13-8ab8-955c1adc81a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:13,121 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:13,121 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b0b796-12f9-4511-842b-21cb40bee49b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b0b796-12f9-4511-842b-21cb40bee49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:14,174 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:14,175 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b197e3cb-c806-4b17-ac89-227617346641', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b197e3cb-c806-4b17-ac89-227617346641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:15,278 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.095s 2021-08-10 15:42:15,279 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3341ced7-861b-417a-9d6f-2bc460c53bd1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3341ced7-861b-417a-9d6f-2bc460c53bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:16,333 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:42:16,334 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6a0c31-7ada-46ca-a873-3bd36e709602', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6a0c31-7ada-46ca-a873-3bd36e709602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:17,388 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:17,388 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b484a7b2-ded1-4e6f-bc41-43156ae05857', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b484a7b2-ded1-4e6f-bc41-43156ae05857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:18,442 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:18,443 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0129b98-74e3-426a-bd3c-f6632afdb0f9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0129b98-74e3-426a-bd3c-f6632afdb0f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:19,502 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:42:19,503 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e4ed8cc-9487-4a43-a1ec-3351eaac5d39', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e4ed8cc-9487-4a43-a1ec-3351eaac5d39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:20,556 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:42:20,557 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd6a2a9-4d97-43d2-a277-80c54b7a704b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd6a2a9-4d97-43d2-a277-80c54b7a704b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:21,610 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:21,611 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f4c544-04dc-4f18-a3c5-52d5c5a481b1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f4c544-04dc-4f18-a3c5-52d5c5a481b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:22,670 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:42:22,670 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-039440ba-52fd-496e-bb0b-403536c961a0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-039440ba-52fd-496e-bb0b-403536c961a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:23,727 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:42:23,727 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68113dc6-6982-4a7a-8016-4e6f2c030856', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68113dc6-6982-4a7a-8016-4e6f2c030856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:24,781 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:42:24,782 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c612ae2-1e88-4f87-b7d8-7923f4adae99', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c612ae2-1e88-4f87-b7d8-7923f4adae99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:25,839 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:42:25,839 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69200c89-ec16-4df0-aff3-0ac0eb4cb6a9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69200c89-ec16-4df0-aff3-0ac0eb4cb6a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:26,894 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:26,894 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aadd0dda-595f-4afc-9e71-a229b9d4fa5e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aadd0dda-595f-4afc-9e71-a229b9d4fa5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:27,953 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:42:27,953 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0de6263e-7821-4f0b-9941-10cb9d624318', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de6263e-7821-4f0b-9941-10cb9d624318', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:29,006 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:42:29,006 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f934495c-22d3-4658-a616-1651390fc96b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f934495c-22d3-4658-a616-1651390fc96b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:30,060 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:30,060 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942ebd32-6f9c-4e48-830a-da68931bcac7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942ebd32-6f9c-4e48-830a-da68931bcac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:31,124 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.056s 2021-08-10 15:42:31,125 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8bcc29-3b67-4a45-921c-fbcab7c4bf2c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8bcc29-3b67-4a45-921c-fbcab7c4bf2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:32,180 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:42:32,181 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bc98d4e-29df-4f71-8b4f-c854d3a28154', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bc98d4e-29df-4f71-8b4f-c854d3a28154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:33,235 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:33,235 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f79cf67d-4379-4c05-b9c4-39d640095898', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f79cf67d-4379-4c05-b9c4-39d640095898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:34,291 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:34,291 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0802e49-5f68-4450-b42d-fd29677cd6d3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0802e49-5f68-4450-b42d-fd29677cd6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:35,346 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:42:35,346 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880ab977-8286-4e0f-83d8-724d779c96f6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880ab977-8286-4e0f-83d8-724d779c96f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:36,398 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:42:36,398 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae9996b-dd11-4314-a667-b5a413a043e4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae9996b-dd11-4314-a667-b5a413a043e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:37,454 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:42:37,454 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6bcedd-5e4e-4ad2-bc47-401a30398951', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6bcedd-5e4e-4ad2-bc47-401a30398951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:38,512 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:42:38,512 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75116a48-27b3-4de8-88d8-67e683a69e1e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75116a48-27b3-4de8-88d8-67e683a69e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:39,566 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:39,566 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ffa760-ecab-48dd-bb08-5d02ccbf7cd1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ffa760-ecab-48dd-bb08-5d02ccbf7cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:40,622 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:40,622 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef594d4-3704-4f65-ad59-cbe08f40579b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef594d4-3704-4f65-ad59-cbe08f40579b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:41,676 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:41,677 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d761df9-2885-4347-b4ac-518458562c53', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d761df9-2885-4347-b4ac-518458562c53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:42,733 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:42,733 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6075e9b-d170-4aa6-9ae4-3568a80e133f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6075e9b-d170-4aa6-9ae4-3568a80e133f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:43,787 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:43,788 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d52bc5e-4816-4f2e-b78e-fc05bf690bf7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d52bc5e-4816-4f2e-b78e-fc05bf690bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:44,843 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:44,844 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb22d3f-8e54-4730-badf-139bc931b850', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb22d3f-8e54-4730-badf-139bc931b850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:45,897 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:45,897 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5cd7bc2-fab2-4fed-a2fc-b61c74c82a80', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5cd7bc2-fab2-4fed-a2fc-b61c74c82a80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:46,951 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:42:46,951 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3b5fff-ad7f-49e5-8340-57f132ffd91f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3b5fff-ad7f-49e5-8340-57f132ffd91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:48,011 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:42:48,012 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a0b981-066b-4ac3-a600-3de7b1d91e42', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a0b981-066b-4ac3-a600-3de7b1d91e42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:49,064 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:49,065 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a5d422-c812-4e7b-8adb-60ea12389155', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a5d422-c812-4e7b-8adb-60ea12389155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:50,125 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:42:50,125 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe73a56-4e3d-4bfd-9bce-83e067105756', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe73a56-4e3d-4bfd-9bce-83e067105756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:51,181 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:51,181 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597236b7-b6f6-40a8-864b-8acde8f80067', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597236b7-b6f6-40a8-864b-8acde8f80067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:52,236 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:42:52,236 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30df0ba7-7e71-4237-91c9-f00dfeafbe70', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30df0ba7-7e71-4237-91c9-f00dfeafbe70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:53,292 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:53,292 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faea960c-c730-4b5a-a68b-a7b0dcc8b18e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faea960c-c730-4b5a-a68b-a7b0dcc8b18e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:54,348 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:54,348 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58cb250e-68d1-43ff-b26f-d50a9ee711b2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58cb250e-68d1-43ff-b26f-d50a9ee711b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:55,408 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:42:55,409 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a54c597e-4a49-4f74-9887-d821eeb81ea2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a54c597e-4a49-4f74-9887-d821eeb81ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:56,461 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:42:56,462 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc45834b-be8f-465c-8093-d591519048fb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc45834b-be8f-465c-8093-d591519048fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:57,526 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.056s 2021-08-10 15:42:57,526 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6680373f-564f-4bbc-b2a9-b7dc2d4e2789', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6680373f-564f-4bbc-b2a9-b7dc2d4e2789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:58,579 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:58,579 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d85cfa-462f-40c4-8561-f45c825c88bc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d85cfa-462f-40c4-8561-f45c825c88bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:42:59,633 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:42:59,633 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acd9d742-4d42-4ebd-b124-65b83f9368f9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acd9d742-4d42-4ebd-b124-65b83f9368f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:00,685 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:43:00,686 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8674d942-851b-40dc-a904-e593be78c0c9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8674d942-851b-40dc-a904-e593be78c0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:01,748 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.054s 2021-08-10 15:43:01,748 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9054c14-f4f2-4bb7-9aa8-8136d8f2fbbb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9054c14-f4f2-4bb7-9aa8-8136d8f2fbbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:02,802 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:02,802 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ab7181-560e-490b-a19a-f362431ae076', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01ab7181-560e-490b-a19a-f362431ae076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:03,856 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:03,857 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7c91d8-d81d-43fe-83ae-72798529ce06', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7c91d8-d81d-43fe-83ae-72798529ce06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:04,912 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:04,913 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c43f091-8cd4-4bb1-b0b8-9a033bc6a2c0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c43f091-8cd4-4bb1-b0b8-9a033bc6a2c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:05,966 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:05,967 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d1791c-2a5e-44d6-b789-fe9245992c77', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d1791c-2a5e-44d6-b789-fe9245992c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:07,023 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:07,024 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5380eee1-414e-4baa-84bb-62b8e2ae64e9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5380eee1-414e-4baa-84bb-62b8e2ae64e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:08,079 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:08,079 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f451cb86-6883-4056-845c-eca74201cd04', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f451cb86-6883-4056-845c-eca74201cd04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:09,133 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:09,134 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cdbc5a6-c192-40ac-ba82-ee88e939a50e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cdbc5a6-c192-40ac-ba82-ee88e939a50e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:10,192 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:43:10,193 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ddaa78-6a71-4d03-ae46-b05225cea159', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ddaa78-6a71-4d03-ae46-b05225cea159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:11,247 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:11,247 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2158a49b-6b68-4251-94e6-4753107a4ccb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2158a49b-6b68-4251-94e6-4753107a4ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:12,304 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:12,305 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dbf3d19-7da9-44a4-9547-fd1de7c8f965', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dbf3d19-7da9-44a4-9547-fd1de7c8f965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:13,359 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:13,360 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4504499-8662-41d0-bc6f-74257ff2f4ae', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4504499-8662-41d0-bc6f-74257ff2f4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:14,415 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:14,415 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17094f16-7a3e-4142-8433-bf775645411c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17094f16-7a3e-4142-8433-bf775645411c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:15,472 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:15,472 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09925640-3b8f-490f-9afc-0899186184ad', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09925640-3b8f-490f-9afc-0899186184ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:16,527 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:16,527 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21bfdfa0-75a6-44d7-99e0-7db702e5d01f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21bfdfa0-75a6-44d7-99e0-7db702e5d01f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:17,589 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.054s 2021-08-10 15:43:17,590 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5a6b906-6b78-41d4-8316-216e794926a1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5a6b906-6b78-41d4-8316-216e794926a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:18,643 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:18,643 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a640af-0f1d-4732-ae65-d80167057b14', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a640af-0f1d-4732-ae65-d80167057b14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:19,705 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.054s 2021-08-10 15:43:19,706 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a82e3b-f080-400e-9d94-86b914d9fadf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a82e3b-f080-400e-9d94-86b914d9fadf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:20,759 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:20,759 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9228c59a-8e28-4691-afb9-cf5f54c3f12e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9228c59a-8e28-4691-afb9-cf5f54c3f12e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:21,812 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:21,813 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77737f6a-bfa0-480e-8310-be2f246ee348', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77737f6a-bfa0-480e-8310-be2f246ee348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:22,868 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:22,868 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e4abab8-30a2-43c0-b233-e04849caaed1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e4abab8-30a2-43c0-b233-e04849caaed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:23,922 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:23,923 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26e5215-f683-411e-85fc-1490cea7cc5c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e26e5215-f683-411e-85fc-1490cea7cc5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:24,979 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:24,979 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b15c92b-5932-4cdd-9513-5524fdec3b04', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b15c92b-5932-4cdd-9513-5524fdec3b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:26,032 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:26,032 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e5a5a87-4b25-47b5-a55d-f8eddb1a00ab', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e5a5a87-4b25-47b5-a55d-f8eddb1a00ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:27,089 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:27,089 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67bbf0bb-e3d5-4d66-8573-b3c23c417c37', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67bbf0bb-e3d5-4d66-8573-b3c23c417c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:28,145 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:28,145 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d097bef1-3159-4cef-8ca0-1effa07781b3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d097bef1-3159-4cef-8ca0-1effa07781b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:29,201 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:29,202 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0d5111-6fcd-4cec-9bdc-a1dfcf733315', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0d5111-6fcd-4cec-9bdc-a1dfcf733315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:30,259 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:30,259 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5237a06b-2b1f-4b6e-97da-03b7f1576703', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5237a06b-2b1f-4b6e-97da-03b7f1576703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:31,317 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:43:31,317 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d19a15d4-2c5f-4a90-98df-038899e174db', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19a15d4-2c5f-4a90-98df-038899e174db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:32,395 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.069s 2021-08-10 15:43:32,395 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0617b48b-45b6-48a1-89ab-688064fb77c2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0617b48b-45b6-48a1-89ab-688064fb77c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:33,453 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:33,453 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1b8baf-7edc-4be2-bd71-b96e1b892da3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1b8baf-7edc-4be2-bd71-b96e1b892da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:34,508 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:34,508 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05ab3705-3958-4a40-a4bf-4978945e24ff', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05ab3705-3958-4a40-a4bf-4978945e24ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:35,564 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:35,565 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c783b622-19ea-496f-b6c4-adbb832877de', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c783b622-19ea-496f-b6c4-adbb832877de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:36,617 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:43:36,618 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b96f56-8fc2-46f8-b113-7fe733473f92', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b96f56-8fc2-46f8-b113-7fe733473f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:37,671 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:37,671 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d81100b-d0d0-4ddb-94f6-00ef3ebf15f4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d81100b-d0d0-4ddb-94f6-00ef3ebf15f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:38,723 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:43:38,723 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33acf85a-db67-4730-91de-f2c2d6ac6780', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33acf85a-db67-4730-91de-f2c2d6ac6780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:39,778 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:39,779 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fbeffc8-a344-4fd4-8368-689dbb0cc65a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fbeffc8-a344-4fd4-8368-689dbb0cc65a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:40,833 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:40,834 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d70e8aff-19a9-4942-a1eb-258b798dc16c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70e8aff-19a9-4942-a1eb-258b798dc16c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:41,893 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:43:41,893 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c316bd-25cd-4eb9-8d23-a26789926687', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c316bd-25cd-4eb9-8d23-a26789926687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:42,948 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:42,948 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f37260b-d8dd-45c2-8716-594931f0d98b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f37260b-d8dd-45c2-8716-594931f0d98b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:44,003 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:44,003 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-241283fa-9529-4baa-b4c4-f0ddf0bbaa3a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-241283fa-9529-4baa-b4c4-f0ddf0bbaa3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:45,059 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:45,059 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4257cb1-65ed-4dfe-bbd9-1555c560dd2c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4257cb1-65ed-4dfe-bbd9-1555c560dd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:46,115 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:46,115 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1693a8c-86fe-4282-9311-566e3c82e2a6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1693a8c-86fe-4282-9311-566e3c82e2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:47,227 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.103s 2021-08-10 15:43:47,227 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad4614b-de13-4201-99e6-b313b6c808e5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad4614b-de13-4201-99e6-b313b6c808e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:48,281 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:48,282 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faba61df-0249-4d57-9950-99fd2ba6881b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faba61df-0249-4d57-9950-99fd2ba6881b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:49,335 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:43:49,336 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f24f13-8496-4110-957e-524066a4c8e4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f24f13-8496-4110-957e-524066a4c8e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:50,390 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:50,391 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e84754-4837-484f-92e6-47949908217e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e84754-4837-484f-92e6-47949908217e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:51,446 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:43:51,446 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fae62fb-fe4c-43a9-bbe2-3d2069f4ef2a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fae62fb-fe4c-43a9-bbe2-3d2069f4ef2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:52,503 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:52,503 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c7251ba-004c-4801-bf40-8532be5ae844', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c7251ba-004c-4801-bf40-8532be5ae844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:53,558 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:53,558 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9de510-d0b8-4130-97f4-a2779507fe3e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9de510-d0b8-4130-97f4-a2779507fe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:54,611 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:43:54,611 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6262c5bd-a87c-4e0c-86bd-2476f7361fa5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6262c5bd-a87c-4e0c-86bd-2476f7361fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:55,668 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:43:55,669 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0677e0b3-ab25-4b27-805d-dfb70bca3cae', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0677e0b3-ab25-4b27-805d-dfb70bca3cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:56,726 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:43:56,726 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9db8fe0-7e77-4110-897a-358c6b47690e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9db8fe0-7e77-4110-897a-358c6b47690e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:57,784 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:43:57,784 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188fcd6b-fc31-4e0c-ac9c-f2874f377c24', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188fcd6b-fc31-4e0c-ac9c-f2874f377c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:58,841 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:58,841 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6e941d2-fb78-4ef0-b8e7-dab39dd47d4c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6e941d2-fb78-4ef0-b8e7-dab39dd47d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:43:59,897 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:43:59,897 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbd63d4c-3293-4dd6-825a-1bfad8a5dcd5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbd63d4c-3293-4dd6-825a-1bfad8a5dcd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:00,951 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:00,951 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e13f1a-8875-4032-98bc-0d6d1999c048', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e13f1a-8875-4032-98bc-0d6d1999c048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:02,004 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:02,004 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb747eb8-7963-49c8-8993-def041aabe2e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb747eb8-7963-49c8-8993-def041aabe2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:03,061 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:44:03,062 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bc3d34e-26cf-4648-bf1b-3aa4cf1a0857', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bc3d34e-26cf-4648-bf1b-3aa4cf1a0857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:04,122 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.053s 2021-08-10 15:44:04,122 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05715ce9-5be4-40aa-9abc-60e5830c83c8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05715ce9-5be4-40aa-9abc-60e5830c83c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:05,175 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:05,175 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc59f89-dcfc-43e9-9f48-cc53c5e38789', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc59f89-dcfc-43e9-9f48-cc53c5e38789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:06,226 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:44:06,227 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c5e12b-d515-4a2c-bd3f-d9596a9c8178', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c5e12b-d515-4a2c-bd3f-d9596a9c8178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:07,279 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:44:07,279 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-046779b4-ede0-44b5-ad44-a8523a87e17e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-046779b4-ede0-44b5-ad44-a8523a87e17e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:08,335 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:44:08,336 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527d5cfe-f4ad-45df-bfa2-81b2f6ab0e36', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527d5cfe-f4ad-45df-bfa2-81b2f6ab0e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:09,392 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:09,393 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bbc1d7a-ae61-443c-89d1-ba69e109fa4d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bbc1d7a-ae61-443c-89d1-ba69e109fa4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:10,445 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:44:10,445 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7061779-23f0-41c5-b165-cb5775e2bfe6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7061779-23f0-41c5-b165-cb5775e2bfe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:11,500 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:11,500 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a367d3da-a951-4a9c-9380-274eea656d32', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a367d3da-a951-4a9c-9380-274eea656d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:12,557 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:44:12,558 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d0e46f-bed9-47e5-a614-dfe1cd1d9a7a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d0e46f-bed9-47e5-a614-dfe1cd1d9a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:13,612 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:13,613 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73836d96-8eef-4e23-b6bf-f1285e5c9b51', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73836d96-8eef-4e23-b6bf-f1285e5c9b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:14,667 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:14,668 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb428601-e294-4e04-b652-8f9307cf21c5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb428601-e294-4e04-b652-8f9307cf21c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:15,727 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:44:15,728 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae7d0b3-7416-4f6b-a201-3993be45a36f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae7d0b3-7416-4f6b-a201-3993be45a36f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:16,781 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:16,781 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd256e65-ee86-43ad-a19c-2a17504fbf2d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd256e65-ee86-43ad-a19c-2a17504fbf2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:17,844 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.055s 2021-08-10 15:44:17,844 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b18c23f-27fc-40f2-a04c-13872ea08c33', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b18c23f-27fc-40f2-a04c-13872ea08c33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:18,896 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:44:18,896 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc622c1-55e3-455a-914c-c1bee1acf434', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc622c1-55e3-455a-914c-c1bee1acf434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:19,948 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:44:19,949 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a0f450-435d-4a87-86f6-5b599ca47a77', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a0f450-435d-4a87-86f6-5b599ca47a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:21,003 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:21,003 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bfa426a-5888-4962-a487-3b841a026713', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bfa426a-5888-4962-a487-3b841a026713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:22,056 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:22,056 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99574669-6467-4105-9e05-a5bd75148bdf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99574669-6467-4105-9e05-a5bd75148bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:23,112 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:23,112 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b3f7ea-8e71-4a01-b133-898df25a31ce', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b3f7ea-8e71-4a01-b133-898df25a31ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:24,165 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:24,165 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af0b024-b619-4322-9c55-4a6f4fe39c21', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af0b024-b619-4322-9c55-4a6f4fe39c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:25,221 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:44:25,221 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67cc7d37-5249-41f2-a345-8365ccadc986', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67cc7d37-5249-41f2-a345-8365ccadc986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:26,275 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:26,276 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1701946-51a9-411a-bc3d-8a509013f673', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1701946-51a9-411a-bc3d-8a509013f673', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:27,331 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:27,332 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fefc9279-4835-4862-b89b-8c564da03487', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fefc9279-4835-4862-b89b-8c564da03487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:28,387 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:28,387 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f72647-3a41-4e79-8b77-003130c9361d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f72647-3a41-4e79-8b77-003130c9361d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:29,446 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:44:29,446 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-678bb27b-d8e1-4372-94cc-42fa44136e68', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678bb27b-d8e1-4372-94cc-42fa44136e68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:30,499 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:30,499 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f9bd5ec-257d-4c3d-9850-92c500bff5b0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f9bd5ec-257d-4c3d-9850-92c500bff5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:31,554 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:31,554 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bccd4d7-26d6-4a6f-9cee-e47f6a8cd198', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bccd4d7-26d6-4a6f-9cee-e47f6a8cd198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:32,609 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:32,609 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd978ef-4b9e-4735-a5ba-eee5aaaf4a87', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd978ef-4b9e-4735-a5ba-eee5aaaf4a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:33,666 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:44:33,666 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9447d1-b865-4295-9804-a9c980989894', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9447d1-b865-4295-9804-a9c980989894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:34,722 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:34,722 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-999d9cc1-ba88-4886-a23d-770bb73c9d63', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-999d9cc1-ba88-4886-a23d-770bb73c9d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:35,778 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:44:35,778 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9397da-ee78-4f19-b215-51ae0964d26b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9397da-ee78-4f19-b215-51ae0964d26b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:36,832 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:36,832 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d7a34ee-d0e2-4d98-b168-5b02b7e327cf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d7a34ee-d0e2-4d98-b168-5b02b7e327cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:37,887 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:37,887 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ea990e-461d-4fcf-b896-4ccb2373ba97', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ea990e-461d-4fcf-b896-4ccb2373ba97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:38,945 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:44:38,946 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69c0161a-1ed4-4e19-8d62-006f95477b34', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c0161a-1ed4-4e19-8d62-006f95477b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:39,999 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:39,999 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111608b2-cbee-49ee-bed6-ff50e0bb005a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111608b2-cbee-49ee-bed6-ff50e0bb005a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:41,053 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:41,054 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c767c08-485e-476e-af8d-4e728bb74268', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c767c08-485e-476e-af8d-4e728bb74268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:42,108 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:42,108 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fc06a7-d24d-462f-bc81-a32e103a2f44', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61fc06a7-d24d-462f-bc81-a32e103a2f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:43,166 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:44:43,166 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c009f24-61cc-4a55-8a9f-82b10ce3079a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c009f24-61cc-4a55-8a9f-82b10ce3079a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:44,222 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:44,223 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746817c1-654d-4b5d-ae15-ed69a2115fe3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746817c1-654d-4b5d-ae15-ed69a2115fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:45,276 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:45,276 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-111c180c-685f-46c6-9975-0146760e6302', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-111c180c-685f-46c6-9975-0146760e6302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:46,329 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:46,330 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853edb27-dee5-4493-8b98-ef2533756854', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853edb27-dee5-4493-8b98-ef2533756854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:47,386 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:44:47,387 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd28c7b7-1e75-402b-b3e2-063bfe8c259b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd28c7b7-1e75-402b-b3e2-063bfe8c259b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:48,446 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.051s 2021-08-10 15:44:48,446 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5bc62ab-d126-4387-8f96-7d849aeb920c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5bc62ab-d126-4387-8f96-7d849aeb920c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:49,505 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:44:49,505 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb774d0b-8088-4c47-879d-20b2f686788c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb774d0b-8088-4c47-879d-20b2f686788c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:50,559 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:50,559 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d60fde1-e522-40dd-a3c4-291315935aa1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d60fde1-e522-40dd-a3c4-291315935aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:51,611 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:44:51,612 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4522f64b-7fb3-44d6-9987-dfdc771fcb89', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4522f64b-7fb3-44d6-9987-dfdc771fcb89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:52,669 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:44:52,670 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3290b54-c2e1-4264-b1dc-40c2914b0a8d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3290b54-c2e1-4264-b1dc-40c2914b0a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:53,722 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:44:53,723 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83a4dfd-53b9-4275-acc9-1b090dee3f8b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83a4dfd-53b9-4275-acc9-1b090dee3f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:54,778 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:54,778 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf7004a-225b-433f-90dc-f96afe2279bf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf7004a-225b-433f-90dc-f96afe2279bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:55,833 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:44:55,834 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdb7223-65ea-4192-81b8-79e362b4b533', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdb7223-65ea-4192-81b8-79e362b4b533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:56,888 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:56,889 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df84eae6-e03c-490d-b435-1a62ea371ecf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df84eae6-e03c-490d-b435-1a62ea371ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:57,944 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:44:57,945 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b7062e-8c7f-419d-aa97-ab01d0f2d169', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b7062e-8c7f-419d-aa97-ab01d0f2d169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:44:58,999 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:44:58,999 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19104a5d-3f14-428e-b7aa-465f6a8fc80c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19104a5d-3f14-428e-b7aa-465f6a8fc80c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:00,054 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:00,054 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193e49d6-2888-43fb-aa75-9240bf375404', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193e49d6-2888-43fb-aa75-9240bf375404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:01,109 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:01,110 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa5324d-b62d-4aa9-9a48-5fe6960b761f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caa5324d-b62d-4aa9-9a48-5fe6960b761f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:02,163 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:02,163 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd98fbbf-fec8-4a78-bdf3-2d567649b98e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd98fbbf-fec8-4a78-bdf3-2d567649b98e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:03,217 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:03,218 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3015293-5f7b-459a-bd5a-9ac2fb55ce43', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3015293-5f7b-459a-bd5a-9ac2fb55ce43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:04,273 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:04,274 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebde1fc2-1921-41c7-9283-8217959962e2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebde1fc2-1921-41c7-9283-8217959962e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:05,330 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:45:05,331 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe7d3990-a540-4b8e-b6af-1d1d59dde180', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe7d3990-a540-4b8e-b6af-1d1d59dde180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:06,387 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:06,387 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e57ffb5-1228-4e08-bd3f-b6e73d6a0525', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e57ffb5-1228-4e08-bd3f-b6e73d6a0525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:07,440 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:07,441 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d45a9d51-4893-4033-b282-319469b0c019', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d45a9d51-4893-4033-b282-319469b0c019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:08,497 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:08,497 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda03478-b5ae-45e0-b8a2-cc213056287d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda03478-b5ae-45e0-b8a2-cc213056287d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:09,550 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:09,551 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1dbbae8-ce24-4763-8211-49758e0bb62c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dbbae8-ce24-4763-8211-49758e0bb62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:10,622 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.062s 2021-08-10 15:45:10,622 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef60b72-13b7-4902-810e-13b6f0ff573f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef60b72-13b7-4902-810e-13b6f0ff573f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:11,675 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:11,676 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f165f2-36da-449d-b584-85a023e2ec01', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f165f2-36da-449d-b584-85a023e2ec01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:12,727 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:45:12,727 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fd54071-e6e6-43c8-a74b-8826e013e9f6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fd54071-e6e6-43c8-a74b-8826e013e9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:13,780 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:45:13,780 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21187afd-eb8c-46cd-ba37-520e9201b5ee', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21187afd-eb8c-46cd-ba37-520e9201b5ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:14,832 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:45:14,833 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae763c1-4d72-4a7f-8e63-3030908120a3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae763c1-4d72-4a7f-8e63-3030908120a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:15,885 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:45:15,885 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84826e0-1a60-4a54-b583-c189270103a5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84826e0-1a60-4a54-b583-c189270103a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:16,938 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:16,938 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b128637-4036-4c24-8cfc-72621e752974', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b128637-4036-4c24-8cfc-72621e752974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:18,000 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.053s 2021-08-10 15:45:18,001 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e47590-5d6e-4c43-b347-4ba265eaa444', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e47590-5d6e-4c43-b347-4ba265eaa444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:19,053 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:45:19,053 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78f90c40-22ab-4e00-becd-3f3b8ffe6754', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78f90c40-22ab-4e00-becd-3f3b8ffe6754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:20,106 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:20,106 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a6ac37-a10d-438a-b61f-a38838e4a667', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a6ac37-a10d-438a-b61f-a38838e4a667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:21,162 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:21,162 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3add7d-c218-484b-b67b-4ed75b72e64f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3add7d-c218-484b-b67b-4ed75b72e64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:22,216 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:22,217 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92e9312a-6f4a-4b57-884c-6bb00afec341', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92e9312a-6f4a-4b57-884c-6bb00afec341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:23,272 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:23,272 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0f475b7-4f60-4089-bca1-4a3c6c876ce0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0f475b7-4f60-4089-bca1-4a3c6c876ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:24,328 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:24,329 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-635b9f4c-7462-4299-8335-099782ec79ea', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-635b9f4c-7462-4299-8335-099782ec79ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:25,382 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:25,383 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f23be6d-b01f-4f30-87c6-0b2323364f9e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f23be6d-b01f-4f30-87c6-0b2323364f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:26,436 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:26,437 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a5c16a-5a6c-4d6d-9ab2-7cfc9cb00c6b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a5c16a-5a6c-4d6d-9ab2-7cfc9cb00c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:27,493 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:27,493 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4ec680-361a-46f8-a68b-e2aabb002ab8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4ec680-361a-46f8-a68b-e2aabb002ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:28,547 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:28,548 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5f97de-4dd3-45a9-b72f-2c5907a6079d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a5f97de-4dd3-45a9-b72f-2c5907a6079d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:29,604 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:45:29,604 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c3b1104-bb73-49f5-ac1f-ed4f74aae0aa', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c3b1104-bb73-49f5-ac1f-ed4f74aae0aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:30,671 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.059s 2021-08-10 15:45:30,672 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22be811d-a0b1-49a0-9879-13d8d607be22', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22be811d-a0b1-49a0-9879-13d8d607be22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:31,727 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:31,728 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f054d315-3af2-4ad8-b024-bb5627db308a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f054d315-3af2-4ad8-b024-bb5627db308a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:32,782 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:32,782 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31753fbf-581f-4aa9-8212-e5f03a3b9f0f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31753fbf-581f-4aa9-8212-e5f03a3b9f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:33,836 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:33,837 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27dd8453-ac2d-4365-904a-7818acb956d0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27dd8453-ac2d-4365-904a-7818acb956d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:34,895 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:45:34,895 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da37f4b-6c93-4c0b-90c7-8688ef8ee711', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da37f4b-6c93-4c0b-90c7-8688ef8ee711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:35,950 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:35,951 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3a182f-1585-4678-a56a-c2df61687423', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3a182f-1585-4678-a56a-c2df61687423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:37,004 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:45:37,005 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b1913a6-0af6-4150-bd84-70acd0242856', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b1913a6-0af6-4150-bd84-70acd0242856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:38,059 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:38,060 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285f5d80-6bae-4a82-a2b2-60e57a9a8e3a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285f5d80-6bae-4a82-a2b2-60e57a9a8e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:39,113 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:39,114 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363d1714-3f6e-4adb-8a36-b74f202225e7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363d1714-3f6e-4adb-8a36-b74f202225e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:40,169 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:45:40,169 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c2de7e-6ba3-4f1a-afcb-f876dfc20ea6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c2de7e-6ba3-4f1a-afcb-f876dfc20ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:41,226 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:45:41,226 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ea1e743-fdb1-42ac-aa7a-5a3c81897f9b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ea1e743-fdb1-42ac-aa7a-5a3c81897f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:42,286 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.052s 2021-08-10 15:45:42,287 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e7d1cc-5fa0-42d6-bb31-da4f18ca8dca', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e7d1cc-5fa0-42d6-bb31-da4f18ca8dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:43,337 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.043s 2021-08-10 15:45:43,338 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c226600d-e81f-45fc-8efc-700792ad62b0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c226600d-e81f-45fc-8efc-700792ad62b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:44,395 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:45:44,395 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12e6540-d6e4-445d-ac38-841c48a587d7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12e6540-d6e4-445d-ac38-841c48a587d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:45,450 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:45,451 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded4250d-a1be-453e-8d57-86f8110be6af', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded4250d-a1be-453e-8d57-86f8110be6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:46,504 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:46,504 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f92703-39a7-45db-8475-84cc4a2fcc83', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f92703-39a7-45db-8475-84cc4a2fcc83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:47,559 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:47,559 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b17d87b5-ac54-4a6a-801d-a86fb40e5ecf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b17d87b5-ac54-4a6a-801d-a86fb40e5ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:48,614 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:48,615 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4414648-4b9e-42a2-9507-532ebaf59822', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4414648-4b9e-42a2-9507-532ebaf59822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:49,671 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:49,671 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0d535e0-14cd-4991-bcd5-4a5daa9afdd7', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0d535e0-14cd-4991-bcd5-4a5daa9afdd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:50,736 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.057s 2021-08-10 15:45:50,736 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-481c0a88-df90-4220-8593-c118fed045bd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481c0a88-df90-4220-8593-c118fed045bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:51,789 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:51,789 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4daf8fd9-d3ef-4718-8954-e6454b94f3bf', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4daf8fd9-d3ef-4718-8954-e6454b94f3bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:52,847 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:45:52,847 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-574c1285-4a39-4ceb-b408-843274df3db6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-574c1285-4a39-4ceb-b408-843274df3db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:53,901 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:53,901 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa867e8-069c-44b9-9a54-4f8ba254d713', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa867e8-069c-44b9-9a54-4f8ba254d713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:54,956 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:54,956 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97c71fc-64db-4eb0-90ed-d8878a976af2', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97c71fc-64db-4eb0-90ed-d8878a976af2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:56,011 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:45:56,011 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22016fdd-5735-473e-a6ec-bf2ca761e86c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22016fdd-5735-473e-a6ec-bf2ca761e86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:57,064 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:45:57,065 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3952be-96db-4596-8dcb-847293296969', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3952be-96db-4596-8dcb-847293296969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:58,120 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:45:58,120 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f63b21a5-f488-4a88-bd52-23c3adb067a8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f63b21a5-f488-4a88-bd52-23c3adb067a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:45:59,177 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:45:59,178 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035c32df-5977-4a98-afd6-d427a76e5dcd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035c32df-5977-4a98-afd6-d427a76e5dcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:00,236 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:00,236 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75884601-0584-4929-855d-0379cbc50049', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75884601-0584-4929-855d-0379cbc50049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:01,289 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:46:01,289 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3471e88b-691f-4a69-968b-6144cb84343a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3471e88b-691f-4a69-968b-6144cb84343a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:02,343 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:02,343 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6d726d-a453-4e3c-a7ee-3f11354b030e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6d726d-a453-4e3c-a7ee-3f11354b030e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:03,400 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:46:03,400 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6162afbb-57a6-4975-ac2b-f1b531530178', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6162afbb-57a6-4975-ac2b-f1b531530178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:04,453 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:04,453 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1bc3ae8-3d63-41a5-ac73-6ae59c2e14ef', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1bc3ae8-3d63-41a5-ac73-6ae59c2e14ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:05,507 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:05,507 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2be895-e7e9-4433-b870-3d8d35e8fe0b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2be895-e7e9-4433-b870-3d8d35e8fe0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:06,560 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:06,561 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44e881f-0c89-49ae-b0f3-ec67df60376a', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44e881f-0c89-49ae-b0f3-ec67df60376a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:07,613 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:46:07,613 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d09ac87c-c2ea-4fb3-8e1f-c94bd9cec3c6', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d09ac87c-c2ea-4fb3-8e1f-c94bd9cec3c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:08,667 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:08,667 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc157e6-fd82-4e07-8acd-e83d2c0985bb', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc157e6-fd82-4e07-8acd-e83d2c0985bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:09,723 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:46:09,723 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3397b199-fe33-497b-9998-525c24de083d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3397b199-fe33-497b-9998-525c24de083d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:10,778 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:10,779 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88c2d047-9a02-4e0c-9de6-fb049a4c92b9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88c2d047-9a02-4e0c-9de6-fb049a4c92b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:11,836 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:11,836 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8040c0a1-a486-4366-8843-901252c7f871', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8040c0a1-a486-4366-8843-901252c7f871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:12,891 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:12,892 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994ec132-e42a-4c46-af0d-95ec6ad0c480', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994ec132-e42a-4c46-af0d-95ec6ad0c480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:13,944 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:13,945 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ec4231-abd1-408b-a02a-2544a79489f5', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ec4231-abd1-408b-a02a-2544a79489f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:14,996 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:46:14,996 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b58cff-ee30-4bc3-8fba-f4955a922ae4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b58cff-ee30-4bc3-8fba-f4955a922ae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:16,049 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:16,050 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd2ec186-ef89-446d-8594-1892150b4fb1', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd2ec186-ef89-446d-8594-1892150b4fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:17,103 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:17,103 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1823aab-8eb8-41fe-b8d3-77fd3ab08030', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1823aab-8eb8-41fe-b8d3-77fd3ab08030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:18,160 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:46:18,160 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b222bf2-cbf5-4b6e-89c4-15e33d4afa65', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b222bf2-cbf5-4b6e-89c4-15e33d4afa65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:19,214 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:19,214 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c95861af-934b-469e-b726-610e57c18617', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c95861af-934b-469e-b726-610e57c18617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:20,268 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:20,269 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5eaa70-89c5-465a-bdfb-097cd6213ab8', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5eaa70-89c5-465a-bdfb-097cd6213ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:21,324 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:21,325 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b686c50e-f808-4c36-9ca6-966171fcfe94', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b686c50e-f808-4c36-9ca6-966171fcfe94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:22,379 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:22,380 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78679d28-a9b8-4ab2-87d7-13805168826f', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78679d28-a9b8-4ab2-87d7-13805168826f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:23,433 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:23,433 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f21a741-ebcd-42b4-b704-26bba2520638', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f21a741-ebcd-42b4-b704-26bba2520638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:24,489 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:46:24,490 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-585da9d0-f72e-4dbe-ab17-b63e7e68fc81', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-585da9d0-f72e-4dbe-ab17-b63e7e68fc81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:25,544 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:25,545 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdeff63d-67a8-4dbf-9d2c-f732ed7c2e55', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdeff63d-67a8-4dbf-9d2c-f732ed7c2e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:26,599 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:26,600 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c8db6e-fe4d-4e8a-b177-7eab5b96d876', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c8db6e-fe4d-4e8a-b177-7eab5b96d876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:27,653 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:27,654 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc98013-9e10-4c11-ab4d-3129b65e126d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc98013-9e10-4c11-ab4d-3129b65e126d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:28,711 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:46:28,711 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9468a91-e845-4fcd-891f-62a78b6039e9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9468a91-e845-4fcd-891f-62a78b6039e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:29,765 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:29,766 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70b3225b-f4be-426f-8517-b23cbdc55615', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70b3225b-f4be-426f-8517-b23cbdc55615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:30,819 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:30,819 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf6529b-b707-4820-aff1-0d60384bfc63', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf6529b-b707-4820-aff1-0d60384bfc63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:31,873 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:31,873 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46db1b61-0c9c-47cf-8acc-130699abac16', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46db1b61-0c9c-47cf-8acc-130699abac16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:32,930 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.049s 2021-08-10 15:46:32,930 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0067068c-f5d3-4d96-9035-d761d9daef7c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0067068c-f5d3-4d96-9035-d761d9daef7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:33,984 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:33,985 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-154fb3ac-af8a-418f-b97f-f56b183853e9', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-154fb3ac-af8a-418f-b97f-f56b183853e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:35,040 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:35,040 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df96be37-fbf3-4f20-8d6c-32fc1955bb87', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df96be37-fbf3-4f20-8d6c-32fc1955bb87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:36,094 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:36,095 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c72afa-a0e5-41bb-afde-ba955603ff8c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c72afa-a0e5-41bb-afde-ba955603ff8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:37,149 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:37,149 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f670096-8629-4e86-ad69-7524e83e0153', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f670096-8629-4e86-ad69-7524e83e0153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:38,204 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:38,205 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-549e6df5-bd7c-4fff-8a8f-f0691c9e8603', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-549e6df5-bd7c-4fff-8a8f-f0691c9e8603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:39,257 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:39,258 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d029a6a-4c33-4379-ab7d-d3528024038e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d029a6a-4c33-4379-ab7d-d3528024038e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:40,310 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.044s 2021-08-10 15:46:40,311 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d5251d-5af0-4987-b3b8-9f56f926c0a3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d5251d-5af0-4987-b3b8-9f56f926c0a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:41,363 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:41,364 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a73544c-ecb4-4521-b874-fb73e0dbd149', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a73544c-ecb4-4521-b874-fb73e0dbd149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:42,417 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:42,417 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc813f3d-2d4e-40ac-8d0b-a54bc932c655', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc813f3d-2d4e-40ac-8d0b-a54bc932c655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:43,472 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:43,473 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed1f154-882d-4e15-b67d-28e317d554a0', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed1f154-882d-4e15-b67d-28e317d554a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:44,527 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:44,528 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f6d8ec7-9efb-4d2c-a128-6408b0708d7b', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f6d8ec7-9efb-4d2c-a128-6408b0708d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:45,582 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:45,583 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5f83ed-2e7a-4e17-a55f-8a11e74be60d', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5f83ed-2e7a-4e17-a55f-8a11e74be60d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:46,639 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:46:46,639 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05922d6b-570f-43c8-99db-aaff33e5ea09', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05922d6b-570f-43c8-99db-aaff33e5ea09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:47,693 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:47,693 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a09a67ef-1611-4da1-ae94-5c2c714683b4', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a09a67ef-1611-4da1-ae94-5c2c714683b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:48,748 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:48,748 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79ae3ec-49bb-4eff-9bce-44a5c00c217e', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b79ae3ec-49bb-4eff-9bce-44a5c00c217e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:49,803 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.047s 2021-08-10 15:46:49,803 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec72a19d-9f49-4c6e-8d65-640237bfe5fc', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec72a19d-9f49-4c6e-8d65-640237bfe5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:50,858 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:50,858 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51598e4e-429a-400b-8276-82abfe51c962', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51598e4e-429a-400b-8276-82abfe51c962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:51,914 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.048s 2021-08-10 15:46:51,914 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e1dacf5-23c1-42cc-8442-72dcf8488e22', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e1dacf5-23c1-42cc-8442-72dcf8488e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:52,969 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:52,969 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83bde07a-1ce1-470a-b3f6-43705c69b8fd', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83bde07a-1ce1-470a-b3f6-43705c69b8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:54,022 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:54,022 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-919f73f2-f807-42e0-bf40-336ed4ee7a62', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-919f73f2-f807-42e0-bf40-336ed4ee7a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:55,088 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.057s 2021-08-10 15:46:55,088 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896bbe5d-7cca-4f0a-8177-865ac954f4ac', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896bbe5d-7cca-4f0a-8177-865ac954f4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:56,143 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.046s 2021-08-10 15:46:56,143 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f73661-2c82-4721-8ce8-62b274777df3', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f73661-2c82-4721-8ce8-62b274777df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:57,196 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.045s 2021-08-10 15:46:57,197 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37234dae-defe-47df-8ac9-64fdce51d71c', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37234dae-defe-47df-8ac9-64fdce51d71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' 2021-08-10 15:46:58,256 114853 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638 0.050s 2021-08-10 15:46:58,256 114853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa20dd3b-ba61-4d8d-a7b1-8cb5af9fa405', 'content-length': '1212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa20dd3b-ba61-4d8d-a7b1-8cb5af9fa405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638'} Body: b'{"volume": {"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:41.000000", "updated_at": "2021-08-10T15:34:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1944594420", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/7aff71052d054f0ebcc52a39fe7edf0c/volumes/8ef2217a-2b50-4d87-b4fb-9c58e480e638"}], "user_id": "664e4277bae944f19387b7a99422e49f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "attachment_id": "ce139987-6bbb-4fd4-92f2-e4a4f614318e", "volume_id": "8ef2217a-2b50-4d87-b4fb-9c58e480e638", "server_id": "534e6365-a959-4a51-83b7-2d487b02d35c", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:48.000000"}], "os-vol-tenant-attr:tenant_id": "7aff71052d054f0ebcc52a39fe7edf0c"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 8ef2217a-2b50-4d87-b4fb-9c58e480e638 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 8ef2217a-2b50-4d87-b4fb-9c58e480e638 failed to detach from server 534e6365-a959-4a51-83b7-2d487b02d35c within the required time (360 s) from the compute API perspective |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 2 | 3 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt9.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft9.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:33:48,197 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.21/identity/v3/auth/tokens 0.075s 2021-08-10 15:33:48,198 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3403', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7dfde210-a076-47c0-8b1e-3fff19c7eae8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.21/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c085abe56f4e492996f037ea26729e1e", "name": "tempest-VolumesSnapshotTestJSON-1015812690-project", "password_expires_at": null}, "audit_ids": ["mM1bLuyHRO2csvWYjeto2Q"], "expires_at": "2021-08-10T16:33:48.000000Z", "issued_at": "2021-08-10T15:33:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "149094901a9e4a248c1a5ef9711c5d06", "name": "tempest-VolumesSnapshotTestJSON-1015812690"}, "is_domain": false, "roles": [{"id": "93016b25cb1d4ab29cbc6d088f2bb2a6", "name": "reader"}, {"id": "3f0e67136fd346359265e2fb6f5e3133", "name": "member"}], "catalog": [{"endpoints": [{"id": "e1c4616a7a394f9793fcc756891761bd", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2/149094901a9e4a248c1a5ef9711c5d06", "region": "RegionOne"}], "id": "0f439aca09b940b095cf6b424ebf8f9a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "32e9e956edf54f918aa8bd22bcefaa7e", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}, {"id": "e632fc2df7374a23bb2bb772dab001eb", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/identity", "region": "RegionOne"}], "id": "327603b840204b6ab8eb4b7b9e011511", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "2f5e195ed3f844bfbda7b1bd516eeb75", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06", "region": "RegionOne"}], "id": "3860ab1a1c5e4fdbb14fb758d5069f32", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "a289e48496ce42fb8901a4ca82a22e4a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/image", "region": "RegionOne"}], "id": "4b7249a1c1044a069c1fb0ebb717c8d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "81e1ac20b1fd45fda0adedc5309e6974", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06", "region": "RegionOne"}], "id": "71b1c4e37b29475689a2f3a97f55088c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "cde045d618b44ff0b53328611f007682", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/placement", "region": "RegionOne"}], "id": "7c5037f8892e46dfbc3c95d4a389a284", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "0ad36d76ccb043bfa2d1057be9e9ff68", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.21:8080", "region": "RegionOne"}, {"id": "fe00482004584c039cab04e8ac8d8d8a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:8080/v1/AUTH_149094901a9e4a248c1a5ef9711c5d06", "region": "RegionOne"}], "id": "bc90e41c210749b899510acd79e9950f", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "8eee5c9a63314f45a0aafcc3830e0527", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21:9696/", "region": "RegionOne"}], "id": "c23af3b8d8ab49269b27232ede5e3d64", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8bb54876d76f46b69d930189bebd223b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.21/compute/v2.1", "region": "RegionOne"}], "id": "e6db6146bd3e4d2a8ac79beebf3f9b82", "type": "compute", "name": "nova"}]}}' 2021-08-10 15:33:48,198 114843 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '68ea83dd-b4fe-4f41-9e88-1cd8cd7dca02', 'name': 'tempest-VolumesSnapshotTestJSON-2022448572-network', 'tenant_id': '149094901a9e4a248c1a5ef9711c5d06', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '149094901a9e4a248c1a5ef9711c5d06', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 801, 'availability_zone_hints': [], 'is_default': False, 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-08-10T15:33:45Z', 'updated_at': '2021-08-10T15:33:46Z', 'revision_number': 1} available for tenant 2021-08-10 15:33:48,959 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.21/compute/v2.1/servers 0.759s 2021-08-10 15:33:48,959 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "flavorRef": "452", "networks": [{"uuid": "68ea83dd-b4fe-4f41-9e88-1cd8cd7dca02"}]}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-604bd4b3-d9ed-42c7-9b35-a0525722cb0b', 'x-compute-request-id': 'req-604bd4b3-d9ed-42c7-9b35-a0525722cb0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MwCSSZE6EusU"}}' 2021-08-10 15:33:49,051 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.090s 2021-08-10 15:33:49,051 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75cedaca-f0e9-441f-bf44-f38f0dca26c1', 'x-compute-request-id': 'req-75cedaca-f0e9-441f-bf44-f38f0dca26c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:49Z", "updated": "2021-08-10T15:33:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:50,165 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.105s 2021-08-10 15:33:50,165 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85b35ab6-855c-47ef-8c60-3c6fd17e850f', 'x-compute-request-id': 'req-85b35ab6-855c-47ef-8c60-3c6fd17e850f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:50,173 114843 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2021-08-10 15:33:51,412 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.237s 2021-08-10 15:33:51,412 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dc0fb99-136c-4f33-9d05-f51b5a9760bb', 'x-compute-request-id': 'req-2dc0fb99-136c-4f33-9d05-f51b5a9760bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:51,419 114843 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2021-08-10 15:33:52,674 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.253s 2021-08-10 15:33:52,674 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e727d4-dae8-4bc1-92dc-378275c7a4b8', 'x-compute-request-id': 'req-07e727d4-dae8-4bc1-92dc-378275c7a4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:53,902 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.219s 2021-08-10 15:33:53,902 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba5e3c5-65cb-4237-b1a7-bdc1d0012611', 'x-compute-request-id': 'req-4ba5e3c5-65cb-4237-b1a7-bdc1d0012611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:55,056 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.146s 2021-08-10 15:33:55,056 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-111905f2-f01b-41cb-8930-e0e04d587de6', 'x-compute-request-id': 'req-111905f2-f01b-41cb-8930-e0e04d587de6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:56,207 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.142s 2021-08-10 15:33:56,207 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d41b6b9-344c-4014-bf47-e194eace9fb6', 'x-compute-request-id': 'req-4d41b6b9-344c-4014-bf47-e194eace9fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:57,509 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.294s 2021-08-10 15:33:57,510 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-072e0c36-ff1a-4d4d-b3da-e4fe5c0daf2d', 'x-compute-request-id': 'req-072e0c36-ff1a-4d4d-b3da-e4fe5c0daf2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:58,669 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.148s 2021-08-10 15:33:58,669 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-464061fb-0cfa-4c5a-bf9c-32a4b70db1c5', 'x-compute-request-id': 'req-464061fb-0cfa-4c5a-bf9c-32a4b70db1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:33:59,821 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.144s 2021-08-10 15:33:59,821 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a1ba91a-1dcd-491d-afc4-06ef8b4a09a7', 'x-compute-request-id': 'req-2a1ba91a-1dcd-491d-afc4-06ef8b4a09a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "BUILD", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:33:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:00,981 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.151s 2021-08-10 15:34:00,982 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81ff51ea-3050-49ca-b0f7-c1d93023e88d', 'x-compute-request-id': 'req-81ff51ea-3050-49ca-b0f7-c1d93023e88d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:34:01Z", "addresses": {"tempest-VolumesSnapshotTestJSON-2022448572-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:25:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2021-08-10 15:34:00,990 114843 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 11 second wait 2021-08-10 15:34:01,010 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/image/v2/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82 0.019s 2021-08-10 15:34:01,010 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c239c4f-c57d-4f4b-b33e-e78000e4ea2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/image/v2/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "49a0fb57283240729a8ae92306278e3d", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "created_at": "2021-08-10T15:25:54Z", "updated_at": "2021-08-10T15:26:09Z", "tags": [], "self": "/v2/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82", "file": "/v2/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82/file", "schema": "/v2/schemas/image"}' 2021-08-10 15:34:01,348 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes 0.336s 2021-08-10 15:34:01,348 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e5d5aef-96be-4636-be0c-987800102962', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e5d5aef-96be-4636-be0c-987800102962', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.268962", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-08-10 15:34:01,401 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:34:01,402 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-805d2e71-58b8-48e1-a0bd-31a0518af052', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-805d2e71-58b8-48e1-a0bd-31a0518af052', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:02,452 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:02,453 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fad5553c-cbd6-4b0c-9cdc-04b95a9c8104', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fad5553c-cbd6-4b0c-9cdc-04b95a9c8104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:03,504 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:03,504 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2a4a2b5-3536-4a84-96ef-abef5bf1e291', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2a4a2b5-3536-4a84-96ef-abef5bf1e291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:04,554 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.043s 2021-08-10 15:34:04,554 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-820b9e18-eee3-4e98-8059-5d0473503522', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-820b9e18-eee3-4e98-8059-5d0473503522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:05,606 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.044s 2021-08-10 15:34:05,606 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231fa471-b6b0-4782-8fde-20e7cdba1fab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231fa471-b6b0-4782-8fde-20e7cdba1fab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:06,659 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.044s 2021-08-10 15:34:06,659 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5003dcc-9841-4f9f-bb04-d296fb15f0c4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5003dcc-9841-4f9f-bb04-d296fb15f0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:07,708 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.041s 2021-08-10 15:34:07,709 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a60e533-1a60-4174-bbf1-eedbf1da8afb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a60e533-1a60-4174-bbf1-eedbf1da8afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:08,758 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:08,759 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2f03b9-f009-42f6-b0f0-7a23988669e2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2f03b9-f009-42f6-b0f0-7a23988669e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:09,809 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.043s 2021-08-10 15:34:09,810 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ccf3f0-9c09-47d8-ab4a-ff867251c800', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99ccf3f0-9c09-47d8-ab4a-ff867251c800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:10,860 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:10,860 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f391237c-3b8d-4f8b-89d8-636baf24ada8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f391237c-3b8d-4f8b-89d8-636baf24ada8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:11,913 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:34:11,913 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a54af9-dc6c-4367-9670-c11d0efb1816', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a54af9-dc6c-4367-9670-c11d0efb1816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:12,963 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:12,963 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f078c3c-c569-4673-a6fa-ebb995d7c9de', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f078c3c-c569-4673-a6fa-ebb995d7c9de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:14,011 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.041s 2021-08-10 15:34:14,012 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-366f769d-6075-41d0-847e-983b52b14b6c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366f769d-6075-41d0-847e-983b52b14b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:15,062 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.043s 2021-08-10 15:34:15,062 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3dbe4c4-4d4b-450f-a441-0d9fae6e98ea', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3dbe4c4-4d4b-450f-a441-0d9fae6e98ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:16,112 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.043s 2021-08-10 15:34:16,113 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81865fef-9c83-4e24-beac-e5d821ad4eb7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81865fef-9c83-4e24-beac-e5d821ad4eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:17,173 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.052s 2021-08-10 15:34:17,173 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661aeaa8-c1ce-42be-a42c-2ac02b31626b', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661aeaa8-c1ce-42be-a42c-2ac02b31626b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:18,223 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:18,223 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94951a5-1686-415a-8bf0-5d131809045c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94951a5-1686-415a-8bf0-5d131809045c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:19,274 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.043s 2021-08-10 15:34:19,274 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72612981-9b67-4f85-bad9-d451df469249', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72612981-9b67-4f85-bad9-d451df469249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:20,326 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.045s 2021-08-10 15:34:20,326 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0fe6ad1-aa2d-43dc-8421-7fecfd6047d9', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0fe6ad1-aa2d-43dc-8421-7fecfd6047d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:21,375 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:21,375 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc2c7b8f-a503-4222-b0ce-ebe0f9e6a409', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc2c7b8f-a503-4222-b0ce-ebe0f9e6a409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:22,423 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.041s 2021-08-10 15:34:22,424 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876dc995-42b5-4f31-8cf9-6d5b0b974fb4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876dc995-42b5-4f31-8cf9-6d5b0b974fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:23,488 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.056s 2021-08-10 15:34:23,488 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d8b87c-1791-4e1a-8c43-11390279cae7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d8b87c-1791-4e1a-8c43-11390279cae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:24,538 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:24,539 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4bf66c-83f9-4920-b8a3-3348aadc4703', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4bf66c-83f9-4920-b8a3-3348aadc4703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:01.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:25,591 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.044s 2021-08-10 15:34:25,592 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e47e67b-0c00-404e-ad0c-f37335291313', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e47e67b-0c00-404e-ad0c-f37335291313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:26,645 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.045s 2021-08-10 15:34:26,645 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e7ee2ba-43e5-466f-a27a-0d428eaec6c5', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e7ee2ba-43e5-466f-a27a-0d428eaec6c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:27,695 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:27,695 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39968b2f-f8e9-448f-9639-72c0fb008300', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39968b2f-f8e9-448f-9639-72c0fb008300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:28,744 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.041s 2021-08-10 15:34:28,745 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a1f9a71-0d10-4e5e-ab1b-1d92e85ff520', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a1f9a71-0d10-4e5e-ab1b-1d92e85ff520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:29,800 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:34:29,800 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4869e3d-b5c3-4af0-8048-217fe91ad6cc', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4869e3d-b5c3-4af0-8048-217fe91ad6cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:30,880 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.072s 2021-08-10 15:34:30,880 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aab9029-2081-4c6a-b5c8-ce0490338068', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aab9029-2081-4c6a-b5c8-ce0490338068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:31,928 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.041s 2021-08-10 15:34:31,929 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd8bd99d-6bc1-4fbc-96a2-39c4f143a6b6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd8bd99d-6bc1-4fbc-96a2-39c4f143a6b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:25.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:32,978 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.042s 2021-08-10 15:34:32,979 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68da845-5817-4bc3-a991-f14770e13ea4', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68da845-5817-4bc3-a991-f14770e13ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:32,985 114843 INFO [tempest.common.waiters] volume d6135482-4823-40ea-82be-7497a3e2f536 reached available after waiting for 31.985618 seconds 2021-08-10 15:34:33,252 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f/os-volume_attachments 0.266s 2021-08-10 15:34:33,253 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "d6135482-4823-40ea-82be-7497a3e2f536", "device": "/dev/sdb"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:32 GMT', 'server': 'Apache/2.4.41 (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-a8bd5824-da95-44f3-97be-6f7caf68dda7', 'x-compute-request-id': 'req-a8bd5824-da95-44f3-97be-6f7caf68dda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "serverId": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "volumeId": "d6135482-4823-40ea-82be-7497a3e2f536", "device": "/dev/sdb"}}' 2021-08-10 15:34:33,305 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:34:33,305 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b674083-f4c9-400f-b5a7-d813e8713b4e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b674083-f4c9-400f-b5a7-d813e8713b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:34,368 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.055s 2021-08-10 15:34:34,369 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1937978-4855-4ea8-85e9-3f0be317ed70', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1937978-4855-4ea8-85e9-3f0be317ed70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:35,425 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:34:35,426 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf4a886-19cc-4ccf-8700-0452e860fd9e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf4a886-19cc-4ccf-8700-0452e860fd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:36,485 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:34:36,485 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1574a1b6-0d14-45c9-a024-c9b15efac877', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1574a1b6-0d14-45c9-a024-c9b15efac877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:37,540 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:34:37,540 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48877025-90a5-476a-aa95-b49c94374d9d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48877025-90a5-476a-aa95-b49c94374d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:38,595 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:34:38,596 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05a52a7-b56b-4fb6-9132-ec2f737c65f9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05a52a7-b56b-4fb6-9132-ec2f737c65f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:39,650 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:34:39,650 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a660a9e0-e270-4b36-a26f-253be113a167', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a660a9e0-e270-4b36-a26f-253be113a167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:33.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:40,735 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.077s 2021-08-10 15:34:40,735 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4e5c58-3ba0-4328-a825-884d54cebe1d', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4e5c58-3ba0-4328-a825-884d54cebe1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:41,824 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.081s 2021-08-10 15:34:41,824 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9015dec2-61ee-484d-a082-edc107d73559', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9015dec2-61ee-484d-a082-edc107d73559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:42,883 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:34:42,883 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117ae4e8-4f7a-4775-8f80-319ceeef2f8c', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117ae4e8-4f7a-4775-8f80-319ceeef2f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:43,957 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.065s 2021-08-10 15:34:43,957 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b7050a-e692-4752-a334-eba5f9d6f5a6', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b7050a-e692-4752-a334-eba5f9d6f5a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:45,082 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.117s 2021-08-10 15:34:45,083 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa0bc4a-e237-4bf5-ac6e-8913c36772bd', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa0bc4a-e237-4bf5-ac6e-8913c36772bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:46,140 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:34:46,140 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c974b61-593a-4986-8238-98d98243d172', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c974b61-593a-4986-8238-98d98243d172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:47,233 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.085s 2021-08-10 15:34:47,234 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29218c4f-f615-431f-9e97-04b2cc2e110a', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29218c4f-f615-431f-9e97-04b2cc2e110a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:48,296 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.055s 2021-08-10 15:34:48,297 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec2058b-af34-4184-b3df-66f7b2fd8a67', 'content-length': '1655', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec2058b-af34-4184-b3df-66f7b2fd8a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:34:47.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:34:48,303 114843 INFO [tempest.common.waiters] volume d6135482-4823-40ea-82be-7497a3e2f536 reached in-use after waiting for 15.303698 seconds 2021-08-10 15:34:48,337 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots 0.033s 2021-08-10 15:34:48,338 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-739602146"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '160', 'content-type': 'application/json', 'x-compute-request-id': 'req-211290d3-e778-42da-8cb7-f9f9a4700c84', 'x-openstack-request-id': 'req-211290d3-e778-42da-8cb7-f9f9a4700c84', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume d6135482-4823-40ea-82be-7497a3e2f536 status must be available, but current status is: in-use."}}' 2021-08-10 15:34:48,523 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots 0.184s 2021-08-10 15:34:48,523 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fdb57a-21e8-4f33-bc09-65fd7a4ba182', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80fdb57a-21e8-4f33-bc09-65fd7a4ba182', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.467643", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}}}' 2021-08-10 15:34:48,558 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e 0.032s 2021-08-10 15:34:48,559 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6f5c80-99b9-4769-ae8c-86324ce40ec8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6f5c80-99b9-4769-ae8c-86324ce40ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:49,584 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e 0.021s 2021-08-10 15:34:49,585 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea61380-f4ad-409a-ac77-315a071dc9c6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea61380-f4ad-409a-ac77-315a071dc9c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:50,614 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e 0.025s 2021-08-10 15:34:50,614 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625a5f98-fd7b-4ed6-b749-394cee874d2a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625a5f98-fd7b-4ed6-b749-394cee874d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:51,647 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e 0.028s 2021-08-10 15:34:51,647 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0320f4f-2fee-480a-b3c4-00b3a745086e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0320f4f-2fee-480a-b3c4-00b3a745086e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:52,670 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e 0.019s 2021-08-10 15:34:52,671 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c439ab73-3c28-42ea-afd6-84457c5ad166', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c439ab73-3c28-42ea-afd6-84457c5ad166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:53,695 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e 0.020s 2021-08-10 15:34:53,695 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdbcdb15-f32a-4517-a3fb-cc029d20c26a', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdbcdb15-f32a-4517-a3fb-cc029d20c26a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/8280946f-03c8-406c-83f2-6ed984d6f71e'} Body: b'{"snapshot": {"id": "8280946f-03c8-406c-83f2-6ed984d6f71e", "created_at": "2021-08-10T15:34:48.000000", "updated_at": "2021-08-10T15:34:53.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1030540184", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-08-10 15:34:53,697 114843 INFO [tempest.common.waiters] snapshot 8280946f-03c8-406c-83f2-6ed984d6f71e reached available after waiting for 5.697920 seconds 2021-08-10 15:34:53,820 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots 0.122s 2021-08-10 15:34:53,821 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e62222-c5ce-4b6c-8985-f8373c7b5e79', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e62222-c5ce-4b6c-8985-f8373c7b5e79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:53.772067", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}}}' 2021-08-10 15:34:53,844 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b 0.021s 2021-08-10 15:34:53,845 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a8c4a40-431e-45a7-b192-54c8d0ce5ec8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a8c4a40-431e-45a7-b192-54c8d0ce5ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:54,869 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b 0.020s 2021-08-10 15:34:54,870 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-500bf92d-a805-4710-b857-80af9e3b60a5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-500bf92d-a805-4710-b857-80af9e3b60a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:55,894 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b 0.021s 2021-08-10 15:34:55,894 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971499f1-b4cc-46a3-afc4-ce4dfdfe0b6d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971499f1-b4cc-46a3-afc4-ce4dfdfe0b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:56,918 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b 0.020s 2021-08-10 15:34:56,918 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f93163f8-ac80-4930-9f67-83a4ee5f48cb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93163f8-ac80-4930-9f67-83a4ee5f48cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:57,943 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b 0.022s 2021-08-10 15:34:57,943 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e31928e-21d7-41c5-855f-cf1e59647c76', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e31928e-21d7-41c5-855f-cf1e59647c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:34:58,968 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b 0.020s 2021-08-10 15:34:58,968 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16bd9d96-7d64-4242-b751-e66b69e456a9', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16bd9d96-7d64-4242-b751-e66b69e456a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/bfd5a630-3acb-4a88-b7ca-5c526fce978b'} Body: b'{"snapshot": {"id": "bfd5a630-3acb-4a88-b7ca-5c526fce978b", "created_at": "2021-08-10T15:34:54.000000", "updated_at": "2021-08-10T15:34:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-2081359861", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-08-10 15:34:58,971 114843 INFO [tempest.common.waiters] snapshot bfd5a630-3acb-4a88-b7ca-5c526fce978b reached available after waiting for 5.971131 seconds 2021-08-10 15:34:59,086 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots 0.114s 2021-08-10 15:34:59,086 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dde28d5-4094-46d3-a7a6-2b51a2c7d0c5', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dde28d5-4094-46d3-a7a6-2b51a2c7d0c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.038105", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}}}' 2021-08-10 15:34:59,111 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.022s 2021-08-10 15:34:59,111 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ef90ef7-5345-4c49-89f8-6f87498bda0e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ef90ef7-5345-4c49-89f8-6f87498bda0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:00,135 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:00,136 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c88e43-b9a8-4462-98a8-a4a65da80fde', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c88e43-b9a8-4462-98a8-a4a65da80fde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:01,158 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:01,159 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46458c49-ea8a-46ce-9b0f-ac29cb8c8dd7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46458c49-ea8a-46ce-9b0f-ac29cb8c8dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:02,183 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:02,183 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9602c7b-b052-4698-8f23-3c518ad0b82c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9602c7b-b052-4698-8f23-3c518ad0b82c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:03,207 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:03,208 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f73d2b-6ef6-46f5-ac67-5cf65da840cf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f73d2b-6ef6-46f5-ac67-5cf65da840cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:04,231 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:04,232 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35d937a-981b-4493-8ff6-854cfc05f8d0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35d937a-981b-4493-8ff6-854cfc05f8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:05,255 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:05,256 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2458dd-4fe1-40e7-949e-586ae03bb81f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2458dd-4fe1-40e7-949e-586ae03bb81f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:06,280 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:06,280 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd88241-3590-43b6-be65-b3a10dc84a9c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd88241-3590-43b6-be65-b3a10dc84a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:07,304 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:07,304 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fae901f-fe5e-4f01-96b0-3f003fec4d08', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fae901f-fe5e-4f01-96b0-3f003fec4d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:08,327 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:08,328 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ef5e2c-80d4-4e2d-a074-7fcf45f35453', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ef5e2c-80d4-4e2d-a074-7fcf45f35453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:09,351 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:09,351 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15908f1b-d2d7-462f-8a5f-cbfc3a566c38', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15908f1b-d2d7-462f-8a5f-cbfc3a566c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:10,375 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:10,375 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22ff5a3-e66e-4634-a463-214dc1e0315f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22ff5a3-e66e-4634-a463-214dc1e0315f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:11,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:11,400 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a476ea3-f0c2-4eb6-8d9c-26bafc7f05b0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a476ea3-f0c2-4eb6-8d9c-26bafc7f05b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:12,424 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:12,424 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab60f31-b73f-4e47-a4d3-7a6b5c28dc13', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab60f31-b73f-4e47-a4d3-7a6b5c28dc13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:13,449 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:13,449 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d9f6c2-d822-49a1-94b9-1bd537b33c87', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d9f6c2-d822-49a1-94b9-1bd537b33c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:14,474 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:14,475 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35ca7afb-0ebc-4660-b8be-047e4aeccfbf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35ca7afb-0ebc-4660-b8be-047e4aeccfbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:15,500 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.022s 2021-08-10 15:35:15,501 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164a4286-991f-44fc-b4c4-8f473922a672', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164a4286-991f-44fc-b4c4-8f473922a672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:16,525 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:16,526 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed612103-c0fc-4bcc-a6c2-13b06959edf4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed612103-c0fc-4bcc-a6c2-13b06959edf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:17,550 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:17,550 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf08eaa7-cf1e-44bf-b2dd-f6fcd5b444ff', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf08eaa7-cf1e-44bf-b2dd-f6fcd5b444ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:18,574 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:18,575 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148225ec-2768-4836-b01a-8c6116fd4986', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148225ec-2768-4836-b01a-8c6116fd4986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:19,599 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:19,600 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a45105-a681-40a1-bf4c-24cf3b2c998e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a45105-a681-40a1-bf4c-24cf3b2c998e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:20,623 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:20,623 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7dc89d-474f-4f70-a117-ec677d681f99', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7dc89d-474f-4f70-a117-ec677d681f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:21,647 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:21,648 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5118534b-790e-489a-85f9-4143d719993f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5118534b-790e-489a-85f9-4143d719993f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:22,671 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:22,672 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f131d0-9614-493f-9be5-9947ff140199', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f131d0-9614-493f-9be5-9947ff140199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:23,696 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:23,696 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4cc27b-c744-4bcc-9514-f08c7401b5cd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4cc27b-c744-4bcc-9514-f08c7401b5cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:24,719 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:24,720 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5336b84-e263-427f-8cb6-06d1d7b97151', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5336b84-e263-427f-8cb6-06d1d7b97151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:25,743 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:25,744 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71b8e642-11f8-489c-9967-4cf737a3063f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71b8e642-11f8-489c-9967-4cf737a3063f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:26,767 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:26,768 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deaca55e-f6e1-409c-a1ab-b859c639f46d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deaca55e-f6e1-409c-a1ab-b859c639f46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:27,792 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:27,792 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-590debe2-e267-4a11-b6fa-58fc2aa7d5b5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-590debe2-e267-4a11-b6fa-58fc2aa7d5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:28,816 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:28,816 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14118db8-a0d3-4e22-b94a-8179492463a9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14118db8-a0d3-4e22-b94a-8179492463a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:29,843 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.023s 2021-08-10 15:35:29,844 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567bc5a0-08f6-4c3c-8c2f-76c48dde4b50', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567bc5a0-08f6-4c3c-8c2f-76c48dde4b50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:30,868 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:30,868 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd08f03e-548b-487a-8e33-5625daa08fb0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd08f03e-548b-487a-8e33-5625daa08fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:31,892 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:31,892 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aba81008-4b1c-4d18-a08b-8c195dda89a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aba81008-4b1c-4d18-a08b-8c195dda89a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:32,916 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:32,917 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c8e809-e665-47df-84a6-1d5d1917c9d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c8e809-e665-47df-84a6-1d5d1917c9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:33,942 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:33,942 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d38cc32-3b02-42a7-9e87-4320b4a76537', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d38cc32-3b02-42a7-9e87-4320b4a76537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:34,966 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:34,966 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045ad39b-b3fb-4e78-a0a6-f4c44259d769', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045ad39b-b3fb-4e78-a0a6-f4c44259d769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:35,989 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:35,990 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae61540-9758-4b5f-9c19-20a292600905', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae61540-9758-4b5f-9c19-20a292600905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:37,012 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:37,013 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-badefb34-9f78-4434-b708-339066b6889f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-badefb34-9f78-4434-b708-339066b6889f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:38,036 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:38,037 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9470a5fa-4a0a-48f1-a31a-7a9c16f4f74d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9470a5fa-4a0a-48f1-a31a-7a9c16f4f74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:39,061 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:39,061 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a026af2c-505a-45b7-991b-ebe2d913ded1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a026af2c-505a-45b7-991b-ebe2d913ded1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:40,084 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:40,085 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb9ea53-6044-4e1e-9d8b-15e1f02df855', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb9ea53-6044-4e1e-9d8b-15e1f02df855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:41,108 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:41,108 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb58eff-6ed7-4601-93de-4d3e999105e5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb58eff-6ed7-4601-93de-4d3e999105e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:42,137 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.024s 2021-08-10 15:35:42,137 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645f9d7f-9e8a-456f-8ef8-de3a58a7cf1e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645f9d7f-9e8a-456f-8ef8-de3a58a7cf1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:43,161 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:43,161 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f6bf110-be3e-4d25-b413-520709daa31e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f6bf110-be3e-4d25-b413-520709daa31e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:44,184 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:35:44,185 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06817c9f-9b82-4942-8d5d-11570f31c353', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06817c9f-9b82-4942-8d5d-11570f31c353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:45,210 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.022s 2021-08-10 15:35:45,211 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f709ab43-e25f-4451-8037-74c17a8fc01a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f709ab43-e25f-4451-8037-74c17a8fc01a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:46,237 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:46,238 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4adcceac-5fb7-49c8-9c78-6b6ce81a9321', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4adcceac-5fb7-49c8-9c78-6b6ce81a9321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:47,264 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.023s 2021-08-10 15:35:47,264 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267c6954-2951-4097-833c-923763152288', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267c6954-2951-4097-833c-923763152288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:48,289 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:48,290 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381a087e-e183-477e-9401-46d2a67bbeba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381a087e-e183-477e-9401-46d2a67bbeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:49,314 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:49,315 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f8778a-6573-4e89-b3dc-e85178610db4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f8778a-6573-4e89-b3dc-e85178610db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:50,340 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.022s 2021-08-10 15:35:50,340 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a2102d-e11b-4e30-9443-4eaba2d7f219', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a2102d-e11b-4e30-9443-4eaba2d7f219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:51,364 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:51,364 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71f15f35-11c7-4545-8d6f-83635e6f0317', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71f15f35-11c7-4545-8d6f-83635e6f0317', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:52,387 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:52,388 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f9314e-4acb-4720-84d5-29361b6b7e87', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f9314e-4acb-4720-84d5-29361b6b7e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:53,411 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:53,412 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed71257b-00e8-404f-92d6-2b2d0d4378bb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed71257b-00e8-404f-92d6-2b2d0d4378bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:54,436 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:35:54,437 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-884acde5-450a-4409-9400-ec04817e5980', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-884acde5-450a-4409-9400-ec04817e5980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:55,460 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:55,461 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74b89749-387a-4cc1-88fc-f327ee64a80c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74b89749-387a-4cc1-88fc-f327ee64a80c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:56,485 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:56,485 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e835fd-36ab-4ffa-ae72-920c0971030c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e835fd-36ab-4ffa-ae72-920c0971030c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:57,510 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:57,510 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9380bbe5-376c-4e80-8705-762ca64a0b8f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9380bbe5-376c-4e80-8705-762ca64a0b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:58,533 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:58,534 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-424fff08-66a0-421b-8b53-edec7102062e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424fff08-66a0-421b-8b53-edec7102062e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:35:59,557 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:35:59,558 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7b9462-7482-4f4c-ae2b-779fd7f54fc7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7b9462-7482-4f4c-ae2b-779fd7f54fc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:00,581 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:00,581 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbeac2ed-a68d-412e-a87e-7b84bfbe5edb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbeac2ed-a68d-412e-a87e-7b84bfbe5edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:01,605 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:01,605 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a1c0df-bee5-4642-a81f-04a9d3a3f4dd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a1c0df-bee5-4642-a81f-04a9d3a3f4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:02,629 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:02,629 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9030f8-d2c0-4964-87a6-d40d233d5cef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9030f8-d2c0-4964-87a6-d40d233d5cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:03,653 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:03,653 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94fb2e02-db85-44e1-a659-a09fb904c255', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94fb2e02-db85-44e1-a659-a09fb904c255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:04,678 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:04,678 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb7876f-62e8-443e-9d65-678faf7503fb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb7876f-62e8-443e-9d65-678faf7503fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:05,702 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:05,703 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5ffc7f-ff76-49de-bac5-5121087ccccb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a5ffc7f-ff76-49de-bac5-5121087ccccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:06,726 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:36:06,726 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e7bcfc-906b-4f81-82d5-b7b395b764b3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e7bcfc-906b-4f81-82d5-b7b395b764b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:07,750 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:07,750 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4a584d-449b-4774-8d53-966377c8b530', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4a584d-449b-4774-8d53-966377c8b530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:08,773 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:08,773 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b94d08-a66f-45ba-bea8-a214d6d12591', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b94d08-a66f-45ba-bea8-a214d6d12591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:09,797 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:09,797 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae970ea-dc5d-4c2b-86eb-687193b14042', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae970ea-dc5d-4c2b-86eb-687193b14042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:10,822 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:36:10,823 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf2fc767-6eec-47b4-bfce-3d3f7863e899', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2fc767-6eec-47b4-bfce-3d3f7863e899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:11,847 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:11,847 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44417764-1a91-4bfb-9ce2-b50062124bbf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44417764-1a91-4bfb-9ce2-b50062124bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:12,873 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:36:12,873 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9ccd4a-2e02-48ba-bbe2-91b77517bf03', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9ccd4a-2e02-48ba-bbe2-91b77517bf03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:13,897 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:13,897 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80295d7f-55f3-40fe-8875-f4326ac12d98', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80295d7f-55f3-40fe-8875-f4326ac12d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:14,920 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:14,921 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb993657-9f83-4005-85b5-6bca4e1da371', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb993657-9f83-4005-85b5-6bca4e1da371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:15,946 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.022s 2021-08-10 15:36:15,947 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87918691-b12f-4048-af92-3f2b9bfa3036', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87918691-b12f-4048-af92-3f2b9bfa3036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:16,970 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:36:16,970 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d54877-4ab8-4f51-b315-67cb27b1a920', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d54877-4ab8-4f51-b315-67cb27b1a920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:17,995 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:36:17,995 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e74092-d98d-4df9-877e-b3ea294cbab3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e74092-d98d-4df9-877e-b3ea294cbab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:19,018 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:19,018 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c08f21-e4cb-472f-b451-66ee790b104b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c08f21-e4cb-472f-b451-66ee790b104b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:20,042 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:36:20,043 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d842034-872d-4276-820e-3a614dc2dad0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d842034-872d-4276-820e-3a614dc2dad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:21,066 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:36:21,066 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f09f11-6f53-41ed-a570-dda28e394994', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f09f11-6f53-41ed-a570-dda28e394994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:22,096 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.027s 2021-08-10 15:36:22,097 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb99710-e527-45f0-b986-458a0acfd150', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb99710-e527-45f0-b986-458a0acfd150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:23,149 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:36:23,150 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46941a4f-5f76-4a01-8a79-97589cc994b3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46941a4f-5f76-4a01-8a79-97589cc994b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:24,209 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.056s 2021-08-10 15:36:24,209 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982d583a-f0db-4c28-8137-145d042826b4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982d583a-f0db-4c28-8137-145d042826b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:25,268 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:36:25,269 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3acd0154-3868-4c9e-a2ed-f5e7bc7902d3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3acd0154-3868-4c9e-a2ed-f5e7bc7902d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:26,324 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:36:26,325 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7cf0caa-ca5c-4e6e-aa07-43441c6952e8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7cf0caa-ca5c-4e6e-aa07-43441c6952e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:27,377 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:27,378 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8074ed-6a1b-44b2-981f-f132181f676c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8074ed-6a1b-44b2-981f-f132181f676c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:28,432 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:28,433 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c982467-e5b9-4dd6-9604-88fa10bc16ca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c982467-e5b9-4dd6-9604-88fa10bc16ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:29,485 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:36:29,485 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aad18e3-f40c-4703-94e4-752c5717a7bf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aad18e3-f40c-4703-94e4-752c5717a7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:30,540 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:30,540 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a315aab7-9b0b-4fb5-bd32-efdcaf760218', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a315aab7-9b0b-4fb5-bd32-efdcaf760218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:31,596 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:36:31,596 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16131198-1c08-4d16-b907-ca2c0d774c85', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16131198-1c08-4d16-b907-ca2c0d774c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:32,649 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:32,649 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84a64585-e0cb-4926-ad46-270dd0656463', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84a64585-e0cb-4926-ad46-270dd0656463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:33,702 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:33,702 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df2a6d5-298d-418a-a9f1-99e51b1966f1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df2a6d5-298d-418a-a9f1-99e51b1966f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:34,755 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:34,756 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa29e11-fb37-4ccc-997f-225e445b6ade', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa29e11-fb37-4ccc-997f-225e445b6ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:35,811 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:36:35,812 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d34322-122d-4e77-aca8-2aeb21b25945', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d34322-122d-4e77-aca8-2aeb21b25945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:36,866 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:36:36,866 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e685070-4045-4480-8318-94eefee471d0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e685070-4045-4480-8318-94eefee471d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:37,922 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:36:37,923 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8c40858-2dfc-4b16-a7d0-33f4f7267ee0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8c40858-2dfc-4b16-a7d0-33f4f7267ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:38,978 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:38,979 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0522a435-68b5-465e-be00-4391fb6961fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0522a435-68b5-465e-be00-4391fb6961fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:40,031 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:36:40,031 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18ac5e4-9274-4f2b-9096-03e1da640bbe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18ac5e4-9274-4f2b-9096-03e1da640bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:41,086 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:41,086 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd62e2f7-5ca7-4a49-b0c2-ea9ef0913a88', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd62e2f7-5ca7-4a49-b0c2-ea9ef0913a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:42,140 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:42,140 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9df837-85eb-412c-b192-628586497973', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9df837-85eb-412c-b192-628586497973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:43,197 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:36:43,197 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d283c3-e216-4dff-9331-9bca73bf45fe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d283c3-e216-4dff-9331-9bca73bf45fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:44,252 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:44,252 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23bfed11-c875-45d6-9140-de7565a2e261', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23bfed11-c875-45d6-9140-de7565a2e261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:45,307 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:36:45,307 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5313c2e3-a374-44d7-ae18-69dc98b5fb65', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5313c2e3-a374-44d7-ae18-69dc98b5fb65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:46,359 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:46,360 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc75767b-53bf-497f-9df8-085f24cef569', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc75767b-53bf-497f-9df8-085f24cef569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:47,415 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:36:47,416 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5437957-429b-4612-8864-c850bb32a592', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5437957-429b-4612-8864-c850bb32a592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:48,473 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:36:48,474 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195b2d92-52ab-4a1f-8bc9-0d3a45c65ce1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195b2d92-52ab-4a1f-8bc9-0d3a45c65ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:49,531 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:36:49,532 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1190ea-a77b-4435-9579-3b78653ffbbc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1190ea-a77b-4435-9579-3b78653ffbbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:50,585 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:36:50,585 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de3971dc-2c68-4b63-937e-81472ca5656d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3971dc-2c68-4b63-937e-81472ca5656d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:51,639 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:36:51,640 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab3180a5-4f77-49e2-bf74-37ab672f0c62', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab3180a5-4f77-49e2-bf74-37ab672f0c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:52,694 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:52,695 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-004453c9-5140-4d32-80a5-5a71793a11b7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-004453c9-5140-4d32-80a5-5a71793a11b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:53,753 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:36:53,753 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21e512e1-a048-429d-98de-74f881299c1c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21e512e1-a048-429d-98de-74f881299c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:54,811 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:54,811 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d8307f-87b3-462e-98a5-0602f0347fb5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d8307f-87b3-462e-98a5-0602f0347fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:55,870 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:36:55,870 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e8de9aa-cc06-4deb-82e4-8d166bb91025', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e8de9aa-cc06-4deb-82e4-8d166bb91025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:56,922 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:36:56,922 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12e9d3d-f50a-4f08-839a-79d896743199', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c12e9d3d-f50a-4f08-839a-79d896743199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:57,977 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:36:57,977 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ac2b7e-05fc-4889-8361-3c2f04f7f737', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ac2b7e-05fc-4889-8361-3c2f04f7f737', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:36:59,031 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:36:59,031 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb0585d0-cbac-471e-8fba-90820dbe9232', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0585d0-cbac-471e-8fba-90820dbe9232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:00,086 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:37:00,086 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea50219a-8a10-4099-95f3-2ba375f741be', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea50219a-8a10-4099-95f3-2ba375f741be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:01,143 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:37:01,143 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b659e3ff-6a72-4384-9547-6bbfec72e601', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b659e3ff-6a72-4384-9547-6bbfec72e601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:02,195 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.047s 2021-08-10 15:37:02,195 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fad3ebac-72fa-4848-8bf8-76f3a95f684d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fad3ebac-72fa-4848-8bf8-76f3a95f684d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:03,250 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:03,250 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a435d9c-d7a6-4ef7-a5d4-98a333d7d633', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a435d9c-d7a6-4ef7-a5d4-98a333d7d633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:04,307 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:37:04,308 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2b9a33-96b5-4e10-b307-0c0c0bbbc19e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2b9a33-96b5-4e10-b307-0c0c0bbbc19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:05,364 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:37:05,364 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1431cca3-0a71-4f30-b508-e1edc90891d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1431cca3-0a71-4f30-b508-e1edc90891d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:06,429 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.062s 2021-08-10 15:37:06,430 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b92a2c7d-623f-4115-a1fd-88a4104ef2df', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b92a2c7d-623f-4115-a1fd-88a4104ef2df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:07,484 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:07,485 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03584a95-2478-4eb6-ae8b-51313bbabe78', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03584a95-2478-4eb6-ae8b-51313bbabe78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:08,540 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:08,540 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f88a3a8-fcc9-4f9c-be10-c5cc911f7f14', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f88a3a8-fcc9-4f9c-be10-c5cc911f7f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:09,596 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:37:09,597 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ba4bb4-6c0c-4594-9a4c-1cee27d8b910', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ba4bb4-6c0c-4594-9a4c-1cee27d8b910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:10,651 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:10,652 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216f3a6a-16be-4e49-a4ff-8df30e825e32', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216f3a6a-16be-4e49-a4ff-8df30e825e32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:11,705 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:11,705 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7385ee64-9d45-4d6e-a74d-b55d991e5904', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7385ee64-9d45-4d6e-a74d-b55d991e5904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:12,758 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:12,758 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd20289d-cf2f-41b6-95a3-ebc00bf9da6a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd20289d-cf2f-41b6-95a3-ebc00bf9da6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:13,811 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:13,812 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a37407d-4517-4d75-b421-8e072c704b7f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a37407d-4517-4d75-b421-8e072c704b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:14,864 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:14,865 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea72bb7-a893-4f6f-b41c-d602c3033409', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea72bb7-a893-4f6f-b41c-d602c3033409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:15,923 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:37:15,923 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-970ac0ad-bd3a-4dc5-9796-189f471d9db4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-970ac0ad-bd3a-4dc5-9796-189f471d9db4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:16,974 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.046s 2021-08-10 15:37:16,974 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16766e4e-5df5-45b9-ad84-8564d09e4a8b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16766e4e-5df5-45b9-ad84-8564d09e4a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:18,037 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.059s 2021-08-10 15:37:18,038 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a9fa85f-c116-45f4-8906-910eb8e9be45', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a9fa85f-c116-45f4-8906-910eb8e9be45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:19,089 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:37:19,089 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a3ab3b-6bea-4c59-b97d-d3e0284e77a8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a3ab3b-6bea-4c59-b97d-d3e0284e77a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:20,143 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:20,144 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7987e4d7-cb72-41c5-ac79-8517fa199694', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7987e4d7-cb72-41c5-ac79-8517fa199694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:21,199 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:21,200 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181ca6ce-eb7a-40f9-8a39-354f8d64edce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181ca6ce-eb7a-40f9-8a39-354f8d64edce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:22,254 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:22,254 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f329f4-c04f-4b9f-bdac-fd1753e231a3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f329f4-c04f-4b9f-bdac-fd1753e231a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:23,308 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:23,308 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-872c3f07-81a4-46f3-989a-67473e1ee389', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-872c3f07-81a4-46f3-989a-67473e1ee389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:24,361 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:24,362 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c5d3015-f0c7-43c4-b3f5-d95db6d10c5e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c5d3015-f0c7-43c4-b3f5-d95db6d10c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:25,424 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.057s 2021-08-10 15:37:25,424 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360956f8-56ac-4398-802f-b905bc198bdd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360956f8-56ac-4398-802f-b905bc198bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:26,482 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:37:26,482 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-842118d3-0f6d-4864-8c2d-0a29ecfb4e20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-842118d3-0f6d-4864-8c2d-0a29ecfb4e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:27,536 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:27,536 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5677bd52-1e73-48a2-9c05-821e184bc9bd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5677bd52-1e73-48a2-9c05-821e184bc9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:28,594 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:37:28,594 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb09a16-fc86-4544-af66-aacc27aa8ddf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb09a16-fc86-4544-af66-aacc27aa8ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:29,809 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.211s 2021-08-10 15:37:29,810 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db35d50-e4b1-4194-a81a-8e1b35b0bea2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db35d50-e4b1-4194-a81a-8e1b35b0bea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:30,867 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:37:30,867 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d49e05c-55e1-4613-ad5d-5b108f1467a7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d49e05c-55e1-4613-ad5d-5b108f1467a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:31,920 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:31,920 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9170e4a8-89fa-42c3-9704-09abb7d59dbc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9170e4a8-89fa-42c3-9704-09abb7d59dbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:32,975 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:32,975 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9383e85-fb00-4585-9713-a04635658bf9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9383e85-fb00-4585-9713-a04635658bf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:34,031 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:37:34,032 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b85fb484-5cac-4ce1-8e5a-fb483ca5d8cf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b85fb484-5cac-4ce1-8e5a-fb483ca5d8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:35,083 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.047s 2021-08-10 15:37:35,083 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e332d5-6322-42b3-862a-fe34b12ca341', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e332d5-6322-42b3-862a-fe34b12ca341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:36,138 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:36,138 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-140f46f5-7f1f-4394-9975-4dec91f119b5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-140f46f5-7f1f-4394-9975-4dec91f119b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:37,190 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:37:37,191 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b12dbc-a98b-45c6-a527-8098d6233e1d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b12dbc-a98b-45c6-a527-8098d6233e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:38,243 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:38,244 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5b8c486-f729-424b-badb-a82ee619605e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5b8c486-f729-424b-badb-a82ee619605e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:39,297 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:39,298 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a21461-3548-4513-9ec9-ba972ba6a45b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a21461-3548-4513-9ec9-ba972ba6a45b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:40,353 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:37:40,354 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1420c831-d205-4b99-8b7e-fe3234fea5ff', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1420c831-d205-4b99-8b7e-fe3234fea5ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:41,406 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:41,406 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2fbb1ed-0257-464f-b94d-2319be46a724', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2fbb1ed-0257-464f-b94d-2319be46a724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:42,460 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:42,461 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-501dc0db-37bb-47b5-becf-6b07e956fcef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-501dc0db-37bb-47b5-becf-6b07e956fcef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:43,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:43,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f0c82c-f420-43dd-bb9a-8efc8af044be', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f0c82c-f420-43dd-bb9a-8efc8af044be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:44,571 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:37:44,571 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db2b414-f97b-4e4f-b59c-8d97e17b09cb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db2b414-f97b-4e4f-b59c-8d97e17b09cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:45,625 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:45,625 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79452ab-6ddf-44fe-8b86-f9145bcb52bd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79452ab-6ddf-44fe-8b86-f9145bcb52bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:46,681 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:37:46,682 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f04a0d7-a4bc-4050-84fa-bd5550908b03', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f04a0d7-a4bc-4050-84fa-bd5550908b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:47,735 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:47,736 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a860d8-2eb1-4540-8a9d-31ea2a209f74', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a860d8-2eb1-4540-8a9d-31ea2a209f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:48,789 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:37:48,790 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f5f8c0-a0dc-4c07-a9e6-552a211514e2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f5f8c0-a0dc-4c07-a9e6-552a211514e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:49,843 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:49,844 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f87aeada-47b6-4d1f-b751-a3a82328577a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f87aeada-47b6-4d1f-b751-a3a82328577a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:50,898 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:50,898 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dadbb4a-b5ff-409b-bea3-8ce731400f9a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dadbb4a-b5ff-409b-bea3-8ce731400f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:51,953 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:51,954 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7cea265-dffa-4648-b5ae-e713feee6cd2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7cea265-dffa-4648-b5ae-e713feee6cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:53,015 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.057s 2021-08-10 15:37:53,015 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48be3935-c6eb-4b0c-bede-f5e23c765724', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48be3935-c6eb-4b0c-bede-f5e23c765724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:54,065 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.046s 2021-08-10 15:37:54,065 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b4d581a-945d-4534-aee5-819beb688174', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b4d581a-945d-4534-aee5-819beb688174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:55,120 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:55,120 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c612233-e83a-4c62-b74f-158585fc8832', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c612233-e83a-4c62-b74f-158585fc8832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:56,174 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:56,174 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f915c0-3844-4442-a6ef-a8bdd093afe0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f915c0-3844-4442-a6ef-a8bdd093afe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:57,230 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:57,230 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c00a81-010f-4623-9931-08373e7f1ff9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c00a81-010f-4623-9931-08373e7f1ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:58,284 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:37:58,285 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-857b912f-ce1a-4728-af1a-9e1108e59a25', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-857b912f-ce1a-4728-af1a-9e1108e59a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:37:59,339 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:37:59,339 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e47897-862f-495c-98f8-aad6dc77cbc6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e47897-862f-495c-98f8-aad6dc77cbc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:00,392 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:00,392 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c084b254-a9b8-4617-a711-80e5a00ef347', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c084b254-a9b8-4617-a711-80e5a00ef347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:01,447 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:01,447 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-780d5300-fe0b-42a5-a304-5c473625719c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-780d5300-fe0b-42a5-a304-5c473625719c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:02,504 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:38:02,504 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e407594f-c537-4864-a711-c7fe9ee408b4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e407594f-c537-4864-a711-c7fe9ee408b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:03,560 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:38:03,560 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b8fa034-38b3-442a-84fc-687ed906304a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b8fa034-38b3-442a-84fc-687ed906304a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:04,614 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:04,614 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eedb4ace-8e53-4eb7-9e17-92f392d20604', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eedb4ace-8e53-4eb7-9e17-92f392d20604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:05,667 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:05,668 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5373a3c-0a3d-4956-bc2e-4e95ced27876', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5373a3c-0a3d-4956-bc2e-4e95ced27876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:06,721 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:06,721 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e5d1de-aa2c-46ef-bee2-0025618d7e74', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e5d1de-aa2c-46ef-bee2-0025618d7e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:07,775 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:07,776 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c1d640-71d3-4d56-be54-a04d33340024', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c1d640-71d3-4d56-be54-a04d33340024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:08,834 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:38:08,834 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9aff9b-091f-4152-b17b-513e91ab280e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9aff9b-091f-4152-b17b-513e91ab280e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:09,887 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:09,888 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-933607e3-ea79-41f6-8460-a2026966c46e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-933607e3-ea79-41f6-8460-a2026966c46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:10,942 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:10,942 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef08b1c-91f3-4fd6-b8fe-cb590af61b9b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef08b1c-91f3-4fd6-b8fe-cb590af61b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:11,996 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:11,996 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573bce4e-9420-4eee-bfe0-29aca67d465e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573bce4e-9420-4eee-bfe0-29aca67d465e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:13,049 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:13,049 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ee035f-7569-4242-8a22-95c51bdf0fd2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ee035f-7569-4242-8a22-95c51bdf0fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:14,104 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:14,105 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd1ed57b-a752-479c-b8fb-2791eb675dcf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd1ed57b-a752-479c-b8fb-2791eb675dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:15,160 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:38:15,161 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d040a35-17ba-41ac-82dd-731104d04803', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d040a35-17ba-41ac-82dd-731104d04803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:16,220 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.056s 2021-08-10 15:38:16,221 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96dd7e12-01fa-47ea-b85b-88aeba4fe4f1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96dd7e12-01fa-47ea-b85b-88aeba4fe4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:17,272 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.047s 2021-08-10 15:38:17,272 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e72df2c-cf9d-4c73-b444-096ed0bf839f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e72df2c-cf9d-4c73-b444-096ed0bf839f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:18,325 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:18,326 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07957b56-fbd4-4c61-882d-8728a3a0b176', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07957b56-fbd4-4c61-882d-8728a3a0b176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:19,379 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:19,379 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5c75dc8-51a9-4318-81d4-e9840a8db4e5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5c75dc8-51a9-4318-81d4-e9840a8db4e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:20,434 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:20,434 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51192d34-b9a4-403c-9e66-fe84ceac46cf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51192d34-b9a4-403c-9e66-fe84ceac46cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:21,489 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:38:21,489 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b6eb5c-3e44-498c-8a4d-738c760fea0a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b6eb5c-3e44-498c-8a4d-738c760fea0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:22,543 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:22,544 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083c8c17-9b63-4e84-9574-1b350236075a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083c8c17-9b63-4e84-9574-1b350236075a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:23,597 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:23,598 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daeff6b4-eb94-4ef7-b690-7f6ea77c09c9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daeff6b4-eb94-4ef7-b690-7f6ea77c09c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:24,652 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:24,652 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82cfbf76-f713-4548-899e-b1a2d3800376', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82cfbf76-f713-4548-899e-b1a2d3800376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:25,705 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:25,705 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-338d9ad5-e7fe-4f51-aa43-87f89c46fc67', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-338d9ad5-e7fe-4f51-aa43-87f89c46fc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:26,760 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:26,760 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe57ff1-2887-4e98-8570-222308369989', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe57ff1-2887-4e98-8570-222308369989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:27,817 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:38:27,817 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b0672a-48f2-4490-86df-2a34ed7355da', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b0672a-48f2-4490-86df-2a34ed7355da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:28,870 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:28,870 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d20de52-6fe2-492e-a6a5-897aff6360e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d20de52-6fe2-492e-a6a5-897aff6360e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:29,924 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:29,925 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6028d87a-9d69-4506-9932-60bb09a8f695', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6028d87a-9d69-4506-9932-60bb09a8f695', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:30,979 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:30,979 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e45e0f6-d6eb-42bf-b0a2-1c2eff52ba54', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e45e0f6-d6eb-42bf-b0a2-1c2eff52ba54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:32,032 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:32,033 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f882ff0-3186-4cef-a7be-9d4c0e9053fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f882ff0-3186-4cef-a7be-9d4c0e9053fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:33,087 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:33,088 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f2399c7-ca72-48d0-b767-caec0ae6791e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f2399c7-ca72-48d0-b767-caec0ae6791e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:34,142 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:34,143 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47eec160-4981-4057-9251-a3d5ef96f0b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47eec160-4981-4057-9251-a3d5ef96f0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:35,196 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:35,196 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cedcb5b1-ea1c-4cd1-8eb8-022c9f3988a3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cedcb5b1-ea1c-4cd1-8eb8-022c9f3988a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:36,248 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:38:36,249 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897ae1ec-6937-4615-9b01-cf356a6b881d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897ae1ec-6937-4615-9b01-cf356a6b881d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:37,303 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:37,303 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7a6692-e2b6-4988-babe-85b6d2af419e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7a6692-e2b6-4988-babe-85b6d2af419e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:38,356 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:38,356 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e4e06d-2be6-4b2b-8d1b-e9fd2c87e896', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e4e06d-2be6-4b2b-8d1b-e9fd2c87e896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:39,413 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:38:39,414 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225d1972-7a09-4892-8049-24554185a2f7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225d1972-7a09-4892-8049-24554185a2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:40,470 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:38:40,470 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12240739-f556-45b3-a0b3-f3ec65d43ed3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12240739-f556-45b3-a0b3-f3ec65d43ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:41,523 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:41,523 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6128b566-6797-47fa-8990-410c98e0dd2c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6128b566-6797-47fa-8990-410c98e0dd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:42,576 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:42,576 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbeab25-2fdd-41e1-be64-55037e595399', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbeab25-2fdd-41e1-be64-55037e595399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:43,629 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:43,630 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88ed8eac-f791-4ca1-8ec2-cd4a763d52b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88ed8eac-f791-4ca1-8ec2-cd4a763d52b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:44,695 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.061s 2021-08-10 15:38:44,696 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd7bc0e-8c9a-404d-b8cd-44b3dd4a19e7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd7bc0e-8c9a-404d-b8cd-44b3dd4a19e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:45,742 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.042s 2021-08-10 15:38:45,742 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a60a804-dc6f-4aeb-a55f-6c8aee3b105d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a60a804-dc6f-4aeb-a55f-6c8aee3b105d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:46,888 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.143s 2021-08-10 15:38:46,889 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5635563-939e-49e0-9297-9383a7034490', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5635563-939e-49e0-9297-9383a7034490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:47,911 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:38:47,911 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36841211-0edb-4ba6-a104-308236aac9a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36841211-0edb-4ba6-a104-308236aac9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:48,936 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:38:48,936 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a54be04d-6e43-46cb-9638-1f0b0c6aea65', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a54be04d-6e43-46cb-9638-1f0b0c6aea65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:49,958 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.018s 2021-08-10 15:38:49,958 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c7edba-20d9-4129-b9c3-39d58fa4d2d6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c7edba-20d9-4129-b9c3-39d58fa4d2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:51,013 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:51,013 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070e3b67-444a-48d3-9ede-cbab67d80001', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070e3b67-444a-48d3-9ede-cbab67d80001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:52,068 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:38:52,068 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbc9cc89-974c-459f-8548-193306333bae', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbc9cc89-974c-459f-8548-193306333bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:53,122 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:53,123 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8818c8c-a29e-4e22-9fdb-67df21cd3d27', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8818c8c-a29e-4e22-9fdb-67df21cd3d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:54,176 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:54,176 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d5bc1d-edc2-470d-aa3c-a4da75fe382d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d5bc1d-edc2-470d-aa3c-a4da75fe382d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:55,230 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:55,230 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-939337e3-03e7-4364-a422-3e07e29d50f7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-939337e3-03e7-4364-a422-3e07e29d50f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:56,287 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:38:56,287 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67842113-d086-4553-ae19-f60d3274a741', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67842113-d086-4553-ae19-f60d3274a741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:57,341 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:57,341 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2529a2cf-5f04-45a8-9112-ece6c14edcb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2529a2cf-5f04-45a8-9112-ece6c14edcb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:58,394 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:38:58,395 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d406e10a-82c6-4043-b825-89d4d5761d4b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d406e10a-82c6-4043-b825-89d4d5761d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:38:59,448 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:38:59,448 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d19995e3-fad1-467b-bbae-835858c56e09', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d19995e3-fad1-467b-bbae-835858c56e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:00,503 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:39:00,504 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3949945-0b47-4de6-ad08-bf65c3f1bff5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3949945-0b47-4de6-ad08-bf65c3f1bff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:01,556 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:01,557 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c751c047-0559-45ac-9541-a3ac2e6ba295', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c751c047-0559-45ac-9541-a3ac2e6ba295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:02,610 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:02,610 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9401a64-62a7-4b50-b6bd-0b64e81da274', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9401a64-62a7-4b50-b6bd-0b64e81da274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:03,669 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:39:03,669 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66b7906-d021-42de-95c5-c1292f6c6b88', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66b7906-d021-42de-95c5-c1292f6c6b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:04,723 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:39:04,724 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac14bbdf-0f25-4155-a79f-3c60188540a6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac14bbdf-0f25-4155-a79f-3c60188540a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:05,777 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:05,777 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a721de0-b758-4d9e-a408-7206fa008f73', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a721de0-b758-4d9e-a408-7206fa008f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:06,831 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:06,831 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b7f3737-51ee-4506-b712-69c7746c4d54', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b7f3737-51ee-4506-b712-69c7746c4d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:08,013 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.177s 2021-08-10 15:39:08,013 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7a28f3-45ff-48e8-a3d5-1e153b5bb928', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7a28f3-45ff-48e8-a3d5-1e153b5bb928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:09,072 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:39:09,073 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638e5590-cbd8-4725-9700-9c2c56d18fb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638e5590-cbd8-4725-9700-9c2c56d18fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:10,123 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.046s 2021-08-10 15:39:10,124 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-016f8e78-c0fa-4cdc-8953-70aea24b9f99', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-016f8e78-c0fa-4cdc-8953-70aea24b9f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:11,177 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:11,177 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d4043e-200d-4127-b255-ac22d0cb1947', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d4043e-200d-4127-b255-ac22d0cb1947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:12,230 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:12,230 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a780c95-c862-441e-95c1-6c134fa3e72b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a780c95-c862-441e-95c1-6c134fa3e72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:13,285 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:39:13,286 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50750084-c6d0-4c6a-8ee0-736ea4eb91b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50750084-c6d0-4c6a-8ee0-736ea4eb91b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:14,340 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:14,340 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-795e92ec-bca4-48b6-a918-5cdf97009779', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-795e92ec-bca4-48b6-a918-5cdf97009779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:15,394 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:15,395 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7253b47b-f90a-4f8e-ac69-6331ef41bce1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7253b47b-f90a-4f8e-ac69-6331ef41bce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:16,469 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.071s 2021-08-10 15:39:16,469 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a7258f2-e47f-4388-af2b-8f34932e2516', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a7258f2-e47f-4388-af2b-8f34932e2516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:17,513 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.040s 2021-08-10 15:39:17,513 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed24d65-63ce-4097-8957-1c87628742a1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed24d65-63ce-4097-8957-1c87628742a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:18,567 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:18,567 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea771e42-c540-4a7f-8682-6175ce0bb4e0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea771e42-c540-4a7f-8682-6175ce0bb4e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:19,620 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:19,621 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dfe35df-709c-4f9b-97ad-63bc386c0ca2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dfe35df-709c-4f9b-97ad-63bc386c0ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:20,675 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:20,675 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12c1c521-5da1-4511-a578-a6b6aa8fddc6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12c1c521-5da1-4511-a578-a6b6aa8fddc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:21,728 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:21,728 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db6bbf3-1a85-48dc-894a-947b4f3949cf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db6bbf3-1a85-48dc-894a-947b4f3949cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:22,781 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:22,782 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a7ba34-5f6a-4a3d-9ff5-a2949cbf7006', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a7ba34-5f6a-4a3d-9ff5-a2949cbf7006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:23,836 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:23,836 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-479429f7-c098-426a-8586-c0ece14bf739', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-479429f7-c098-426a-8586-c0ece14bf739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:24,890 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:24,890 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4604641-26db-4265-95f2-ba97d9689385', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4604641-26db-4265-95f2-ba97d9689385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:25,944 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:39:25,944 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3e4eb7-9ba4-4551-8617-7649fcad9561', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3e4eb7-9ba4-4551-8617-7649fcad9561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:27,002 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:39:27,002 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2d67dc-74d8-4f55-a742-3f7c6d104424', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2d67dc-74d8-4f55-a742-3f7c6d104424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:28,059 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:39:28,059 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b842e2-e178-4285-a92a-2f7e25155c74', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b842e2-e178-4285-a92a-2f7e25155c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:29,114 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:39:29,114 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b53df8cd-f744-455e-9c87-0f4c92fef039', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b53df8cd-f744-455e-9c87-0f4c92fef039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:30,168 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:39:30,169 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab012b56-d9c9-4de6-9b9e-48ca42f1597f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab012b56-d9c9-4de6-9b9e-48ca42f1597f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:31,227 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:39:31,227 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ed819a-ef93-4528-b5d9-7ed769920c0f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ed819a-ef93-4528-b5d9-7ed769920c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:32,280 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:32,280 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-290b26a4-5972-4e3c-89db-5f0aea954566', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-290b26a4-5972-4e3c-89db-5f0aea954566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:33,334 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:33,334 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a07d99-85e2-4b59-a9a2-ed7d589084b6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a07d99-85e2-4b59-a9a2-ed7d589084b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:34,388 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:34,388 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ebd84b-1ea2-4bd3-8016-dc3342bf6ecb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ebd84b-1ea2-4bd3-8016-dc3342bf6ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:35,442 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:35,443 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3f587d-083d-4b83-a31d-ed4960bb2e20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3f587d-083d-4b83-a31d-ed4960bb2e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:36,503 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.056s 2021-08-10 15:39:36,503 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d6f7561-9cef-40cf-989b-1381ed7fe2bb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d6f7561-9cef-40cf-989b-1381ed7fe2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:37,554 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.047s 2021-08-10 15:39:37,554 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9167601-f7ce-4318-b556-cbe30331ebf4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9167601-f7ce-4318-b556-cbe30331ebf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:38,607 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:38,607 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d6b539-4477-4a9b-85a5-a0da1a8dc657', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d6b539-4477-4a9b-85a5-a0da1a8dc657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:39,661 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:39:39,662 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-769daa89-35b2-422a-9454-2ee4fb27d607', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-769daa89-35b2-422a-9454-2ee4fb27d607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:40,717 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:39:40,718 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a25557-077d-450e-8277-a9c5a671017e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a25557-077d-450e-8277-a9c5a671017e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:41,779 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.058s 2021-08-10 15:39:41,780 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f346902a-94e0-4d4d-a429-414f523d41d1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f346902a-94e0-4d4d-a429-414f523d41d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:42,833 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:42,834 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dde1b9d-a493-48a1-9fb3-3a69edd74e7c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dde1b9d-a493-48a1-9fb3-3a69edd74e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:43,886 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:43,887 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a0dafe-67ad-4f6a-9787-870049fb9d40', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a0dafe-67ad-4f6a-9787-870049fb9d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:44,940 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:44,941 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-859bc980-29e6-4a65-8db8-9871a2bb5266', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859bc980-29e6-4a65-8db8-9871a2bb5266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:45,994 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:39:45,994 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0255bae9-8a7f-4cda-ab58-299c54eab447', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0255bae9-8a7f-4cda-ab58-299c54eab447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:47,048 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:39:47,048 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc8e604-b4e6-41d2-98cb-4c73abf5e7a5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc8e604-b4e6-41d2-98cb-4c73abf5e7a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:48,073 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:39:48,073 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81efe08-cd1b-4350-8466-e0614236954e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81efe08-cd1b-4350-8466-e0614236954e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:49,097 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:49,098 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3303490-3d65-46f5-baf7-5debf12003e8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3303490-3d65-46f5-baf7-5debf12003e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:50,121 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:50,121 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e29092-d220-45ce-af94-430a235d63e9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e29092-d220-45ce-af94-430a235d63e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:51,145 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:51,145 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f1442f-d2d6-4dfa-8da1-4cc211a0802d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f1442f-d2d6-4dfa-8da1-4cc211a0802d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:52,169 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:52,169 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ddd7040-96e0-4752-8ef5-577edf6f08c2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ddd7040-96e0-4752-8ef5-577edf6f08c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:53,192 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:53,193 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adc02250-5a1b-436f-9df8-db6241d0f825', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adc02250-5a1b-436f-9df8-db6241d0f825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:54,216 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:54,216 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c754054-2867-4afd-bf4f-f6e34ab51d13', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c754054-2867-4afd-bf4f-f6e34ab51d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:55,240 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:55,240 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2feb9527-0bd3-4113-918e-275bf9e1d5c0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2feb9527-0bd3-4113-918e-275bf9e1d5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:56,265 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:56,265 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edae22a7-7a0b-4bd5-b1d4-0abacfd6e627', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edae22a7-7a0b-4bd5-b1d4-0abacfd6e627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:57,289 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:57,289 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ac91f3-e086-44f9-abb9-8fed8284304f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ac91f3-e086-44f9-abb9-8fed8284304f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:58,313 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:58,313 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9adc0eb5-9e84-4904-8548-ae7d9d5fde20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9adc0eb5-9e84-4904-8548-ae7d9d5fde20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:39:59,337 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:39:59,338 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1497d106-3bee-48d0-a7ff-8c1ac2948cec', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1497d106-3bee-48d0-a7ff-8c1ac2948cec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:00,364 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:00,364 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea9f95e-db9c-4bdd-825b-f95edd9c8e91', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea9f95e-db9c-4bdd-825b-f95edd9c8e91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:01,389 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:01,389 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266ac561-4e16-4022-8271-2d7767e9bd11', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266ac561-4e16-4022-8271-2d7767e9bd11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:02,413 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:02,414 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0778461b-1da1-47e3-abf3-90c4242dfc19', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0778461b-1da1-47e3-abf3-90c4242dfc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:03,438 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:03,438 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8017c60-8abc-4cdc-bb77-b85598d80dc2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8017c60-8abc-4cdc-bb77-b85598d80dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:04,462 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:04,462 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc7f7e9-7a72-4b52-8c00-5e74748b7bdd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc7f7e9-7a72-4b52-8c00-5e74748b7bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:05,487 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:40:05,488 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5375f8b-5f94-4af7-a343-dc4c47586c7f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5375f8b-5f94-4af7-a343-dc4c47586c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:06,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.023s 2021-08-10 15:40:06,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25eb06d3-1518-4d07-b7c1-d7aa4ebebcb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25eb06d3-1518-4d07-b7c1-d7aa4ebebcb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:07,539 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:07,539 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d057f2-a659-454b-b484-3336a4790c60', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d057f2-a659-454b-b484-3336a4790c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:08,563 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:08,563 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b29e39-f0d1-4062-8120-19f13e11ddb9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b29e39-f0d1-4062-8120-19f13e11ddb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:09,588 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:40:09,588 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e2a3cbd-fec3-443b-b86e-d9e35d79e6fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e2a3cbd-fec3-443b-b86e-d9e35d79e6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:10,612 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:10,612 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d48b2d1b-e984-4c4a-b7d4-49e316ecf637', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d48b2d1b-e984-4c4a-b7d4-49e316ecf637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:11,636 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:11,637 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd98843-4fbb-43fc-9840-d09e3d72a4ea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd98843-4fbb-43fc-9840-d09e3d72a4ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:12,660 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:12,661 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21df2dd0-cdc1-4552-862a-373633f2d6e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21df2dd0-cdc1-4552-862a-373633f2d6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:13,685 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:40:13,686 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-093cc501-e689-43c1-b953-dcbafd086355', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-093cc501-e689-43c1-b953-dcbafd086355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:14,709 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:14,709 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af50da05-80a6-4c8b-9adc-858912b1e105', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af50da05-80a6-4c8b-9adc-858912b1e105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:15,733 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:15,734 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096f1b0b-0a5a-480b-9142-140a35176f33', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096f1b0b-0a5a-480b-9142-140a35176f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:16,759 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.021s 2021-08-10 15:40:16,759 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70bf016a-a255-4223-b3bb-efad4e22537c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70bf016a-a255-4223-b3bb-efad4e22537c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:17,783 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.020s 2021-08-10 15:40:17,783 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56773db5-deb5-4a0f-a665-73e5cedd992b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56773db5-deb5-4a0f-a665-73e5cedd992b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:18,806 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:40:18,806 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1c6d71-a866-443e-bb32-a9eb78014073', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1c6d71-a866-443e-bb32-a9eb78014073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:19,829 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.019s 2021-08-10 15:40:19,829 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03401a15-fd85-4715-9cb8-082ef2763cc4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03401a15-fd85-4715-9cb8-082ef2763cc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:20,855 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.022s 2021-08-10 15:40:20,855 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9792158-e4bf-44de-912e-f56ccd3c1dcf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9792158-e4bf-44de-912e-f56ccd3c1dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:21,877 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.018s 2021-08-10 15:40:21,877 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44fbb3bc-9127-4c5d-8fe2-35c0f2188ee6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44fbb3bc-9127-4c5d-8fe2-35c0f2188ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:22,915 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.034s 2021-08-10 15:40:22,916 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637f281e-e75e-4f34-9eb3-79487a6a8845', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637f281e-e75e-4f34-9eb3-79487a6a8845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:23,970 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:23,971 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e421c1b-6c61-468e-8b44-33b99402bc88', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e421c1b-6c61-468e-8b44-33b99402bc88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:25,023 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:40:25,024 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f19008-8e20-4dbb-a1a4-c92ef0ae5f0b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f19008-8e20-4dbb-a1a4-c92ef0ae5f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:26,076 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:40:26,077 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc75e56c-4869-4fda-84ec-d6d28b11d937', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc75e56c-4869-4fda-84ec-d6d28b11d937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:27,132 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:27,132 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34650dbb-7612-487b-9b77-b4e3f8e74d1d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34650dbb-7612-487b-9b77-b4e3f8e74d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:28,190 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:40:28,190 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b9d55b-f8d0-4064-b1ef-4b9f7ea76557', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b9d55b-f8d0-4064-b1ef-4b9f7ea76557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:29,245 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:29,246 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-015e5283-7ad5-4454-b70a-f67b1201b6ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-015e5283-7ad5-4454-b70a-f67b1201b6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:30,300 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:30,301 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42659439-68cc-4a65-b5a7-80b87e76f3de', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42659439-68cc-4a65-b5a7-80b87e76f3de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:31,363 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.058s 2021-08-10 15:40:31,363 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7904304-9954-4884-a3ce-4d7e12fd2dc7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7904304-9954-4884-a3ce-4d7e12fd2dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:32,417 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:32,418 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86369b53-f411-446c-adfa-56aa32d41de4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86369b53-f411-446c-adfa-56aa32d41de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:33,475 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:40:33,476 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87138cc7-f10a-41e4-8710-586e9917403a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87138cc7-f10a-41e4-8710-586e9917403a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:34,533 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:40:34,533 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1238babf-155d-484e-8f5c-88f6ba92bc09', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1238babf-155d-484e-8f5c-88f6ba92bc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:35,588 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:35,589 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09037414-fb08-4436-971d-4ce6334e5f2b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09037414-fb08-4436-971d-4ce6334e5f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:36,644 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:36,644 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6eac75c-b411-414e-89c3-e0c1f2450aa6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6eac75c-b411-414e-89c3-e0c1f2450aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:37,697 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:40:37,697 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a7d0ba-d410-4d8a-a3e3-d9fd72d33431', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a7d0ba-d410-4d8a-a3e3-d9fd72d33431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:38,751 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:38,751 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7956c1-c6f8-401f-952e-6de3bcbabeea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7956c1-c6f8-401f-952e-6de3bcbabeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:39,805 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:39,806 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dabe0c4-938c-4ea1-b81b-25d8e7229743', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dabe0c4-938c-4ea1-b81b-25d8e7229743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:40,859 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:40,860 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd74419-b329-4b5e-9d94-bea41bbb32a9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd74419-b329-4b5e-9d94-bea41bbb32a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:41,913 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:41,914 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9485afe-5997-49a4-9c5b-73241a4347c1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9485afe-5997-49a4-9c5b-73241a4347c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:42,968 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:42,968 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8dcf7c0-38bd-4acc-a606-ee53851efbb4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8dcf7c0-38bd-4acc-a606-ee53851efbb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:44,022 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:44,022 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8858719-5730-41d2-848f-47861616f8a8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8858719-5730-41d2-848f-47861616f8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:45,077 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.051s 2021-08-10 15:40:45,078 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0d90fd-a877-4d02-a606-e804b9b8d001', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0d90fd-a877-4d02-a606-e804b9b8d001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:46,130 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:40:46,130 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788a6932-da44-44aa-b4d7-fde6eeac0b76', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788a6932-da44-44aa-b4d7-fde6eeac0b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:47,189 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.054s 2021-08-10 15:40:47,190 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59cd1d00-8cc0-4e62-9067-19abf3b3e9ed', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59cd1d00-8cc0-4e62-9067-19abf3b3e9ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:48,243 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.049s 2021-08-10 15:40:48,243 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c005b674-817b-4e56-84f8-1a59431e2d73', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c005b674-817b-4e56-84f8-1a59431e2d73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:49,297 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:49,297 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e410de-ebec-4904-abfc-5b91763dc3d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e410de-ebec-4904-abfc-5b91763dc3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:50,351 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:50,351 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6b184f-f819-4051-8392-8489c430890a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6b184f-f819-4051-8392-8489c430890a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:51,407 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:40:51,408 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6606926-c30f-4d13-a58a-9631d1543c6e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6606926-c30f-4d13-a58a-9631d1543c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:52,465 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:40:52,465 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e02b3df-e84a-4c2e-a484-7f25595bdc6e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e02b3df-e84a-4c2e-a484-7f25595bdc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:53,516 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:40:53,517 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434cbb13-8377-4b6a-b468-f3113e9b9f9f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434cbb13-8377-4b6a-b468-f3113e9b9f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:54,571 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:54,571 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25d41f3-45d2-4e7b-b808-b85b66b1eded', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25d41f3-45d2-4e7b-b808-b85b66b1eded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:55,625 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.050s 2021-08-10 15:40:55,626 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71c51a9-3ae1-4b39-8489-76d1a5227c27', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71c51a9-3ae1-4b39-8489-76d1a5227c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:56,684 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.055s 2021-08-10 15:40:56,684 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f881ef6f-f6b3-4735-89bf-9979c4a14b20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f881ef6f-f6b3-4735-89bf-9979c4a14b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:57,737 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.048s 2021-08-10 15:40:57,737 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9353af77-da98-47c9-b947-43ec416dbc07', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9353af77-da98-47c9-b947-43ec416dbc07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:58,793 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.052s 2021-08-10 15:40:58,793 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae291adb-bed8-4d28-9010-2c1ad2159ef5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae291adb-bed8-4d28-9010-2c1ad2159ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:40:59,850 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d 0.053s 2021-08-10 15:40:59,850 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c351972-b803-4eab-84f7-063a41f7b715', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c351972-b803-4eab-84f7-063a41f7b715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/453fab92-08e5-40bd-93a9-9cac53738f4d'} Body: b'{"snapshot": {"id": "453fab92-08e5-40bd-93a9-9cac53738f4d", "created_at": "2021-08-10T15:34:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1221883443", "description": null, "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:41:00,012 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f/os-volume_attachments/d6135482-4823-40ea-82be-7497a3e2f536 0.157s 2021-08-10 15:41:00,012 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:40:59 GMT', 'server': 'Apache/2.4.41 (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-30948109-5361-415a-8d0d-5f0b1033b29a', 'x-compute-request-id': 'req-30948109-5361-415a-8d0d-5f0b1033b29a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f/os-volume_attachments/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'' 2021-08-10 15:41:00,065 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.052s 2021-08-10 15:41:00,065 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-973d74b9-9ac1-4979-a389-863eaa24c079', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-973d74b9-9ac1-4979-a389-863eaa24c079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:01,139 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.066s 2021-08-10 15:41:01,139 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e40d2e-e6da-4b43-8095-91a1b5ab95da', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e40d2e-e6da-4b43-8095-91a1b5ab95da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:02,196 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:41:02,196 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b79eb8d-655b-411b-93d3-cb8fa85498b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b79eb8d-655b-411b-93d3-cb8fa85498b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:03,262 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.058s 2021-08-10 15:41:03,262 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4288809-5f1b-49e5-aa6b-2ec1d1328b0e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4288809-5f1b-49e5-aa6b-2ec1d1328b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:04,316 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:04,317 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d605bc87-9b8d-456a-9991-35e8f02ea62e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d605bc87-9b8d-456a-9991-35e8f02ea62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:05,376 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.052s 2021-08-10 15:41:05,377 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc71b0e9-5a47-47e4-838c-44d05a2f0a3f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc71b0e9-5a47-47e4-838c-44d05a2f0a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:06,433 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:41:06,433 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402c7a67-f878-4369-b403-3e5f10ae0130', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402c7a67-f878-4369-b403-3e5f10ae0130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:07,506 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.065s 2021-08-10 15:41:07,506 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e3b1528-2929-42b1-8e22-f865cc565380', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e3b1528-2929-42b1-8e22-f865cc565380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:08,581 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.067s 2021-08-10 15:41:08,581 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f20654-e8b4-4f00-924a-e788edfa714b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f20654-e8b4-4f00-924a-e788edfa714b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:09,639 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:41:09,639 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd7a4cc-a909-4603-b4b3-7d578f5ca46b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd7a4cc-a909-4603-b4b3-7d578f5ca46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:10,694 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:10,694 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba80084-329d-4795-bdfe-0e0db7194e2f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba80084-329d-4795-bdfe-0e0db7194e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:11,749 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:11,749 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce58d5f1-5574-4e7d-a8e8-1bba1aea2573', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce58d5f1-5574-4e7d-a8e8-1bba1aea2573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:12,804 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:12,805 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebfd751e-433a-47cb-856b-dbf98ee71a6f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebfd751e-433a-47cb-856b-dbf98ee71a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:13,868 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.055s 2021-08-10 15:41:13,868 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c05996-f540-4a9c-99af-bc70f3048281', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c05996-f540-4a9c-99af-bc70f3048281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:14,922 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:14,923 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ef6fc8-d29b-4e35-b1fb-f92a43de2460', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ef6fc8-d29b-4e35-b1fb-f92a43de2460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:15,978 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:15,978 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85188779-1964-440d-8bd6-1fb0bbd45e98', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85188779-1964-440d-8bd6-1fb0bbd45e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:17,037 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:41:17,037 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843e17a4-fd11-48ca-900d-b0083f0c48b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843e17a4-fd11-48ca-900d-b0083f0c48b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:18,105 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.060s 2021-08-10 15:41:18,105 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33cf286-54e2-44ee-8255-0bec04803128', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33cf286-54e2-44ee-8255-0bec04803128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:19,161 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:41:19,161 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a350157-cc35-43e6-89bc-42e72082dc71', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a350157-cc35-43e6-89bc-42e72082dc71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:20,217 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:20,217 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f30b7c6-b109-4b22-be7b-7eba306a927f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f30b7c6-b109-4b22-be7b-7eba306a927f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:21,272 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:21,272 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b7e82c-e475-4c10-987d-deeb5c676c73', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b7e82c-e475-4c10-987d-deeb5c676c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:22,327 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:22,327 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f5ff7d-4700-4d15-ab53-169fa8f34bde', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f5ff7d-4700-4d15-ab53-169fa8f34bde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:23,381 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:23,382 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ceecf9-3af2-4343-9410-71147cb39fbf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ceecf9-3af2-4343-9410-71147cb39fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:24,438 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:41:24,439 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ccea28c-e6c1-484a-9eb2-09225718bed2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ccea28c-e6c1-484a-9eb2-09225718bed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:25,494 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:25,494 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0289e2fe-9e62-445c-ac68-3f12cdffb14f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0289e2fe-9e62-445c-ac68-3f12cdffb14f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:26,549 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:26,549 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f7f4ae-7056-4602-a434-679803976df7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f7f4ae-7056-4602-a434-679803976df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:27,604 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:27,604 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1239d91-e492-460f-ab1b-edd8f2874763', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1239d91-e492-460f-ab1b-edd8f2874763', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:28,660 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:28,660 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe94b74-e4a0-4767-9601-00ebb8b7bc92', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe94b74-e4a0-4767-9601-00ebb8b7bc92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:29,719 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:41:29,720 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e7e5ca6-9036-430c-8cf7-77e623e78e83', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e7e5ca6-9036-430c-8cf7-77e623e78e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:30,774 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:30,775 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b7c736-3cbf-4288-ab3d-0529cd2e5a7e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5b7c736-3cbf-4288-ab3d-0529cd2e5a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:31,829 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:31,829 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0863d87e-c2f4-45c3-b683-7b744beebb80', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0863d87e-c2f4-45c3-b683-7b744beebb80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:32,885 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:32,885 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bba1a4d-d5d3-406c-a82f-41897aaabfc3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bba1a4d-d5d3-406c-a82f-41897aaabfc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:33,940 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:33,941 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c0e430-316b-4b50-aaac-5b709c0e222c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c0e430-316b-4b50-aaac-5b709c0e222c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:34,995 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:34,995 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9bd639-9a1f-49ed-907b-9452c00df50c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9bd639-9a1f-49ed-907b-9452c00df50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:36,050 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:36,051 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b41750-3eb5-4e1e-a9c4-005735f90f11', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b41750-3eb5-4e1e-a9c4-005735f90f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:37,105 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:37,105 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a900f6-e5a3-4b81-859e-ac3c7080e37e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a900f6-e5a3-4b81-859e-ac3c7080e37e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:38,159 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:38,160 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ceb1ed3-b3be-45fd-a95b-bea0f721a42c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ceb1ed3-b3be-45fd-a95b-bea0f721a42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:39,215 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:39,216 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef7dfc8-f099-47ff-b90e-dea0f39b2ceb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef7dfc8-f099-47ff-b90e-dea0f39b2ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:40,271 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:40,271 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819b4213-84af-4267-bbe8-1d575f214c92', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819b4213-84af-4267-bbe8-1d575f214c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:41,326 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:41,326 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-701c9341-0dd6-43b8-ae61-ea7f5c4679b8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-701c9341-0dd6-43b8-ae61-ea7f5c4679b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:42,384 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:41:42,384 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c7b8ad-f13b-4cdb-beb3-71961d2c020e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c7b8ad-f13b-4cdb-beb3-71961d2c020e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:43,439 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:43,440 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18775aa7-76f7-4f58-9b64-e49c2d83beea', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18775aa7-76f7-4f58-9b64-e49c2d83beea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:44,495 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:44,496 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ad1a14-dbb5-4375-915e-145c9ca1670f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ad1a14-dbb5-4375-915e-145c9ca1670f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:45,552 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:41:45,552 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f82cc1a-d313-48e7-a91d-ecbc10101c1f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f82cc1a-d313-48e7-a91d-ecbc10101c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:46,606 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:46,606 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d734df1-bf63-4855-83cd-2ff7be823ac3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d734df1-bf63-4855-83cd-2ff7be823ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:47,661 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:47,661 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a0ca66e-67ce-481b-a9a9-821a421d735b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a0ca66e-67ce-481b-a9a9-821a421d735b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:48,715 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:48,716 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31b7a59-645b-4f93-b30d-98faf61f27da', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31b7a59-645b-4f93-b30d-98faf61f27da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:49,778 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.054s 2021-08-10 15:41:49,778 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee9bbf9-4b11-4c14-ae59-0e3a54b17e54', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee9bbf9-4b11-4c14-ae59-0e3a54b17e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:50,834 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:41:50,834 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d671c828-800a-4213-94a3-d3606e5e9a6a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d671c828-800a-4213-94a3-d3606e5e9a6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:51,889 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:51,890 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-645082fc-e3b0-4944-af0c-3d59a4340313', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-645082fc-e3b0-4944-af0c-3d59a4340313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:52,944 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:52,944 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabadc03-e77c-4bbc-bdfc-d7316c8acf15', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabadc03-e77c-4bbc-bdfc-d7316c8acf15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:53,998 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:53,998 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac2dae4-0c50-4de6-8489-92c6d26ad86f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac2dae4-0c50-4de6-8489-92c6d26ad86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:55,052 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:55,053 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41eb77dd-69c4-4456-9325-cf1cfea27af0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41eb77dd-69c4-4456-9325-cf1cfea27af0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:56,109 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:41:56,110 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44239710-3547-49bc-b4bc-6cde57a16311', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44239710-3547-49bc-b4bc-6cde57a16311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:57,165 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:57,165 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5099803b-dc06-4a01-8668-382c5aaa7a38', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5099803b-dc06-4a01-8668-382c5aaa7a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:58,220 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:41:58,220 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c83dc4e-1360-4fc0-9309-3d4015594f52', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c83dc4e-1360-4fc0-9309-3d4015594f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:41:59,274 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:41:59,274 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2d6fdb8-e7ed-4d09-abd6-5c515347f70d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2d6fdb8-e7ed-4d09-abd6-5c515347f70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:00,329 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:00,329 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e728da8c-7e6a-4345-9685-d3f38f65238d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e728da8c-7e6a-4345-9685-d3f38f65238d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:01,384 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:01,385 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2638ac8c-8ce6-474e-b68e-810d9de8deac', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2638ac8c-8ce6-474e-b68e-810d9de8deac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:02,440 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:02,440 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f31e166a-a3d7-42b4-968f-d4205f4dc6b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f31e166a-a3d7-42b4-968f-d4205f4dc6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:03,496 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:03,497 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c062d901-dd97-4561-911a-1e977d5c0142', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c062d901-dd97-4561-911a-1e977d5c0142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:04,552 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:04,552 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0661e74-e42b-4541-8abc-8fc1c612459d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0661e74-e42b-4541-8abc-8fc1c612459d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:05,608 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:05,609 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-114c9165-c6cc-4a58-a567-290f822b744c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-114c9165-c6cc-4a58-a567-290f822b744c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:06,662 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:06,663 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3cae2c-beec-4df1-b0aa-e7646fd5bf2e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3cae2c-beec-4df1-b0aa-e7646fd5bf2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:07,718 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:07,718 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6c37369-1eaf-4921-bce3-de00d6ef8e44', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6c37369-1eaf-4921-bce3-de00d6ef8e44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:08,773 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:08,773 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa26640-9e4b-4ebf-9c2b-38343d132fca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa26640-9e4b-4ebf-9c2b-38343d132fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:09,829 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:09,830 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4820610-61df-441b-85b4-fefcee4096ee', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4820610-61df-441b-85b4-fefcee4096ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:10,885 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:10,885 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec618a7-8ddb-4bcd-99ed-e105f7ce941d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec618a7-8ddb-4bcd-99ed-e105f7ce941d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:11,940 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:11,941 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c22f21-a70a-4cf6-a3d2-fa4b40891275', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5c22f21-a70a-4cf6-a3d2-fa4b40891275', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:13,002 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:42:13,002 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46dbaaac-0627-41fc-866b-c815effc5a94', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46dbaaac-0627-41fc-866b-c815effc5a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:14,058 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:14,058 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d95cbf-f039-4359-968b-bb88096f78cc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d95cbf-f039-4359-968b-bb88096f78cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:15,236 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.170s 2021-08-10 15:42:15,237 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b8bd822-3ff4-4700-994b-9d8717b8a677', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b8bd822-3ff4-4700-994b-9d8717b8a677', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:16,291 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:16,292 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005e10dd-72c4-44ee-980e-1b9f6e1465dd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005e10dd-72c4-44ee-980e-1b9f6e1465dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:17,347 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:17,347 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186245e7-7abc-4a71-930c-86e735c00cfc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186245e7-7abc-4a71-930c-86e735c00cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:18,401 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:18,401 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f81744e-f375-4de6-afab-dc807b52ee4f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f81744e-f375-4de6-afab-dc807b52ee4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:19,459 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:42:19,459 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a3d234-07f8-4158-b221-01ae976d44bc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a3d234-07f8-4158-b221-01ae976d44bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:20,514 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:20,514 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578da6ae-2a19-4894-a9b7-f961afb04e8f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578da6ae-2a19-4894-a9b7-f961afb04e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:21,569 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:21,570 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d815735-f0e4-4aa3-847b-38e7262d90af', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d815735-f0e4-4aa3-847b-38e7262d90af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:22,628 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:42:22,628 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bd6f48-e7bc-4882-8c88-e64912df76b4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bd6f48-e7bc-4882-8c88-e64912df76b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:23,684 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:23,685 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee86691d-e1f9-4715-a22c-4c2264ee767c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee86691d-e1f9-4715-a22c-4c2264ee767c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:24,739 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:24,740 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d01a9c23-fc24-489c-b98c-de5848e6b16d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d01a9c23-fc24-489c-b98c-de5848e6b16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:25,796 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:25,796 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c926513d-e8c8-49d0-a98a-cdc77cd89557', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c926513d-e8c8-49d0-a98a-cdc77cd89557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:26,852 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:26,852 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674535af-4f2b-41bf-860a-a2545bd2840b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674535af-4f2b-41bf-860a-a2545bd2840b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:27,907 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:27,907 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe1a6f9-a0f8-47b6-9654-a4010f87ac1f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe1a6f9-a0f8-47b6-9654-a4010f87ac1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:28,961 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:28,962 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cfa9b89-2995-4033-9b0a-286edc29b5d6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cfa9b89-2995-4033-9b0a-286edc29b5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:30,018 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:30,018 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bce8108-03ec-446a-b6db-baf750b5e1a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bce8108-03ec-446a-b6db-baf750b5e1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:31,081 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.055s 2021-08-10 15:42:31,082 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d62e801-a113-4771-805f-79fdc057f8ef', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d62e801-a113-4771-805f-79fdc057f8ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:32,138 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:32,138 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2bbc38b-0da5-4a80-a7bf-61040b8c6ebc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2bbc38b-0da5-4a80-a7bf-61040b8c6ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:33,192 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:33,193 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46605fa0-e3f6-45c5-82e3-bbe2624b6242', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46605fa0-e3f6-45c5-82e3-bbe2624b6242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:34,248 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:34,248 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e00ee8e-ba9a-4c08-878b-cd4c8427f888', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e00ee8e-ba9a-4c08-878b-cd4c8427f888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:35,303 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:35,303 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebba0b9c-2da1-4e87-aa8f-ffa202af03ad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebba0b9c-2da1-4e87-aa8f-ffa202af03ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:36,357 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:36,358 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb28a4a-502d-4f3e-8f5a-260d3da75b70', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb28a4a-502d-4f3e-8f5a-260d3da75b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:37,412 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:37,412 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1aa074-676a-4dde-a821-feaa9945e9c8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1aa074-676a-4dde-a821-feaa9945e9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:38,468 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:38,468 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293ee5bc-56df-45f6-a357-8d6eae9f881c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293ee5bc-56df-45f6-a357-8d6eae9f881c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:39,523 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:39,523 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b265efd5-c5df-412d-9025-233ad95ade7e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b265efd5-c5df-412d-9025-233ad95ade7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:40,579 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:40,580 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c156a5e2-94ad-42c9-866f-1007f517bdeb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c156a5e2-94ad-42c9-866f-1007f517bdeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:41,635 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:41,635 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c8d017-0d78-4fc1-948e-ae862dc0dd3e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c8d017-0d78-4fc1-948e-ae862dc0dd3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:42,691 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:42,691 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e038a519-80dc-4778-b0c3-87c85aa9aedc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e038a519-80dc-4778-b0c3-87c85aa9aedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:43,745 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:43,746 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3bec252-4366-442c-841a-2fb9112e6fc5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3bec252-4366-442c-841a-2fb9112e6fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:44,801 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:44,801 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cb1ccf-4c1f-4a3e-a326-68636b8fd656', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cb1ccf-4c1f-4a3e-a326-68636b8fd656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:45,855 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:45,856 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f433225-f8fd-4a90-a7eb-0e29a924e6b3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f433225-f8fd-4a90-a7eb-0e29a924e6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:46,909 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:46,910 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e23d41-9ec8-43b2-83d8-4695ccf3791d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e23d41-9ec8-43b2-83d8-4695ccf3791d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:47,963 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:42:47,964 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7867695-dcc5-43b8-9450-55ba155d0fda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7867695-dcc5-43b8-9450-55ba155d0fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:49,019 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:49,019 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f857845-45a7-4189-9902-9b106ded6494', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f857845-45a7-4189-9902-9b106ded6494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:50,084 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.056s 2021-08-10 15:42:50,084 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70a55f7c-e287-41e2-b7f0-a597b46d3094', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70a55f7c-e287-41e2-b7f0-a597b46d3094', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:51,139 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:51,139 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904b8f07-2039-428b-9657-020506dcba97', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904b8f07-2039-428b-9657-020506dcba97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:52,194 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:52,195 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587537a0-ef10-4bc9-8593-8b1f6f42a042', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587537a0-ef10-4bc9-8593-8b1f6f42a042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:53,250 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:53,250 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f768c161-13af-4ab4-8d5a-027e4efa434e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f768c161-13af-4ab4-8d5a-027e4efa434e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:54,306 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:54,306 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c526677b-328a-49c1-b246-b8e4f9de9417', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c526677b-328a-49c1-b246-b8e4f9de9417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:55,363 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:55,363 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9306b56-eae0-496a-85ab-65f636be8068', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9306b56-eae0-496a-85ab-65f636be8068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:56,419 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:56,419 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee4edab-9879-4123-86ab-029a722c1f4f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee4edab-9879-4123-86ab-029a722c1f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:57,475 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:57,476 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad7b85d1-3d04-4917-946d-0868ea206b12', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad7b85d1-3d04-4917-946d-0868ea206b12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:58,531 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:42:58,532 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310795fc-2326-4428-995a-1382fd567e99', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310795fc-2326-4428-995a-1382fd567e99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:42:59,588 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:42:59,589 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea70c27-eb97-4666-9ffd-bd031a9bf783', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea70c27-eb97-4666-9ffd-bd031a9bf783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:00,643 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:00,643 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22b41f21-3bd6-4d70-a1a1-907ad315269a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22b41f21-3bd6-4d70-a1a1-907ad315269a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:01,705 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.053s 2021-08-10 15:43:01,706 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d5421b-74ba-440c-9c08-aadd2d0a208d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d5421b-74ba-440c-9c08-aadd2d0a208d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:02,760 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:02,760 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee3de93-6b24-4e60-877b-0dc26e2b5cea', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee3de93-6b24-4e60-877b-0dc26e2b5cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:03,815 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:03,815 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c01045f-bb04-42c0-94d7-e1cf5fec6ef0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c01045f-bb04-42c0-94d7-e1cf5fec6ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:04,871 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:04,871 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865ebba9-fdb1-4b0d-857c-167b0ec9b3a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865ebba9-fdb1-4b0d-857c-167b0ec9b3a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:05,925 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:05,926 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7bf3319-1e13-4742-a346-e0f0b39004d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bf3319-1e13-4742-a346-e0f0b39004d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:06,980 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:06,981 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8033a19d-b575-4527-96b3-1bd56138a7b7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8033a19d-b575-4527-96b3-1bd56138a7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:08,036 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:08,036 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2853640-af43-4780-9e30-34772d58b1cc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2853640-af43-4780-9e30-34772d58b1cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:09,092 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:09,092 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f8d5a3-0bb6-48b3-88e0-618ec269841e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f8d5a3-0bb6-48b3-88e0-618ec269841e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:10,150 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:10,150 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f21b8bf-136d-48d4-906e-20342146988e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f21b8bf-136d-48d4-906e-20342146988e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:11,205 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:11,205 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48ed9e53-2ffc-48bf-8b21-51f175473734', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48ed9e53-2ffc-48bf-8b21-51f175473734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:12,261 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:12,262 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb1afb0f-7854-45af-8263-c208ad806d12', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb1afb0f-7854-45af-8263-c208ad806d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:13,318 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:13,318 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f77d63d-f663-4cab-b681-e7cd029fc2b2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f77d63d-f663-4cab-b681-e7cd029fc2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:14,372 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:14,373 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c04e75a-879b-4a6f-8ffa-92da72d13b0b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c04e75a-879b-4a6f-8ffa-92da72d13b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:15,429 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:15,429 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86dc255-0d2a-4f34-898d-2f25e1497964', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86dc255-0d2a-4f34-898d-2f25e1497964', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:16,484 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:16,485 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5254872c-a382-4a6e-85c9-5f87fbc2ae1b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5254872c-a382-4a6e-85c9-5f87fbc2ae1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:17,542 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:17,543 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dcb7727-3c7e-4c65-a68e-0539f4977b59', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dcb7727-3c7e-4c65-a68e-0539f4977b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:18,600 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:18,600 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32ba4f2-1193-4ef4-90ee-d138f048f3fe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32ba4f2-1193-4ef4-90ee-d138f048f3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:19,655 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:19,655 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee51beb-ca29-4141-90ef-3300ca1b9c8e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee51beb-ca29-4141-90ef-3300ca1b9c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:20,711 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:20,711 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1491440c-602a-4ef9-b88a-4a859edc626d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1491440c-602a-4ef9-b88a-4a859edc626d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:21,766 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:21,766 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babd64d3-7d5d-407a-a77e-38274ab3c3cd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babd64d3-7d5d-407a-a77e-38274ab3c3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:22,826 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:43:22,826 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc98780b-3dc2-4128-b509-cbfe4e075088', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc98780b-3dc2-4128-b509-cbfe4e075088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:23,881 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:23,882 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53890c74-b118-4f3a-a64b-e7837d5cadbc', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53890c74-b118-4f3a-a64b-e7837d5cadbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:24,937 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:24,937 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c946aa2-4980-4a55-a716-9a73b5b3f457', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c946aa2-4980-4a55-a716-9a73b5b3f457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:25,991 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:25,991 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7daf825e-e265-4356-b9d0-08ad2b0d9f50', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7daf825e-e265-4356-b9d0-08ad2b0d9f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:27,046 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:27,047 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ba8ae4-d99a-466b-bb86-da1356df3c08', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ba8ae4-d99a-466b-bb86-da1356df3c08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:28,102 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:28,102 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb2f0ea7-3f7d-40e5-ae68-e7aeb2cd1a92', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb2f0ea7-3f7d-40e5-ae68-e7aeb2cd1a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:29,158 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:29,158 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87f8dba-91af-45f1-b8f7-6d4b85e4a255', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87f8dba-91af-45f1-b8f7-6d4b85e4a255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:30,216 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:30,216 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ec83f08-7d7f-40c7-a3c7-1266d02c1e6d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ec83f08-7d7f-40c7-a3c7-1266d02c1e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:31,272 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:31,273 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fe5a9d2-b228-4327-8ae2-f34042d1a742', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fe5a9d2-b228-4327-8ae2-f34042d1a742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:32,338 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.057s 2021-08-10 15:43:32,338 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ef5cac-7110-497a-86d8-a94f5ec5f338', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ef5cac-7110-497a-86d8-a94f5ec5f338', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:33,392 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:33,393 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-105220f4-b5d4-4bc6-9f52-77f5a0b4b154', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-105220f4-b5d4-4bc6-9f52-77f5a0b4b154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:34,453 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.052s 2021-08-10 15:43:34,453 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62926c86-0231-4c99-977c-4142b68f2b95', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62926c86-0231-4c99-977c-4142b68f2b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:35,510 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:35,510 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76877913-80a7-4b80-9b1b-171bee3d91cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76877913-80a7-4b80-9b1b-171bee3d91cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:36,567 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:36,567 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88964622-37a2-4812-9ca9-e1b34485139e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88964622-37a2-4812-9ca9-e1b34485139e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:37,624 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:37,624 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9fab0e0-67b7-46cb-b1f5-5e7d34632216', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fab0e0-67b7-46cb-b1f5-5e7d34632216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:38,679 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:38,679 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb06a65-7bcc-435d-a4dc-1f70de904ca5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb06a65-7bcc-435d-a4dc-1f70de904ca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:39,736 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:39,737 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee7ae2b-8742-44b1-8eb5-13ae1b7f3060', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee7ae2b-8742-44b1-8eb5-13ae1b7f3060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:40,792 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:40,792 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b2e47a-8453-40e6-9c78-4ff2480747d3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b2e47a-8453-40e6-9c78-4ff2480747d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:41,851 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:43:41,851 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ff0ae3-5fec-4320-b811-372d3f0b2603', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ff0ae3-5fec-4320-b811-372d3f0b2603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:42,906 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:42,906 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df41a285-cbcf-412d-b3b1-318d917be641', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df41a285-cbcf-412d-b3b1-318d917be641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:43,961 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:43,962 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd6dcc60-0a96-4c40-9459-186a084da84c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd6dcc60-0a96-4c40-9459-186a084da84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:45,016 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:45,017 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e50d5d-7a33-4bf0-b2b6-4d039ac7252b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e50d5d-7a33-4bf0-b2b6-4d039ac7252b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:46,071 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:46,072 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca1797ef-78ef-4767-a573-fe38b9401880', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca1797ef-78ef-4767-a573-fe38b9401880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:47,184 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.103s 2021-08-10 15:43:47,184 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c368714-ed71-4a6d-9b38-ef0625405704', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c368714-ed71-4a6d-9b38-ef0625405704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:48,239 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:48,239 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74687f33-4663-4d66-883c-43c4763df798', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74687f33-4663-4d66-883c-43c4763df798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:49,294 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:49,294 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2605de00-9740-44a8-8140-8b15252f3017', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2605de00-9740-44a8-8140-8b15252f3017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:50,349 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:50,349 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83105d4e-8512-446f-a546-7781faa440b4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83105d4e-8512-446f-a546-7781faa440b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:51,404 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:51,404 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feb7c4e4-313a-4e2f-b460-4bb23c4c0276', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feb7c4e4-313a-4e2f-b460-4bb23c4c0276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:52,460 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:43:52,460 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96eab3b-55bc-4ca5-a974-7745c4cf7b6f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96eab3b-55bc-4ca5-a974-7745c4cf7b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:53,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:53,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04823604-0ddc-4abd-b05e-5472ff12c644', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04823604-0ddc-4abd-b05e-5472ff12c644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:54,570 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:43:54,570 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2aa3576-c533-4d75-9b91-0e7640216499', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2aa3576-c533-4d75-9b91-0e7640216499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:55,625 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:55,626 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-550e33a3-e28d-453c-bdfe-25a0eb4e0b89', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550e33a3-e28d-453c-bdfe-25a0eb4e0b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:56,683 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:56,684 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c278fe49-463a-4318-8591-4232711fbc5d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c278fe49-463a-4318-8591-4232711fbc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:57,740 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:43:57,740 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1860f75-ebf9-4d14-89fc-932941918722', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1860f75-ebf9-4d14-89fc-932941918722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:58,796 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:43:58,796 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99b388c0-f43d-43c3-b7c7-e2438d14fd24', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99b388c0-f43d-43c3-b7c7-e2438d14fd24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:43:59,854 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:43:59,855 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3426cc0-5102-4540-acf4-9e325995dc93', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3426cc0-5102-4540-acf4-9e325995dc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:00,909 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:00,910 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e6f5ed-fb9d-4485-b450-8554477ba743', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e6f5ed-fb9d-4485-b450-8554477ba743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:01,962 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.045s 2021-08-10 15:44:01,963 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff89f4a-e695-4a78-baa4-ab4a2790b8f1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff89f4a-e695-4a78-baa4-ab4a2790b8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:03,019 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:03,019 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51dd1b3d-42c8-4caf-bc8f-200f0ec31e91', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51dd1b3d-42c8-4caf-bc8f-200f0ec31e91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:04,073 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:04,074 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a486265-6043-40cc-9e97-90aff2e857e5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a486265-6043-40cc-9e97-90aff2e857e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:05,128 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:05,128 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b434d66-ed30-423e-90fa-06f78f39326c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b434d66-ed30-423e-90fa-06f78f39326c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:06,182 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:06,182 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e177915-43bd-42d2-bb68-20baa31f8003', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e177915-43bd-42d2-bb68-20baa31f8003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:07,238 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:07,239 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be198570-4c7c-4a50-a422-7c244c63ff7b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be198570-4c7c-4a50-a422-7c244c63ff7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:08,294 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:08,294 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e626b5-d181-47bb-9622-5457e09414b1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e626b5-d181-47bb-9622-5457e09414b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:09,348 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:09,349 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619a95da-ef4c-4ded-9550-2937b0206435', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619a95da-ef4c-4ded-9550-2937b0206435', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:10,403 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:10,403 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c547523-374c-4367-aca8-1e3cb6862283', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c547523-374c-4367-aca8-1e3cb6862283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:11,457 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:11,457 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d5234b-463c-4c81-8b2e-1c1fbe35bff4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d5234b-463c-4c81-8b2e-1c1fbe35bff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:12,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:44:12,516 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f5b610-8de6-4e83-a780-49d20f7631f0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f5b610-8de6-4e83-a780-49d20f7631f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:13,571 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:44:13,572 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d29299d-18a2-46d1-8fa7-4d2e51e2c11e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d29299d-18a2-46d1-8fa7-4d2e51e2c11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:14,626 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:14,626 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4d7dec-efa6-47fb-9e36-5dfe5cef8013', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4d7dec-efa6-47fb-9e36-5dfe5cef8013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:15,683 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:44:15,684 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35756140-da0d-4e8c-b20f-b6adac7814f1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35756140-da0d-4e8c-b20f-b6adac7814f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:16,740 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:44:16,740 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb7cadf-2405-4bfa-9ecc-e1e27f92d5ca', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb7cadf-2405-4bfa-9ecc-e1e27f92d5ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:17,796 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:17,796 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db090c1-69f4-44a4-9e84-81584f8e3036', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db090c1-69f4-44a4-9e84-81584f8e3036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:18,851 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:18,851 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69d2cbc-c5a2-4420-b91f-1c9079fc39ed', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69d2cbc-c5a2-4420-b91f-1c9079fc39ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:19,906 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:19,907 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6da6ae9-9c1d-4851-bd5a-e4ce0aea82fa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6da6ae9-9c1d-4851-bd5a-e4ce0aea82fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:20,961 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:20,961 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb74ab63-075e-4a4f-8c1c-32f136c03796', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb74ab63-075e-4a4f-8c1c-32f136c03796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:22,015 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:22,015 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-060e76ca-addf-44b7-9e0d-c457a3471449', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-060e76ca-addf-44b7-9e0d-c457a3471449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:23,070 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:23,070 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-399dc07b-6e7b-4e9b-9866-3f95d98bbb4e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-399dc07b-6e7b-4e9b-9866-3f95d98bbb4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:24,124 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:24,125 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f30e148-7d1b-43cd-9953-09876e0d91e9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f30e148-7d1b-43cd-9953-09876e0d91e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:25,178 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:25,179 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e358865-c274-4742-8838-8bc7dd0fb71d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e358865-c274-4742-8838-8bc7dd0fb71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:26,234 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:26,235 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53ef42f8-f4a2-4dcf-9155-bdab88783ecf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53ef42f8-f4a2-4dcf-9155-bdab88783ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:27,289 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:27,289 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46fc394-3f74-421a-b7b2-2ee2144aebf7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46fc394-3f74-421a-b7b2-2ee2144aebf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:28,345 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:28,345 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abe6bf75-86bd-44d7-9820-d8c8860cdb9a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abe6bf75-86bd-44d7-9820-d8c8860cdb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:29,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:29,399 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c58532-10d8-4629-b15d-bfbb42530cdf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9c58532-10d8-4629-b15d-bfbb42530cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:30,454 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:30,455 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45858d41-49e2-41ee-817f-4933cce2119a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45858d41-49e2-41ee-817f-4933cce2119a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:31,509 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:31,510 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-737246cd-a80a-400f-9d1d-6fc88115a350', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-737246cd-a80a-400f-9d1d-6fc88115a350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:32,567 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:44:32,568 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75151e82-8257-4b9e-9d66-f5a5dff0874e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75151e82-8257-4b9e-9d66-f5a5dff0874e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:33,624 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:33,624 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57fbbb0d-eb05-422b-b9a4-8a36c9578712', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57fbbb0d-eb05-422b-b9a4-8a36c9578712', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:34,680 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:44:34,680 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962d6472-7471-4ed3-ba0a-84ac37e5ebce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962d6472-7471-4ed3-ba0a-84ac37e5ebce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:35,735 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:35,735 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4d976d7-edc7-4769-92c8-19fdcc18399b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4d976d7-edc7-4769-92c8-19fdcc18399b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:36,790 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:36,791 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81d42d32-a024-4c5b-b20b-812a43475c48', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81d42d32-a024-4c5b-b20b-812a43475c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:37,845 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:37,846 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d3df7a9-bff9-47fe-8116-ab47e4a268ab', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d3df7a9-bff9-47fe-8116-ab47e4a268ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:38,902 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:44:38,903 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccbb1823-5038-4ec2-af80-b247e70d830e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccbb1823-5038-4ec2-af80-b247e70d830e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:39,957 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:39,958 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17075134-a68a-4100-bf71-b849521bcddb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17075134-a68a-4100-bf71-b849521bcddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:41,012 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:41,013 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f0986c-91db-4ed3-93ef-1a64fbb43fa6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f0986c-91db-4ed3-93ef-1a64fbb43fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:42,066 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:42,066 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a695b7-a8a7-4937-b136-95f267a2aa69', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a695b7-a8a7-4937-b136-95f267a2aa69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:43,124 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:44:43,125 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d11d9ae3-11a8-4263-a394-dac86df717b0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d11d9ae3-11a8-4263-a394-dac86df717b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:44,180 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:44,180 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de09068-add4-46e9-84d1-ad35049e7abb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de09068-add4-46e9-84d1-ad35049e7abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:45,235 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:45,235 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc7d543-1bd8-4cc6-a540-28e4d70526d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc7d543-1bd8-4cc6-a540-28e4d70526d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:46,288 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.045s 2021-08-10 15:44:46,289 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2ea405-df9c-4f42-8bf6-aaee4313179b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2ea405-df9c-4f42-8bf6-aaee4313179b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:47,344 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:47,345 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5407c57f-7220-4aa7-8ac1-b877aa32f51e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5407c57f-7220-4aa7-8ac1-b877aa32f51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:48,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:48,399 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c9f5f2-ac68-4773-9139-ac2f1c8fb938', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c9f5f2-ac68-4773-9139-ac2f1c8fb938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:49,454 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:49,454 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96672d6-a122-4a80-b75f-e6d9dbaeb0af', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96672d6-a122-4a80-b75f-e6d9dbaeb0af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:50,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.053s 2021-08-10 15:44:50,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff43fcf-bd4e-4851-954c-0b445abc1643', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff43fcf-bd4e-4851-954c-0b445abc1643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:51,569 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:51,570 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502e4b62-5af1-433d-aebf-b90261914c1b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502e4b62-5af1-433d-aebf-b90261914c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:52,625 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:52,625 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c300a96-c4a4-4fbf-a774-f67957323a2a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c300a96-c4a4-4fbf-a774-f67957323a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:53,680 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:44:53,681 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc69820-4c99-4b07-b2dd-f42d6ef7fc8a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc69820-4c99-4b07-b2dd-f42d6ef7fc8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:54,736 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:54,736 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa95fdfd-6f0b-4901-b1a1-ae5bc29ad3f9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa95fdfd-6f0b-4901-b1a1-ae5bc29ad3f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:55,791 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:44:55,791 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bed7137-8d6b-4090-b275-13d420ce568c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bed7137-8d6b-4090-b275-13d420ce568c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:56,847 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:56,847 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc1bf1c-365d-418d-8fba-0d6e21a9f075', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc1bf1c-365d-418d-8fba-0d6e21a9f075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:57,902 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:57,902 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305b696e-c384-4f60-ac99-8c20f162aaa2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305b696e-c384-4f60-ac99-8c20f162aaa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:44:58,957 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:44:58,958 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-287fcd67-8c53-4f25-ae6a-14318e26ffd1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-287fcd67-8c53-4f25-ae6a-14318e26ffd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:00,012 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:00,012 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72af8bee-eae7-472e-af10-f79f5c16cc06', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72af8bee-eae7-472e-af10-f79f5c16cc06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:01,067 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:01,067 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c355c389-b845-44fc-bb63-d4d1d8273826', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c355c389-b845-44fc-bb63-d4d1d8273826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:02,121 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:02,122 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb8336c-6b6b-457a-a2c4-11fba55e560f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb8336c-6b6b-457a-a2c4-11fba55e560f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:03,176 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:03,176 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6990ad55-2e5e-4179-a31e-f53d751f69c8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6990ad55-2e5e-4179-a31e-f53d751f69c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:04,231 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:04,232 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17743502-32c9-40e6-b03d-ff9ba50e28cf', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17743502-32c9-40e6-b03d-ff9ba50e28cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:05,288 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:45:05,289 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-823cb48a-471c-4a65-9bfb-c4bde566efc9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-823cb48a-471c-4a65-9bfb-c4bde566efc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:06,344 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:06,344 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01874b3f-06e2-4bcb-a488-175b478ccd07', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01874b3f-06e2-4bcb-a488-175b478ccd07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:07,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:07,399 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d17f56-5004-46f4-b07f-c76fdc5e43d7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d17f56-5004-46f4-b07f-c76fdc5e43d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:08,454 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:08,454 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c03ddd2-1894-4770-a04c-034ed684e072', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c03ddd2-1894-4770-a04c-034ed684e072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:09,509 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:09,509 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e7e31b-cbff-4954-8d48-eab3a714bd26', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e7e31b-cbff-4954-8d48-eab3a714bd26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:10,564 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:10,565 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b279c8c-184e-4129-b431-e4209acd17d6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b279c8c-184e-4129-b431-e4209acd17d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:11,620 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:11,620 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e7d11a7-d98f-48d0-b458-ec467241cec6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e7d11a7-d98f-48d0-b458-ec467241cec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:12,675 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:12,676 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2c408f-28ac-42bf-8299-2e8359b6f630', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2c408f-28ac-42bf-8299-2e8359b6f630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:13,731 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:13,732 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecd363f9-f7bb-4832-90b2-166190331d1d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecd363f9-f7bb-4832-90b2-166190331d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:14,786 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:14,786 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180889b4-a6fb-4f59-bd72-0dfa9962bd71', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180889b4-a6fb-4f59-bd72-0dfa9962bd71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:15,841 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:15,842 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04097ef5-50e0-4adf-a578-0e36e8c09ea4', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04097ef5-50e0-4adf-a578-0e36e8c09ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:16,896 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:16,897 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a78bdd-3857-43b0-8d4f-4fa08ddadfbb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1a78bdd-3857-43b0-8d4f-4fa08ddadfbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:17,954 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:45:17,955 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-703fb804-1738-4c65-aeca-85a45de589f3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-703fb804-1738-4c65-aeca-85a45de589f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:19,009 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:19,010 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc3a47ef-ad9d-4a74-9860-2486a4619555', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc3a47ef-ad9d-4a74-9860-2486a4619555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:20,064 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:20,065 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9773af43-396d-4f46-83ed-27074177300c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9773af43-396d-4f46-83ed-27074177300c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:21,120 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:21,121 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-251bc856-81b8-48fd-ad7e-3da4bb58613b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-251bc856-81b8-48fd-ad7e-3da4bb58613b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:22,175 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:22,176 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633cbf1a-673c-4029-a355-1e92a6650e49', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633cbf1a-673c-4029-a355-1e92a6650e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:23,230 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:23,231 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd48f510-7a39-49a9-931e-52e71466b901', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd48f510-7a39-49a9-931e-52e71466b901', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:24,286 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:24,286 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-762f93c0-3c21-4050-8aa3-aa8aecb79db9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-762f93c0-3c21-4050-8aa3-aa8aecb79db9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:25,340 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:25,341 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617f899e-03c2-41a8-9963-804e61321f51', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617f899e-03c2-41a8-9963-804e61321f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:26,395 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:26,395 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f24ceb1-8aa7-40b4-9c07-81fdb5889add', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f24ceb1-8aa7-40b4-9c07-81fdb5889add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:27,450 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:27,450 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33cfa305-c586-43e3-b911-63934b7657f2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33cfa305-c586-43e3-b911-63934b7657f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:28,505 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:28,505 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ce1457-99e9-476f-8cd4-9c1ec2ba6812', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ce1457-99e9-476f-8cd4-9c1ec2ba6812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:29,560 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:29,560 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95730c4e-2da5-418b-93ba-31427f52b611', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95730c4e-2da5-418b-93ba-31427f52b611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:30,625 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.058s 2021-08-10 15:45:30,625 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf8d1ca-9c4f-45b7-9864-f5c3d250b409', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf8d1ca-9c4f-45b7-9864-f5c3d250b409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:31,680 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:31,680 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ce459c-ce1f-45bb-9c15-f6e35c8a067e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ce459c-ce1f-45bb-9c15-f6e35c8a067e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:32,740 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:45:32,740 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb617e6b-6aac-41ff-85dc-dd2168102331', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb617e6b-6aac-41ff-85dc-dd2168102331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:33,795 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:33,796 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2daa1b0-8377-48cc-bd21-381b7da5eca3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2daa1b0-8377-48cc-bd21-381b7da5eca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:34,852 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:45:34,852 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1bc0d61-603e-41bf-90e9-10ba96258cb3', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1bc0d61-603e-41bf-90e9-10ba96258cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:35,907 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:35,908 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9de812d-f484-4f64-aab8-f22bf63dd180', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9de812d-f484-4f64-aab8-f22bf63dd180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:36,962 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:36,963 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb58d992-3ec1-4b1c-a822-f6d14279501b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb58d992-3ec1-4b1c-a822-f6d14279501b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:38,017 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:38,018 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e2f1b0-622c-4acf-a1a6-f13b13f74bb5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e2f1b0-622c-4acf-a1a6-f13b13f74bb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:39,072 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:39,072 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32cf6fee-1709-4641-854b-82289889821d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32cf6fee-1709-4641-854b-82289889821d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:40,127 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:40,128 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65066f27-9ff9-499d-b4f6-2b79561457ad', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65066f27-9ff9-499d-b4f6-2b79561457ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:41,184 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:45:41,185 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1faf5faa-dd9f-4dcf-b6e3-de4868498c36', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1faf5faa-dd9f-4dcf-b6e3-de4868498c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:42,240 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:42,240 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27edf857-d33e-4e85-93f7-4ebd659b6b86', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27edf857-d33e-4e85-93f7-4ebd659b6b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:43,295 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:43,296 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8997b7-ddb8-4851-b4a0-df56a3ade49b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8997b7-ddb8-4851-b4a0-df56a3ade49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:44,350 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:44,350 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14dc026b-674f-40a5-be09-8f988ba1e5f7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14dc026b-674f-40a5-be09-8f988ba1e5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:45,406 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:45,406 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60aeb090-353a-46a5-b9ac-2fa85af42bf7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60aeb090-353a-46a5-b9ac-2fa85af42bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:46,459 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:46,460 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b6d7a8-475c-45ad-8515-4ff36854a414', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b6d7a8-475c-45ad-8515-4ff36854a414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:47,516 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:47,516 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33dbe938-a38c-4ef3-9338-a9d421412dd6', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33dbe938-a38c-4ef3-9338-a9d421412dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:48,571 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:48,572 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99a2eecc-5ca2-4575-88ef-7cb66d8505a0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99a2eecc-5ca2-4575-88ef-7cb66d8505a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:49,629 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:45:49,630 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-733e072a-39ab-466c-9062-070e9e672db2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-733e072a-39ab-466c-9062-070e9e672db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:50,686 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:45:50,687 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce325fb1-43a4-4ecf-8a34-0216a7979453', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce325fb1-43a4-4ecf-8a34-0216a7979453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:51,741 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:51,741 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-311c0a91-9cc4-416c-bbce-7e10d50b903e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-311c0a91-9cc4-416c-bbce-7e10d50b903e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:52,796 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:52,796 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05e41576-6271-421c-9202-5d0c0de20839', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05e41576-6271-421c-9202-5d0c0de20839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:53,851 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:53,852 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2694c582-2d53-4bb1-afe2-8388c5fa9181', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2694c582-2d53-4bb1-afe2-8388c5fa9181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:54,905 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:54,905 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f7a48fd-ef36-4ec1-9cdf-84828f479d88', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f7a48fd-ef36-4ec1-9cdf-84828f479d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:55,960 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:55,960 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-479e4468-bb54-45be-a465-4375273ac3d0', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-479e4468-bb54-45be-a465-4375273ac3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:57,014 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:45:57,015 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4287b4de-8698-48a9-a392-6b22db8b11d5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4287b4de-8698-48a9-a392-6b22db8b11d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:58,069 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:45:58,070 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-083e457c-e701-4cd5-a91a-58e173f84bbe', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-083e457c-e701-4cd5-a91a-58e173f84bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:45:59,126 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:45:59,127 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54aca8ec-037e-4721-ba64-b72479e1a88a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54aca8ec-037e-4721-ba64-b72479e1a88a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:00,182 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:00,182 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed28695e-9344-46ea-8283-7e4bf2b68c57', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed28695e-9344-46ea-8283-7e4bf2b68c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:01,243 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:01,244 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6cbd04-cf17-445f-976c-40dd2474955c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6cbd04-cf17-445f-976c-40dd2474955c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:02,299 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:02,299 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e344b14-2b37-44b8-be98-5a2ab5dc07eb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e344b14-2b37-44b8-be98-5a2ab5dc07eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:03,355 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:03,355 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11746f14-8dbe-40d9-a1a0-9ef82c68dd9d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11746f14-8dbe-40d9-a1a0-9ef82c68dd9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:04,411 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:04,411 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ce5432-81b7-4787-bbff-7912a3b4fd6e', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ce5432-81b7-4787-bbff-7912a3b4fd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:05,479 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.060s 2021-08-10 15:46:05,480 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3877ba-3b81-40c2-b417-4d0b96eaa88b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3877ba-3b81-40c2-b417-4d0b96eaa88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:06,537 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:06,537 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9275ca2-0dab-4485-8743-9f83f4607010', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9275ca2-0dab-4485-8743-9f83f4607010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:07,596 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:46:07,596 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07062be1-11a0-4cd3-afa5-fb9a7caacd15', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07062be1-11a0-4cd3-afa5-fb9a7caacd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:08,654 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:46:08,654 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2998471c-6b45-4f1b-9516-4a705fd293fa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2998471c-6b45-4f1b-9516-4a705fd293fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:09,710 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:09,711 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00429ea1-2517-4fac-8b17-5a53f2610dff', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00429ea1-2517-4fac-8b17-5a53f2610dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:10,766 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:10,767 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e72583-22ad-46e7-896c-6ae2cee254fd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e72583-22ad-46e7-896c-6ae2cee254fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:11,822 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:11,822 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8adba73-c398-4ab9-8858-b1c30e1844f9', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8adba73-c398-4ab9-8858-b1c30e1844f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:12,881 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:46:12,882 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966f5d83-ba14-45ca-994d-ad1f8ffdfbe1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966f5d83-ba14-45ca-994d-ad1f8ffdfbe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:13,938 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:46:13,938 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5216753c-618c-4bb2-a5a9-aa66f99bec10', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5216753c-618c-4bb2-a5a9-aa66f99bec10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:14,993 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:14,994 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5cbabf-6067-4095-8ddc-8734c22d9d31', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5cbabf-6067-4095-8ddc-8734c22d9d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:16,049 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:16,050 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76438973-f251-4bf0-9678-2e9ce66acd70', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76438973-f251-4bf0-9678-2e9ce66acd70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:17,103 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:46:17,104 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f76896b-d999-4e82-9221-ae204c23a5aa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f76896b-d999-4e82-9221-ae204c23a5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:18,172 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.060s 2021-08-10 15:46:18,172 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1ff4b3-2c15-41a4-a4ac-2ba7a0c082a5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1ff4b3-2c15-41a4-a4ac-2ba7a0c082a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:19,226 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:19,226 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49cb7752-0b32-4bdd-acbd-22353de52101', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49cb7752-0b32-4bdd-acbd-22353de52101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:20,283 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:20,284 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f9630da-2f5c-479c-ad44-1c7d790914a2', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f9630da-2f5c-479c-ad44-1c7d790914a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:21,339 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:21,340 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e21df5a-e03b-4059-908b-2e1519678479', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e21df5a-e03b-4059-908b-2e1519678479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:22,395 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:22,395 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545e128b-8e43-4267-b61f-a3d9531a3a6c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545e128b-8e43-4267-b61f-a3d9531a3a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:23,451 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:23,452 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed626592-02c0-4e21-8bfb-f7d13ff34d54', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed626592-02c0-4e21-8bfb-f7d13ff34d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:24,509 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:24,509 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-092736e2-7dde-442f-b383-b65bf988a89c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-092736e2-7dde-442f-b383-b65bf988a89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:25,564 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:25,564 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52da7fcc-5232-497c-9d3f-c3b8fb420441', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52da7fcc-5232-497c-9d3f-c3b8fb420441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:26,619 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:26,619 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-484480f6-a27a-4c6e-9a71-b8ec1103ce93', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-484480f6-a27a-4c6e-9a71-b8ec1103ce93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:27,674 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:27,675 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bfce99-bde3-4b12-8cf1-ff2640cb0053', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bfce99-bde3-4b12-8cf1-ff2640cb0053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:28,732 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:28,732 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45879c48-91ac-4921-bb70-4c779a04e592', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45879c48-91ac-4921-bb70-4c779a04e592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:29,787 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:29,787 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db26558-e80e-45f4-9578-53a3b9d8da63', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db26558-e80e-45f4-9578-53a3b9d8da63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:30,843 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:30,844 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbf3dde-6bc0-4232-b4e3-b55796739ed8', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbf3dde-6bc0-4232-b4e3-b55796739ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:31,899 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:31,899 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e128e897-995e-431b-a4e4-45d6c7b6f405', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e128e897-995e-431b-a4e4-45d6c7b6f405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:32,960 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.053s 2021-08-10 15:46:32,961 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db125d9a-f726-47cc-a07c-fb5074cb2bda', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db125d9a-f726-47cc-a07c-fb5074cb2bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:34,016 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:34,016 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39fabde5-09c8-417a-9e97-477d74b1b52d', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39fabde5-09c8-417a-9e97-477d74b1b52d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:35,075 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:46:35,075 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3929451-f0c5-45eb-8dc5-cd228d789a00', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3929451-f0c5-45eb-8dc5-cd228d789a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:36,133 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:36,133 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5fcd47-3eb8-4fe6-a879-21a5d95038f5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5fcd47-3eb8-4fe6-a879-21a5d95038f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:37,204 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.062s 2021-08-10 15:46:37,204 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b148b2-e1b1-4017-b6c8-7c725bedab83', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b148b2-e1b1-4017-b6c8-7c725bedab83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:38,261 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:38,262 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4506cb4-25f8-4ca4-a541-ac5135c09d7b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4506cb4-25f8-4ca4-a541-ac5135c09d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:39,320 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:39,320 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fdd7684-3a53-412b-8db1-eadf7f0d72ed', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fdd7684-3a53-412b-8db1-eadf7f0d72ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:40,377 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:40,377 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406f78d1-e62d-473c-99be-2be71d9bfd6f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406f78d1-e62d-473c-99be-2be71d9bfd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:41,432 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:41,432 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a51e2c7-c9d1-409a-9fc3-5884b23566fa', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a51e2c7-c9d1-409a-9fc3-5884b23566fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:42,490 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:42,490 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92c9e97e-151d-4bb9-abb6-1427a052dfdd', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92c9e97e-151d-4bb9-abb6-1427a052dfdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:43,546 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:43,547 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18598b75-3581-4e16-87f9-75fc048471ac', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18598b75-3581-4e16-87f9-75fc048471ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:44,603 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:44,603 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e993062c-5cd1-4675-a7aa-4a953d134736', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e993062c-5cd1-4675-a7aa-4a953d134736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:45,659 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:45,659 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c4d7fd7-7c87-4592-920d-766e6954197f', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c4d7fd7-7c87-4592-920d-766e6954197f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:46,716 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:46,717 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292d3f1a-266c-4ed4-9a3f-636b6715f456', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292d3f1a-266c-4ed4-9a3f-636b6715f456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:47,772 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:47,773 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b70f60ab-f5b6-473c-a4e8-cad982c00b75', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b70f60ab-f5b6-473c-a4e8-cad982c00b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:48,829 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.049s 2021-08-10 15:46:48,829 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344581cc-b1bf-40f5-aa5f-a15a2ecaf470', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344581cc-b1bf-40f5-aa5f-a15a2ecaf470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:49,890 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.053s 2021-08-10 15:46:49,891 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8a95a06-3910-499a-b6d1-732416c5769b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8a95a06-3910-499a-b6d1-732416c5769b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:50,947 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:50,947 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913bb4b3-3eeb-4b8f-8e57-8d0bc3bc71f1', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913bb4b3-3eeb-4b8f-8e57-8d0bc3bc71f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:52,005 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.050s 2021-08-10 15:46:52,005 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-571e01a0-115c-4675-9229-d77682980f7c', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-571e01a0-115c-4675-9229-d77682980f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:53,061 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:46:53,062 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31e19238-af66-4804-aadc-2fdfc8dfb4fb', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31e19238-af66-4804-aadc-2fdfc8dfb4fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:54,116 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:54,117 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9b8065-39fe-4c49-9ee1-4d9b47ad2564', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9b8065-39fe-4c49-9ee1-4d9b47ad2564', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:55,171 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.047s 2021-08-10 15:46:55,171 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-868e7cc4-419b-441f-a706-260e79e2800b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-868e7cc4-419b-441f-a706-260e79e2800b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:56,225 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.045s 2021-08-10 15:46:56,225 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7479d71-09e8-4a35-ae79-1e3e1b67a708', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7479d71-09e8-4a35-ae79-1e3e1b67a708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:57,284 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.051s 2021-08-10 15:46:57,285 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c49065-5438-4736-bf7f-a9c19f72b3ce', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c49065-5438-4736-bf7f-a9c19f72b3ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:58,355 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.063s 2021-08-10 15:46:58,356 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf867e6-023d-42b4-b7dc-aefa3030a014', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf867e6-023d-42b4-b7dc-aefa3030a014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:46:59,410 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.046s 2021-08-10 15:46:59,410 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5975ce7-6f87-45cb-82c6-8114a6a3211b', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5975ce7-6f87-45cb-82c6-8114a6a3211b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:47:00,465 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536 0.048s 2021-08-10 15:47:00,466 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00203931-dc51-4711-8a5f-f98339fff9d5', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00203931-dc51-4711-8a5f-f98339fff9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536'} Body: b'{"volume": {"id": "d6135482-4823-40ea-82be-7497a3e2f536", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2021-08-10T15:34:01.000000", "updated_at": "2021-08-10T15:41:00.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-940695610", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}, {"rel": "bookmark", "href": "http://10.222.0.21/volume/149094901a9e4a248c1a5ef9711c5d06/volumes/d6135482-4823-40ea-82be-7497a3e2f536"}], "user_id": "c085abe56f4e492996f037ea26729e1e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536", "attachment_id": "ea43f1ab-ffda-4b02-86ee-3a760858c4a4", "volume_id": "d6135482-4823-40ea-82be-7497a3e2f536", "server_id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "host_name": null, "device": "/dev/sdb", "attached_at": "2021-08-10T15:34:41.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "149094901a9e4a248c1a5ef9711c5d06"}}' 2021-08-10 15:47:00,606 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.133s 2021-08-10 15:47:00,607 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (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-abc2db40-9f2d-4cb8-8536-0f6891c46ae7', 'x-compute-request-id': 'req-abc2db40-9f2d-4cb8-8536-0f6891c46ae7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'' 2021-08-10 15:47:00,895 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.287s 2021-08-10 15:47:00,895 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13320eea-79e2-494d-b5dc-4752cccd9a10', 'x-compute-request-id': 'req-13320eea-79e2-494d-b5dc-4752cccd9a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {"tempest-VolumesSnapshotTestJSON-2022448572-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:25:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:02,034 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.131s 2021-08-10 15:47:02,034 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad5b1a10-f896-4def-99de-0e9f1898083e', 'x-compute-request-id': 'req-ad5b1a10-f896-4def-99de-0e9f1898083e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:03,126 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:03,126 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba444667-aa1d-4c07-92fd-8707e05a7ee7', 'x-compute-request-id': 'req-ba444667-aa1d-4c07-92fd-8707e05a7ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:04,222 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.087s 2021-08-10 15:47:04,222 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4191b552-046c-4240-b3ce-7728bd86ad2c', 'x-compute-request-id': 'req-4191b552-046c-4240-b3ce-7728bd86ad2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:05,312 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:05,312 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b2473d-1798-42fd-aaf8-cfe01c558536', 'x-compute-request-id': 'req-68b2473d-1798-42fd-aaf8-cfe01c558536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:06,402 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:06,402 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e234306b-3945-4a08-9cea-4134187630ac', 'x-compute-request-id': 'req-e234306b-3945-4a08-9cea-4134187630ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:07,493 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:07,493 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91f0d1fb-e6fb-4959-80fd-b0b3f4d5cecc', 'x-compute-request-id': 'req-91f0d1fb-e6fb-4959-80fd-b0b3f4d5cecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:08,584 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:08,585 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3074963d-8916-48b6-a65e-297044e82c26', 'x-compute-request-id': 'req-3074963d-8916-48b6-a65e-297044e82c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:09,677 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:47:09,677 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b154ff96-076f-4890-b2fb-7eed51099253', 'x-compute-request-id': 'req-b154ff96-076f-4890-b2fb-7eed51099253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:10,775 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.088s 2021-08-10 15:47:10,775 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-075adc45-d5f5-4c8b-87b0-00780b6b0e18', 'x-compute-request-id': 'req-075adc45-d5f5-4c8b-87b0-00780b6b0e18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:11,868 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:47:11,869 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa48e67b-d732-4e01-8765-70a0638e93d4', 'x-compute-request-id': 'req-aa48e67b-d732-4e01-8765-70a0638e93d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:12,969 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.091s 2021-08-10 15:47:12,969 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50f60999-55d4-429f-a218-ac6130a466cd', 'x-compute-request-id': 'req-50f60999-55d4-429f-a218-ac6130a466cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:14,066 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.089s 2021-08-10 15:47:14,066 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aefa7391-8d02-453d-8b78-8bad47a2e28d', 'x-compute-request-id': 'req-aefa7391-8d02-453d-8b78-8bad47a2e28d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:15,166 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.091s 2021-08-10 15:47:15,167 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48f6fb7a-b031-495d-9097-3f2ce2a7279e', 'x-compute-request-id': 'req-48f6fb7a-b031-495d-9097-3f2ce2a7279e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:16,267 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:47:16,267 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af1b8e77-5c4e-4e50-9dd6-c3889485cec3', 'x-compute-request-id': 'req-af1b8e77-5c4e-4e50-9dd6-c3889485cec3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:17,361 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.086s 2021-08-10 15:47:17,362 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4d8c8b7-830b-4f42-835a-40de83ae9835', 'x-compute-request-id': 'req-d4d8c8b7-830b-4f42-835a-40de83ae9835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:18,461 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.091s 2021-08-10 15:47:18,461 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f622209-62e4-450f-ae0b-934d788c4a31', 'x-compute-request-id': 'req-9f622209-62e4-450f-ae0b-934d788c4a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:19,551 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:19,552 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-818112b1-4b0f-4d4c-b90b-122d508395ef', 'x-compute-request-id': 'req-818112b1-4b0f-4d4c-b90b-122d508395ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:20,643 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:47:20,643 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ddcf0f-8816-403d-a265-54fb5e2027b2', 'x-compute-request-id': 'req-62ddcf0f-8816-403d-a265-54fb5e2027b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:21,734 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:21,735 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd91571-55d2-4f3f-9403-9f23cd878ca9', 'x-compute-request-id': 'req-dcd91571-55d2-4f3f-9403-9f23cd878ca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:22,836 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.093s 2021-08-10 15:47:22,836 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-835f643a-ac7c-490d-b15d-047a06ea58b3', 'x-compute-request-id': 'req-835f643a-ac7c-490d-b15d-047a06ea58b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:23,929 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:47:23,929 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ffaedae-c95e-42ff-9853-14a42fc6cb9a', 'x-compute-request-id': 'req-2ffaedae-c95e-42ff-9853-14a42fc6cb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:25,020 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:25,020 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b029b936-c3d7-4c6f-8938-bd7c95f40dfa', 'x-compute-request-id': 'req-b029b936-c3d7-4c6f-8938-bd7c95f40dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:26,112 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:26,112 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77a1d2d2-9f98-4066-96e5-6c309abfdafb', 'x-compute-request-id': 'req-77a1d2d2-9f98-4066-96e5-6c309abfdafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:27,206 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.086s 2021-08-10 15:47:27,207 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5c38f54-f07d-4017-962a-89533c450216', 'x-compute-request-id': 'req-c5c38f54-f07d-4017-962a-89533c450216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:28,297 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:47:28,297 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-542ae164-ea93-4b4d-924a-00faea41f344', 'x-compute-request-id': 'req-542ae164-ea93-4b4d-924a-00faea41f344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:29,387 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:47:29,387 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37d1e887-ff47-4ebc-849e-ccc6e412defd', 'x-compute-request-id': 'req-37d1e887-ff47-4ebc-849e-ccc6e412defd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:30,482 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.086s 2021-08-10 15:47:30,482 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b65efda6-019c-48d0-ad93-ab1d516b0a73', 'x-compute-request-id': 'req-b65efda6-019c-48d0-ad93-ab1d516b0a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:31,574 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:31,574 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce263c37-a269-4b0c-937a-8e98293f2451', 'x-compute-request-id': 'req-ce263c37-a269-4b0c-937a-8e98293f2451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:32,664 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:32,665 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63564caf-3597-4614-8327-79e10ce8b5f3', 'x-compute-request-id': 'req-63564caf-3597-4614-8327-79e10ce8b5f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:33,755 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:33,755 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecce9420-3df7-4369-ba0d-4cefec3c10f8', 'x-compute-request-id': 'req-ecce9420-3df7-4369-ba0d-4cefec3c10f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:34,845 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:34,845 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4985f639-3eea-451c-8eaa-0f2597ad18fe', 'x-compute-request-id': 'req-4985f639-3eea-451c-8eaa-0f2597ad18fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:35,935 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:35,935 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4be5aa1f-1127-4317-8123-14bc55a04d55', 'x-compute-request-id': 'req-4be5aa1f-1127-4317-8123-14bc55a04d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:37,029 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:47:37,029 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63234f57-63a8-47d0-a251-1fd9fbddd16d', 'x-compute-request-id': 'req-63234f57-63a8-47d0-a251-1fd9fbddd16d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:38,122 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.086s 2021-08-10 15:47:38,123 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe60a4c7-8db0-4e1e-af75-f9adc6bbdd48', 'x-compute-request-id': 'req-fe60a4c7-8db0-4e1e-af75-f9adc6bbdd48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:39,221 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.090s 2021-08-10 15:47:39,222 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9195a2e-bb2e-40a8-9714-c8dca852b199', 'x-compute-request-id': 'req-f9195a2e-bb2e-40a8-9714-c8dca852b199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:40,311 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:40,312 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c54b6da-90fa-414a-aac3-d0774ff1d8d3', 'x-compute-request-id': 'req-9c54b6da-90fa-414a-aac3-d0774ff1d8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:41,407 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:47:41,408 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17cc6ab1-a4cb-457f-a247-70d0e9505069', 'x-compute-request-id': 'req-17cc6ab1-a4cb-457f-a247-70d0e9505069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:42,499 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:42,500 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67781636-d03d-438e-88d1-b055803bfae8', 'x-compute-request-id': 'req-67781636-d03d-438e-88d1-b055803bfae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:43,596 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.088s 2021-08-10 15:47:43,597 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20514c15-dc76-45b9-a605-f1587bda09f8', 'x-compute-request-id': 'req-20514c15-dc76-45b9-a605-f1587bda09f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:44,687 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:44,688 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-973d984f-2f44-463b-968a-0b826e807089', 'x-compute-request-id': 'req-973d984f-2f44-463b-968a-0b826e807089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:45,778 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:45,779 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a45cd2ba-3a87-4c47-9715-0f0a30d3c477', 'x-compute-request-id': 'req-a45cd2ba-3a87-4c47-9715-0f0a30d3c477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:46,872 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:47:46,873 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-732cc799-0850-468f-b2ec-38f9da214c37', 'x-compute-request-id': 'req-732cc799-0850-468f-b2ec-38f9da214c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:47,963 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:47,964 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da527a2-4b84-43a3-a3e4-2731bfe072df', 'x-compute-request-id': 'req-7da527a2-4b84-43a3-a3e4-2731bfe072df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:49,055 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:49,056 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40ea6741-23d1-4652-b06d-c0e378367813', 'x-compute-request-id': 'req-40ea6741-23d1-4652-b06d-c0e378367813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:50,148 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:50,148 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f4d9cf2-f10c-4c6a-a988-022d202d5874', 'x-compute-request-id': 'req-7f4d9cf2-f10c-4c6a-a988-022d202d5874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:51,240 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:47:51,240 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b3cd300-6f69-424c-a7cd-ba72729482bd', 'x-compute-request-id': 'req-7b3cd300-6f69-424c-a7cd-ba72729482bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:52,330 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:47:52,331 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f3e267-c9d5-4cb2-af1a-7b46f88fdc6e', 'x-compute-request-id': 'req-d9f3e267-c9d5-4cb2-af1a-7b46f88fdc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:53,421 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:53,421 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20aebe03-afc3-49d0-b168-5eb320e838b8', 'x-compute-request-id': 'req-20aebe03-afc3-49d0-b168-5eb320e838b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:54,514 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:47:54,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-095423b0-2f8d-41cb-9449-a242be23617e', 'x-compute-request-id': 'req-095423b0-2f8d-41cb-9449-a242be23617e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:55,607 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:47:55,607 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d1b234-0e6d-4c39-8c72-8cfe77b6b084', 'x-compute-request-id': 'req-82d1b234-0e6d-4c39-8c72-8cfe77b6b084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:56,701 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:47:56,701 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-319329d0-24cb-4a85-8f0b-e7d9f428cf4f', 'x-compute-request-id': 'req-319329d0-24cb-4a85-8f0b-e7d9f428cf4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:57,793 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:47:57,793 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cb8f482-82bb-4c0e-92f3-4a89433c6d49', 'x-compute-request-id': 'req-1cb8f482-82bb-4c0e-92f3-4a89433c6d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:47:59,073 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.272s 2021-08-10 15:47:59,074 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-617b6c61-7d72-4613-9489-64834585c129', 'x-compute-request-id': 'req-617b6c61-7d72-4613-9489-64834585c129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:00,173 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.090s 2021-08-10 15:48:00,174 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21b80c5-e0d5-4c29-b8b5-e9c66834af94', 'x-compute-request-id': 'req-e21b80c5-e0d5-4c29-b8b5-e9c66834af94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:01,273 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.089s 2021-08-10 15:48:01,273 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57ff9dfe-cd80-4068-8f5b-069360828c96', 'x-compute-request-id': 'req-57ff9dfe-cd80-4068-8f5b-069360828c96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:02,364 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:02,364 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-581c585a-b113-4e31-a2d4-b4751b0e357c', 'x-compute-request-id': 'req-581c585a-b113-4e31-a2d4-b4751b0e357c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:03,454 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:03,455 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-850ce22f-b1d8-41e2-b423-db59e674d0b3', 'x-compute-request-id': 'req-850ce22f-b1d8-41e2-b423-db59e674d0b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:04,546 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:04,546 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-801c177e-e9af-4811-b88f-d28e9369c03c', 'x-compute-request-id': 'req-801c177e-e9af-4811-b88f-d28e9369c03c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:05,637 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:05,638 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-094ecfbc-0de2-44ea-bc8e-138809493236', 'x-compute-request-id': 'req-094ecfbc-0de2-44ea-bc8e-138809493236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:06,729 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:06,729 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5895e0e2-3320-423b-8324-6cb9c1559953', 'x-compute-request-id': 'req-5895e0e2-3320-423b-8324-6cb9c1559953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:07,821 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:07,821 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c546e58-20fa-43e9-98e3-6824b2c5a354', 'x-compute-request-id': 'req-8c546e58-20fa-43e9-98e3-6824b2c5a354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:08,910 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:08,910 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65709993-6ee0-46e7-beec-84315f9bcb2b', 'x-compute-request-id': 'req-65709993-6ee0-46e7-beec-84315f9bcb2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:10,003 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:10,003 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89f866be-777b-4c5b-a540-fa8b4453e744', 'x-compute-request-id': 'req-89f866be-777b-4c5b-a540-fa8b4453e744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:11,092 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:11,093 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c7c2cb6-699d-4f92-8f60-f0297a1705dd', 'x-compute-request-id': 'req-9c7c2cb6-699d-4f92-8f60-f0297a1705dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:12,184 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:12,184 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e3e230e-524f-4579-8a64-887c4875b987', 'x-compute-request-id': 'req-5e3e230e-524f-4579-8a64-887c4875b987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:13,277 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:13,277 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6337033c-af85-46df-a25d-ccf803254447', 'x-compute-request-id': 'req-6337033c-af85-46df-a25d-ccf803254447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:14,370 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:14,370 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd621c6-74bc-4895-8f52-ef0957a34415', 'x-compute-request-id': 'req-ebd621c6-74bc-4895-8f52-ef0957a34415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:15,475 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.096s 2021-08-10 15:48:15,476 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-548f5a8b-9457-4fa1-a80e-cfd0e9618161', 'x-compute-request-id': 'req-548f5a8b-9457-4fa1-a80e-cfd0e9618161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:16,570 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:16,571 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-724b39db-412c-479a-b3c4-299905b15dbb', 'x-compute-request-id': 'req-724b39db-412c-479a-b3c4-299905b15dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:17,660 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:17,661 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b07556d0-8a83-41aa-908a-120d4d24de42', 'x-compute-request-id': 'req-b07556d0-8a83-41aa-908a-120d4d24de42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:18,757 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.087s 2021-08-10 15:48:18,757 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2f45be2-9b04-4031-a3a8-3592aa3f4286', 'x-compute-request-id': 'req-e2f45be2-9b04-4031-a3a8-3592aa3f4286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:19,848 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:19,848 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe073335-bca2-4139-b06d-1e37c7a5b2b8', 'x-compute-request-id': 'req-fe073335-bca2-4139-b06d-1e37c7a5b2b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:20,942 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:48:20,942 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7de1c56b-91c5-4df0-b477-4d96e0b1f08d', 'x-compute-request-id': 'req-7de1c56b-91c5-4df0-b477-4d96e0b1f08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:22,031 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:22,032 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5765030-d563-4210-90b7-931a20b0145c', 'x-compute-request-id': 'req-d5765030-d563-4210-90b7-931a20b0145c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:23,121 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:23,122 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f48603c9-0247-428e-bd58-661efd700bc0', 'x-compute-request-id': 'req-f48603c9-0247-428e-bd58-661efd700bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:24,214 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:24,215 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6525ee0-649e-478b-ba34-a8c812882880', 'x-compute-request-id': 'req-e6525ee0-649e-478b-ba34-a8c812882880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:25,306 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:25,306 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7af52dd3-a907-4e76-a910-84113b018ff6', 'x-compute-request-id': 'req-7af52dd3-a907-4e76-a910-84113b018ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:26,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:26,400 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cabbbe1-4417-4f4e-81c3-044cb059e384', 'x-compute-request-id': 'req-3cabbbe1-4417-4f4e-81c3-044cb059e384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:27,492 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:27,492 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f8292d3-d9a6-404e-af65-e12a2f9457c5', 'x-compute-request-id': 'req-9f8292d3-d9a6-404e-af65-e12a2f9457c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:28,583 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:28,584 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59906545-a22d-446f-83c3-f2565a4b267a', 'x-compute-request-id': 'req-59906545-a22d-446f-83c3-f2565a4b267a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:29,675 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:29,675 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc14de05-203b-48b7-8bc0-7ff673799ede', 'x-compute-request-id': 'req-bc14de05-203b-48b7-8bc0-7ff673799ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:30,765 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:30,766 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e994842-bcac-4de7-9af3-0a243eb40dd0', 'x-compute-request-id': 'req-9e994842-bcac-4de7-9af3-0a243eb40dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:31,855 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:31,856 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c704f3f-0a8e-4d6a-b206-6ad051bf5b4b', 'x-compute-request-id': 'req-4c704f3f-0a8e-4d6a-b206-6ad051bf5b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:32,945 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:32,946 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5ba89d0-60a7-49db-af65-0a50ad0bdd54', 'x-compute-request-id': 'req-e5ba89d0-60a7-49db-af65-0a50ad0bdd54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:34,038 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:34,039 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d95dce-b005-4977-9774-ca565ac90630', 'x-compute-request-id': 'req-e1d95dce-b005-4977-9774-ca565ac90630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:35,128 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:35,128 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fae67b55-c395-45ef-9127-e86a8e8f5f26', 'x-compute-request-id': 'req-fae67b55-c395-45ef-9127-e86a8e8f5f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:36,233 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.096s 2021-08-10 15:48:36,234 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b27cd873-edc0-4e11-8d78-0f132a758476', 'x-compute-request-id': 'req-b27cd873-edc0-4e11-8d78-0f132a758476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:37,323 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:37,324 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b26592f9-9032-48bf-a8f5-29858548c790', 'x-compute-request-id': 'req-b26592f9-9032-48bf-a8f5-29858548c790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:38,415 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:38,415 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-812dd9e8-5cb9-4501-806d-98102f3d73e5', 'x-compute-request-id': 'req-812dd9e8-5cb9-4501-806d-98102f3d73e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:39,511 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.087s 2021-08-10 15:48:39,512 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b42b214f-8dff-4eb8-a559-212dcf658e90', 'x-compute-request-id': 'req-b42b214f-8dff-4eb8-a559-212dcf658e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:40,604 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:40,604 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94558873-f1b7-45e9-940c-8ff6d2f36ff4', 'x-compute-request-id': 'req-94558873-f1b7-45e9-940c-8ff6d2f36ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:41,694 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:41,694 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0edb95d6-1bbb-4b9f-84cd-48a076ef05a7', 'x-compute-request-id': 'req-0edb95d6-1bbb-4b9f-84cd-48a076ef05a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:42,785 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:42,785 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c7855a-4423-40f6-9aa2-a32b0ff4a479', 'x-compute-request-id': 'req-98c7855a-4423-40f6-9aa2-a32b0ff4a479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:43,876 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:43,876 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a37dd3b5-9568-4940-9187-00157de1f9c8', 'x-compute-request-id': 'req-a37dd3b5-9568-4940-9187-00157de1f9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:44,971 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.086s 2021-08-10 15:48:44,971 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b939dbc-bf73-4c75-bc35-d62f9d711e4e', 'x-compute-request-id': 'req-2b939dbc-bf73-4c75-bc35-d62f9d711e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:46,066 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.086s 2021-08-10 15:48:46,067 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41ef43f6-2fea-4320-bdc8-0cb9984ffcbc', 'x-compute-request-id': 'req-41ef43f6-2fea-4320-bdc8-0cb9984ffcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:47,260 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.185s 2021-08-10 15:48:47,261 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f533368e-1bd6-4277-8d83-44160b20baaf', 'x-compute-request-id': 'req-f533368e-1bd6-4277-8d83-44160b20baaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:48,356 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.087s 2021-08-10 15:48:48,357 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f749850-891d-4fdf-8e0f-674bb6871e14', 'x-compute-request-id': 'req-4f749850-891d-4fdf-8e0f-674bb6871e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:49,447 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:49,448 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b685d0-9393-4ccd-b29e-a333152d7241', 'x-compute-request-id': 'req-10b685d0-9393-4ccd-b29e-a333152d7241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:50,540 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.085s 2021-08-10 15:48:50,541 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d5ef920-8c18-42cb-b3d9-67a043b8a445', 'x-compute-request-id': 'req-9d5ef920-8c18-42cb-b3d9-67a043b8a445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:51,631 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:51,631 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca008c9-e1f8-45fc-9422-51eed97d7a29', 'x-compute-request-id': 'req-cca008c9-e1f8-45fc-9422-51eed97d7a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:52,724 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:52,724 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c38072f-cb27-4840-b373-f105a346473b', 'x-compute-request-id': 'req-5c38072f-cb27-4840-b373-f105a346473b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:53,814 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:53,815 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2996322a-8592-40a4-8763-6c19743671e5', 'x-compute-request-id': 'req-2996322a-8592-40a4-8763-6c19743671e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:55,124 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.301s 2021-08-10 15:48:55,124 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-362e244c-9a39-4d4b-abec-82b9c4e1f16f', 'x-compute-request-id': 'req-362e244c-9a39-4d4b-abec-82b9c4e1f16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:56,215 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:48:56,215 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1ad43b3-e60d-45d2-bb7f-1154556dfc9a', 'x-compute-request-id': 'req-c1ad43b3-e60d-45d2-bb7f-1154556dfc9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:57,304 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:48:57,305 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b78728-0f57-4096-9745-a34b3d09eb3a', 'x-compute-request-id': 'req-c0b78728-0f57-4096-9745-a34b3d09eb3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:58,397 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.084s 2021-08-10 15:48:58,398 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd91305-b0da-4f62-b087-76bac23ae1ef', 'x-compute-request-id': 'req-ebd91305-b0da-4f62-b087-76bac23ae1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:48:59,488 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.083s 2021-08-10 15:48:59,488 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86ae9ec9-f630-41ff-93eb-9fd6dc0fcdaf', 'x-compute-request-id': 'req-86ae9ec9-f630-41ff-93eb-9fd6dc0fcdaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:49:00,578 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.082s 2021-08-10 15:49:00,578 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c0c3edb-9c80-4d5d-9a81-2d738e898604', 'x-compute-request-id': 'req-3c0c3edb-9c80-4d5d-9a81-2d738e898604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:49:01,668 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.081s 2021-08-10 15:49:01,668 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-789fc565-b9e3-4e57-a38b-405cd65a9ebf', 'x-compute-request-id': 'req-789fc565-b9e3-4e57-a38b-405cd65a9ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"server": {"id": "6dd7d219-f2a9-488c-a43f-4aa7367b3e6f", "name": "tempest-VolumesSnapshotTestJSON-instance-176503741", "status": "ACTIVE", "tenant_id": "149094901a9e4a248c1a5ef9711c5d06", "user_id": "c085abe56f4e492996f037ea26729e1e", "metadata": {}, "hostId": "8e904088fbc4381e3597c68321aa48351dedeac462da0b74f3261dba", "image": {"id": "cb1403a0-64a7-42c7-87a1-170bef8b6f82", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/images/cb1403a0-64a7-42c7-87a1-170bef8b6f82"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.21/compute/flavors/452"}]}, "created": "2021-08-10T15:33:48Z", "updated": "2021-08-10T15:47:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}, {"rel": "bookmark", "href": "http://10.222.0.21/compute/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2021-08-10T15:34:00.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d6135482-4823-40ea-82be-7497a3e2f536"}]}}' 2021-08-10 15:49:02,708 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f 0.032s 2021-08-10 15:49:02,709 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:02 GMT', 'server': 'Apache/2.4.41 (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-cbbd8f37-db5e-43e2-8c0e-5d27cd9165de', 'x-compute-request-id': 'req-cbbd8f37-db5e-43e2-8c0e-5d27cd9165de', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.21/compute/v2.1/servers/6dd7d219-f2a9-488c-a43f-4aa7367b3e6f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6dd7d219-f2a9-488c-a43f-4aa7367b3e6f could not be found."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume d6135482-4823-40ea-82be-7497a3e2f536 failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 61, in test_snapshot_create_delete_with_volume_in_use snapshot3 = self.create_snapshot(volume['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 453fab92-08e5-40bd-93a9-9cac53738f4d failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
fail
ft9.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:49:02,996 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 202 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots 0.120s 2021-08-10 15:49:02,996 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e9b03d-4980-43b2-9cec-5b87a5382bcf', 'content-length': '380', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e9b03d-4980-43b2-9cec-5b87a5382bcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:02.945377", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}}}' 2021-08-10 15:49:03,021 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:03,021 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-657e530f-3a06-4ee5-89b6-6cde1ddf2aec', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-657e530f-3a06-4ee5-89b6-6cde1ddf2aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:04,044 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:04,044 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022ccdfe-54ba-4ac3-a491-7d7b357e9f91', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022ccdfe-54ba-4ac3-a491-7d7b357e9f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:05,068 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:05,068 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49c8e0d-2333-438a-b6cd-00d955bbd2e5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49c8e0d-2333-438a-b6cd-00d955bbd2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:06,092 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:06,092 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c665cbf7-d546-4e45-8760-9f12d193a47d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c665cbf7-d546-4e45-8760-9f12d193a47d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:07,117 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:07,117 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed71744-54e1-461e-861f-504bcb25eebc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed71744-54e1-461e-861f-504bcb25eebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:08,142 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:08,142 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d579c12-70a7-41a1-8065-e4dca80d6173', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d579c12-70a7-41a1-8065-e4dca80d6173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:09,165 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:09,166 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34da395d-2f1b-41a4-b689-c46b68bc7647', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34da395d-2f1b-41a4-b689-c46b68bc7647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:10,190 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:10,191 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e522c6b4-efc1-4c20-8de3-92dff9bb7d95', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e522c6b4-efc1-4c20-8de3-92dff9bb7d95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:11,215 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:11,215 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c070e3a-5e4e-41b3-8017-31b60133d58d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c070e3a-5e4e-41b3-8017-31b60133d58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:12,239 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:12,240 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61ffc10c-3e68-4399-877f-f7eb42f1619a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ffc10c-3e68-4399-877f-f7eb42f1619a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:13,265 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:49:13,266 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c642248-4cca-4876-889b-e8a8158eaf1f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c642248-4cca-4876-889b-e8a8158eaf1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:14,290 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:14,290 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1941a51b-0ddc-49bd-9141-a0e9c1f2753e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1941a51b-0ddc-49bd-9141-a0e9c1f2753e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:15,316 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:15,316 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0f4f0e-8cef-4fac-b8bd-398a2a377eb1', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0f4f0e-8cef-4fac-b8bd-398a2a377eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:16,341 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:16,341 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bded5ad6-6e6d-4424-966b-a4cd2de54b88', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bded5ad6-6e6d-4424-966b-a4cd2de54b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:17,365 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:17,366 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65384231-df6d-47c6-93be-de2d855b90fd', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65384231-df6d-47c6-93be-de2d855b90fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:18,390 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:18,390 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e15ad4e-00d4-4285-952b-2e31a66a6e11', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e15ad4e-00d4-4285-952b-2e31a66a6e11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:19,414 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:19,415 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bceae566-45fc-4b0c-9448-fe229ed8558e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bceae566-45fc-4b0c-9448-fe229ed8558e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:20,439 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:20,440 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21574e54-057c-40be-b12e-49d7aeca67d0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21574e54-057c-40be-b12e-49d7aeca67d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:21,464 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:21,464 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef3cc9e-d1cf-4c14-a9b9-eeb6b79e0bea', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef3cc9e-d1cf-4c14-a9b9-eeb6b79e0bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:22,490 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:22,490 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-849aa357-f292-4764-85c9-25b9ce3c1440', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-849aa357-f292-4764-85c9-25b9ce3c1440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:23,514 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:23,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2735f910-2ff8-4cc6-9971-4b2db11d1b66', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2735f910-2ff8-4cc6-9971-4b2db11d1b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:24,538 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:24,539 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19982b58-ac37-4ea1-b4bf-22feb166d3cc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19982b58-ac37-4ea1-b4bf-22feb166d3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:25,564 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:49:25,564 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4d2e37-5c99-408b-9177-7df69546979a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4d2e37-5c99-408b-9177-7df69546979a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:26,588 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:26,588 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f42e29-816c-4b64-ab5a-23ff4891a8c7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f42e29-816c-4b64-ab5a-23ff4891a8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:27,612 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:27,613 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c2c073f-8f83-4938-953b-c08742db6153', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c2c073f-8f83-4938-953b-c08742db6153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:28,638 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:49:28,639 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-726e01e1-9c19-43a3-9cf4-0992f3e2da33', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-726e01e1-9c19-43a3-9cf4-0992f3e2da33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:29,663 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:29,663 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7aa9fc8-5b0e-4115-9a64-e663220a5e7c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7aa9fc8-5b0e-4115-9a64-e663220a5e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:30,687 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:30,688 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f665b1-04ad-44d0-9018-54056bf0e49b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f665b1-04ad-44d0-9018-54056bf0e49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:31,718 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.026s 2021-08-10 15:49:31,718 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201d07bf-ba05-40cd-bc64-0fa4adfee51f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201d07bf-ba05-40cd-bc64-0fa4adfee51f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:32,742 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:32,742 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ceb7a0-9aa5-44c9-a34d-d62ee1ac908d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ceb7a0-9aa5-44c9-a34d-d62ee1ac908d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:33,767 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:33,767 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd89933-74e0-42c4-89ec-441da4b327fc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd89933-74e0-42c4-89ec-441da4b327fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:34,792 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:34,792 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a65c208-0016-4e02-85a0-3a6e887f1cdf', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a65c208-0016-4e02-85a0-3a6e887f1cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:35,816 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:35,816 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf0cfee-b7ba-447a-bf05-37f48a4dd7a5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf0cfee-b7ba-447a-bf05-37f48a4dd7a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:36,841 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:36,841 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f10cfb5-1ca6-4035-a46d-f0688d496f60', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f10cfb5-1ca6-4035-a46d-f0688d496f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:37,867 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:37,867 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a6cd33a-a665-417a-be6c-19827dcdb001', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a6cd33a-a665-417a-be6c-19827dcdb001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:38,891 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:38,891 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ea2000-6bc9-4031-a489-fa4f665b20ea', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ea2000-6bc9-4031-a489-fa4f665b20ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:39,915 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:39,916 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f74be1b-8a4a-4124-b3a4-07eaf4dbc10c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f74be1b-8a4a-4124-b3a4-07eaf4dbc10c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:40,940 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:40,941 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd62ac5b-b840-450f-8c99-7d9c378304db', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd62ac5b-b840-450f-8c99-7d9c378304db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:41,963 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.019s 2021-08-10 15:49:41,964 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25716da-7299-484c-8e48-f8d63804bf36', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25716da-7299-484c-8e48-f8d63804bf36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:42,987 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:42,988 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea059a0-12d1-420f-8e0a-ca93fc53e74a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea059a0-12d1-420f-8e0a-ca93fc53e74a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:44,011 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.019s 2021-08-10 15:49:44,012 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b086d0-5a09-41f1-9658-877f3fe17d4d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b086d0-5a09-41f1-9658-877f3fe17d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:45,036 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:45,036 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522907b3-9f29-498d-af6a-1c1ece767f8e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522907b3-9f29-498d-af6a-1c1ece767f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:46,060 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:46,061 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b098b86-9d68-42d0-9df6-d4e5f5e1e03b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b098b86-9d68-42d0-9df6-d4e5f5e1e03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:47,085 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:47,085 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fee61d8-ceb8-4a81-81b8-9bdc6a507362', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fee61d8-ceb8-4a81-81b8-9bdc6a507362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:48,110 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:48,110 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-825dcc0b-8502-4b96-9b06-f70927be891e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-825dcc0b-8502-4b96-9b06-f70927be891e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:49,134 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:49,135 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c81df49-48be-435b-b559-97491e11a9f3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c81df49-48be-435b-b559-97491e11a9f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:50,160 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:50,160 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93c5cda-058e-4278-ad8a-a8350b3aaa0c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93c5cda-058e-4278-ad8a-a8350b3aaa0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:51,184 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:51,185 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2af263-a4a9-45d2-9797-74a7d72add94', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2af263-a4a9-45d2-9797-74a7d72add94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:52,210 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:52,211 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c927f997-726c-404b-801e-a41330812ae4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c927f997-726c-404b-801e-a41330812ae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:53,236 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:49:53,236 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec024796-e06f-4479-b280-733ba6a6429a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec024796-e06f-4479-b280-733ba6a6429a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:54,261 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:54,261 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356e7cf3-55f5-4e08-926a-c8fa0cd0378e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356e7cf3-55f5-4e08-926a-c8fa0cd0378e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:55,285 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:55,286 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48ba2ebb-7a23-43b3-8f36-9da06f38051c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48ba2ebb-7a23-43b3-8f36-9da06f38051c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:56,310 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:49:56,310 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c007cd-bce1-4367-894b-ffdc06173ed5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c007cd-bce1-4367-894b-ffdc06173ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:57,336 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:57,336 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae90fb8d-edc2-4d02-bfbd-243fbdb5131c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae90fb8d-edc2-4d02-bfbd-243fbdb5131c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:58,362 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:49:58,363 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29e7345-c57a-4090-bfe3-e2f0a4ce0a6f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29e7345-c57a-4090-bfe3-e2f0a4ce0a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:49:59,387 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:49:59,388 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ecefae-fa82-4e56-9735-f5d5eff088ed', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ecefae-fa82-4e56-9735-f5d5eff088ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:00,412 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:00,412 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42590744-5627-4b55-b518-9474ef1ad71e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42590744-5627-4b55-b518-9474ef1ad71e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:01,438 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:01,438 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b88159-966a-494c-8213-7f06ac974f88', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b88159-966a-494c-8213-7f06ac974f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:02,463 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:02,464 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cad1213-de3b-4ab1-921a-682f0538e03f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cad1213-de3b-4ab1-921a-682f0538e03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:03,490 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:03,490 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf7e1f7-afb0-4410-a33c-bb0273a8d2bb', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf7e1f7-afb0-4410-a33c-bb0273a8d2bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:04,513 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:04,514 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaf65132-212d-44e5-b1b2-d57b99e64b3b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaf65132-212d-44e5-b1b2-d57b99e64b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:05,538 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:05,538 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ce03c88-4254-4c64-bf0b-e4d64ff464f6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ce03c88-4254-4c64-bf0b-e4d64ff464f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:06,564 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:06,564 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff208bfe-9474-44a8-bc85-322c37230dd0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff208bfe-9474-44a8-bc85-322c37230dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:07,590 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:07,591 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe99c88-4bf4-4d63-855a-fc18b85558fd', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe99c88-4bf4-4d63-855a-fc18b85558fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:08,617 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:08,618 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6759aadb-549a-4773-96b2-977e9be35da2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6759aadb-549a-4773-96b2-977e9be35da2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:09,642 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:09,642 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0df072c-5fb6-4d41-b827-fa6362d8c4c9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0df072c-5fb6-4d41-b827-fa6362d8c4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:10,666 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:10,666 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe981a6b-e9c3-423d-b1f0-629ed8975d88', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe981a6b-e9c3-423d-b1f0-629ed8975d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:11,691 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:11,691 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ee3364-ca2b-455c-a463-47d6c87a1c73', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ee3364-ca2b-455c-a463-47d6c87a1c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:12,714 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:12,714 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f93f3ac1-044e-4e20-888c-e7e8b85557c8', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f93f3ac1-044e-4e20-888c-e7e8b85557c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:13,738 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:13,739 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc656050-e508-442a-9f6f-df8382d2b5d7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc656050-e508-442a-9f6f-df8382d2b5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:14,763 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:14,763 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8238835-ef63-428c-b5e0-ad7ec44b37de', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8238835-ef63-428c-b5e0-ad7ec44b37de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:15,788 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:15,788 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89248e01-5634-40e2-b1ad-d4987f63dfd8', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89248e01-5634-40e2-b1ad-d4987f63dfd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:16,813 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:16,813 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4715788f-e9af-429d-a2b0-4b2a2257b1aa', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4715788f-e9af-429d-a2b0-4b2a2257b1aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:17,837 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:17,837 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981babcf-f71b-46d8-8097-26f07e425823', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981babcf-f71b-46d8-8097-26f07e425823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:18,864 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.023s 2021-08-10 15:50:18,864 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-371f9ed4-a0d5-4cc6-b85e-12bf37337b0a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-371f9ed4-a0d5-4cc6-b85e-12bf37337b0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:19,923 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.055s 2021-08-10 15:50:19,923 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55450890-7a99-410d-8b52-8122963016de', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55450890-7a99-410d-8b52-8122963016de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:20,981 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.054s 2021-08-10 15:50:20,982 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9710e14a-1f06-43cb-9d07-baf50a501c52', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9710e14a-1f06-43cb-9d07-baf50a501c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:22,032 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.047s 2021-08-10 15:50:22,033 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd15cca-09dd-4e8b-8bf6-e9587762fd89', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd15cca-09dd-4e8b-8bf6-e9587762fd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:23,096 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.059s 2021-08-10 15:50:23,096 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56671fc6-482e-4572-9c5b-43d4890b9a17', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56671fc6-482e-4572-9c5b-43d4890b9a17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:24,155 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.054s 2021-08-10 15:50:24,155 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b172676-c41a-49b4-b409-040c9aeaf636', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b172676-c41a-49b4-b409-040c9aeaf636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:25,199 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.040s 2021-08-10 15:50:25,199 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f49a25b9-91fd-488e-a81c-dc524c2e5976', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f49a25b9-91fd-488e-a81c-dc524c2e5976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:26,259 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.055s 2021-08-10 15:50:26,259 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3a8ff8-91ba-4a58-bec2-2c7316bc9b2b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3a8ff8-91ba-4a58-bec2-2c7316bc9b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:27,316 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.053s 2021-08-10 15:50:27,316 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e810a4-1394-42a7-8564-55a6c6ca3ba0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e810a4-1394-42a7-8564-55a6c6ca3ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:28,372 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:50:28,372 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-116f24a7-e700-48f4-9033-89a18b1fcf80', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-116f24a7-e700-48f4-9033-89a18b1fcf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:29,426 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:50:29,427 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504f1cbe-570b-4c76-ac56-1644153fc2ff', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504f1cbe-570b-4c76-ac56-1644153fc2ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:30,492 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.061s 2021-08-10 15:50:30,492 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0e5de0-67a9-403f-8eb8-63dc33c1565e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0e5de0-67a9-403f-8eb8-63dc33c1565e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:31,548 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:50:31,548 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e61b4f-ef1b-4c03-a4b8-6ff17912bb47', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e61b4f-ef1b-4c03-a4b8-6ff17912bb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:32,610 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.058s 2021-08-10 15:50:32,610 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694c9abc-a6e4-49ce-b21a-4d2f8c42b47e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694c9abc-a6e4-49ce-b21a-4d2f8c42b47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:33,657 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.043s 2021-08-10 15:50:33,657 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a42c4c1e-9a54-425e-a004-2d72842b3891', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a42c4c1e-9a54-425e-a004-2d72842b3891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:34,713 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.052s 2021-08-10 15:50:34,713 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9234ef-e562-49f9-8bae-97655c4715a2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9234ef-e562-49f9-8bae-97655c4715a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:35,768 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:50:35,769 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0388c170-97d2-4b6a-9267-2734d53a1b02', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0388c170-97d2-4b6a-9267-2734d53a1b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:36,821 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:50:36,822 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd13e04f-12dc-4d8e-92ee-fcd491c162e9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd13e04f-12dc-4d8e-92ee-fcd491c162e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:37,881 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.056s 2021-08-10 15:50:37,882 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89e6223f-c08a-4186-bc67-3384a747a8e2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89e6223f-c08a-4186-bc67-3384a747a8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:38,934 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:50:38,935 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d42a41-8a8d-42d8-9f46-70daa6adc829', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d42a41-8a8d-42d8-9f46-70daa6adc829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:39,994 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.054s 2021-08-10 15:50:39,994 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f0c0be-c5cb-4f81-99f5-ae9571dd49a0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f0c0be-c5cb-4f81-99f5-ae9571dd49a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:41,045 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.048s 2021-08-10 15:50:41,046 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46259482-0d2e-46a7-bf82-12c134539c93', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46259482-0d2e-46a7-bf82-12c134539c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:42,099 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.048s 2021-08-10 15:50:42,099 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1e1c2fa-bdf0-4d43-992f-a893d396cc88', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1e1c2fa-bdf0-4d43-992f-a893d396cc88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:43,123 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:43,124 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ef7612-3a48-4ba1-a2c1-52b72b785087', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ef7612-3a48-4ba1-a2c1-52b72b785087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:44,148 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:44,149 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8791ec7-66d3-49bd-ab62-39276e3d76f6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8791ec7-66d3-49bd-ab62-39276e3d76f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:45,174 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:45,174 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4289eb2c-1321-439b-9788-c13c7a832f0c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4289eb2c-1321-439b-9788-c13c7a832f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:46,199 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:46,199 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e3b84bc-df1a-44f1-8ad8-a16a2b8668f8', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e3b84bc-df1a-44f1-8ad8-a16a2b8668f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:47,225 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:47,225 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8691fc76-e82d-4f15-9cfe-341a1b90f007', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8691fc76-e82d-4f15-9cfe-341a1b90f007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:48,250 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:48,250 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cbd6b21-205c-4f62-97d4-426461653f7b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cbd6b21-205c-4f62-97d4-426461653f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:49,275 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:49,275 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63edbbb3-df75-42df-a87b-8a46934dbaeb', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63edbbb3-df75-42df-a87b-8a46934dbaeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:50,299 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:50,300 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5792cbd8-fdea-4483-83b4-dbecbce11868', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5792cbd8-fdea-4483-83b4-dbecbce11868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:51,325 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:51,326 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1779d6-d007-4ff1-8aa9-e7ff834075b9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1779d6-d007-4ff1-8aa9-e7ff834075b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:52,350 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:52,350 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b44190-2945-439a-a2bc-0e3feaa11439', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1b44190-2945-439a-a2bc-0e3feaa11439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:53,375 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:53,375 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-679d1732-7600-4a71-83eb-d4f874e95cf5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-679d1732-7600-4a71-83eb-d4f874e95cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:54,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:54,399 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e782a8-1e4c-49b3-83a5-631ec907b5bf', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82e782a8-1e4c-49b3-83a5-631ec907b5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:55,424 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:55,424 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ebc4b2-1aa4-45b3-8539-cf435c9ed0a4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ebc4b2-1aa4-45b3-8539-cf435c9ed0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:56,449 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:56,449 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe160d4-903a-45c7-8dd3-11b643ae75d2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe160d4-903a-45c7-8dd3-11b643ae75d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:57,474 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:50:57,474 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e443694e-b0dc-45f7-802d-56155ae3fea3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e443694e-b0dc-45f7-802d-56155ae3fea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:58,500 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:50:58,500 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09bcda43-c730-447b-9103-2d605bedf1fa', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09bcda43-c730-447b-9103-2d605bedf1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:50:59,524 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:50:59,525 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddaeb2a6-0991-40be-a428-b8800781c2f3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddaeb2a6-0991-40be-a428-b8800781c2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:00,550 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:00,550 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948ff57b-ea48-451a-9cfb-f4c650b5cf95', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948ff57b-ea48-451a-9cfb-f4c650b5cf95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:01,574 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:01,574 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df5d7a8-cd1f-46b7-8652-db4ec28db709', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df5d7a8-cd1f-46b7-8652-db4ec28db709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:02,600 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:51:02,601 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6c630a1-86de-4ddd-a2bb-a5103af7ab00', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6c630a1-86de-4ddd-a2bb-a5103af7ab00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:03,626 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:03,627 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a531e2ee-38e3-44df-8ef4-7ecc52a6f1e6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a531e2ee-38e3-44df-8ef4-7ecc52a6f1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:04,651 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:04,652 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f556b4c9-590b-488f-8ed4-7034cff5f183', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f556b4c9-590b-488f-8ed4-7034cff5f183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:05,676 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:05,676 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1622ef01-0375-4833-b2be-863a278f8610', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1622ef01-0375-4833-b2be-863a278f8610', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:06,701 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:06,701 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb895d61-679f-4686-bd9f-30feddee84b9', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb895d61-679f-4686-bd9f-30feddee84b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:07,725 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:07,726 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cdbeff4-ba2d-4e84-a92a-0b706ad238a4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cdbeff4-ba2d-4e84-a92a-0b706ad238a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:08,749 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:08,750 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d935b58-84fb-4ddf-aa23-4876f346aeec', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d935b58-84fb-4ddf-aa23-4876f346aeec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:09,773 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:09,774 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34bd7ae-f471-4d9d-960f-e13886fafde0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34bd7ae-f471-4d9d-960f-e13886fafde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:10,797 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:10,797 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452329c6-4463-432a-9631-c0e92e60b3e5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452329c6-4463-432a-9631-c0e92e60b3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:11,824 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:11,825 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6cfef5a-cdb4-4167-be3b-94b518b3d271', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6cfef5a-cdb4-4167-be3b-94b518b3d271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:12,850 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:12,850 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6815f3-d0f9-4620-a423-254f7688282a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6815f3-d0f9-4620-a423-254f7688282a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:13,875 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:13,875 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aaed434-bfa8-429c-a901-bbed9a374e64', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aaed434-bfa8-429c-a901-bbed9a374e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:14,899 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:14,899 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c5251b8-d664-4a3b-9863-63714ffea9fc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c5251b8-d664-4a3b-9863-63714ffea9fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:15,923 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:15,924 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daa9c4a2-3dbe-4500-8b85-95a173f2efa4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daa9c4a2-3dbe-4500-8b85-95a173f2efa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:16,948 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:16,948 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8cec2ff-fcb0-4fc3-8632-9e11d6f9ed59', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8cec2ff-fcb0-4fc3-8632-9e11d6f9ed59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:17,973 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:17,973 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cca98185-0319-4758-9d9e-856b40aa892f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cca98185-0319-4758-9d9e-856b40aa892f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:18,997 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:18,998 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e822a8-5c51-4ad6-9d6d-763dfdc04340', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e822a8-5c51-4ad6-9d6d-763dfdc04340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:20,026 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.025s 2021-08-10 15:51:20,026 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b6dcea8-408a-4737-836b-907974bd1f69', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b6dcea8-408a-4737-836b-907974bd1f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:21,051 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:21,052 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af9293c-f041-4eca-9843-5c41d9463c5e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af9293c-f041-4eca-9843-5c41d9463c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:22,077 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:22,077 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0337e89b-a08e-42b1-a0cc-475c38fd606a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0337e89b-a08e-42b1-a0cc-475c38fd606a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:23,101 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:23,101 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e858f7e8-445c-4ff1-9605-04bdafb506b3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e858f7e8-445c-4ff1-9605-04bdafb506b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:24,126 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:24,126 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70d4558b-7958-4031-92d7-e4881cd6d706', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70d4558b-7958-4031-92d7-e4881cd6d706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:25,151 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:25,152 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42b99595-1552-40a3-bd93-37c8abd8a02e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42b99595-1552-40a3-bd93-37c8abd8a02e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:26,176 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:26,176 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f09e55-2c3e-4908-9f36-dca4a26d5b06', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f09e55-2c3e-4908-9f36-dca4a26d5b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:27,200 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:27,201 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1931e581-59ef-4eb0-a26f-ebbba691b100', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1931e581-59ef-4eb0-a26f-ebbba691b100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:28,225 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:28,225 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab7ffe38-ec7f-44f1-8cc2-6b4ddd3ade76', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab7ffe38-ec7f-44f1-8cc2-6b4ddd3ade76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:29,249 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:29,250 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be22a79-6227-4cf3-986e-3aff35f3c866', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be22a79-6227-4cf3-986e-3aff35f3c866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:30,274 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:30,274 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f174c2-7f86-4532-aabc-db0fab91105f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f174c2-7f86-4532-aabc-db0fab91105f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:31,299 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:31,299 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d428fd-e299-41ba-b8bf-ab4aa2571358', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d428fd-e299-41ba-b8bf-ab4aa2571358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:32,323 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:32,324 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009a6a3c-e42a-4e7c-a1c0-95c125406d63', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009a6a3c-e42a-4e7c-a1c0-95c125406d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:33,349 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:33,349 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035431a1-e67b-4ebc-a4ec-9010213cdfbf', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035431a1-e67b-4ebc-a4ec-9010213cdfbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:34,374 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:34,375 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b20901fd-380b-4016-a95d-04470975054a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b20901fd-380b-4016-a95d-04470975054a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:35,399 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:35,400 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d71e415-8117-4fd6-abdb-62a26b927863', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d71e415-8117-4fd6-abdb-62a26b927863', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:36,425 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:36,425 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-751fee6f-f2f6-4eea-bace-cf5d93fac855', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-751fee6f-f2f6-4eea-bace-cf5d93fac855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:37,449 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:37,450 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522909f8-91d5-4d35-94a0-321bfc34279d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522909f8-91d5-4d35-94a0-321bfc34279d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:38,474 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:38,474 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8eaa03-2304-41b8-a045-423db37cc7ba', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8eaa03-2304-41b8-a045-423db37cc7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:39,498 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:39,499 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd98e07e-113e-4c05-8b5e-62b4492524fa', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd98e07e-113e-4c05-8b5e-62b4492524fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:40,523 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:40,523 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b105ce-228e-4de8-a2bd-1abd7553d997', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b105ce-228e-4de8-a2bd-1abd7553d997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:41,548 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:41,549 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3afc55-8ed5-4e72-9825-508bc85f4e8d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3afc55-8ed5-4e72-9825-508bc85f4e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:42,574 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:51:42,574 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d60f51d-841a-4c30-8e72-c00d996f3577', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d60f51d-841a-4c30-8e72-c00d996f3577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:43,599 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:43,599 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82c08ec-49af-4972-836d-73376d729d70', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82c08ec-49af-4972-836d-73376d729d70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:44,624 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:44,624 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c68d1f6-f474-44a9-a4a2-641b7c89f2fd', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c68d1f6-f474-44a9-a4a2-641b7c89f2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:45,649 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:45,649 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df8d93d-8430-4de6-a4ee-a5eedd4a09a8', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df8d93d-8430-4de6-a4ee-a5eedd4a09a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:46,673 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:46,673 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96fd28c3-0953-4b41-a09b-1b4e3524bf2c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fd28c3-0953-4b41-a09b-1b4e3524bf2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:47,697 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:47,697 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c61c89f2-4681-4b1c-9221-066bbbb156c6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c61c89f2-4681-4b1c-9221-066bbbb156c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:48,723 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:51:48,723 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee547b07-9241-4801-97dc-144abeffcac4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee547b07-9241-4801-97dc-144abeffcac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:49,748 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:49,748 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ff63ce-23bb-4f98-a468-19305566948e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ff63ce-23bb-4f98-a468-19305566948e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:50,772 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:50,772 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b681784-b51c-43b6-a408-ced69de35c6f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b681784-b51c-43b6-a408-ced69de35c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:51,796 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:51,797 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb48141e-8395-45eb-ba63-0b6a932d5e3c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb48141e-8395-45eb-ba63-0b6a932d5e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:52,821 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:52,821 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66852372-812d-4c85-bffc-23ca46f292a5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66852372-812d-4c85-bffc-23ca46f292a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:53,845 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:53,845 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32f00259-e593-4c8e-9ef7-6c43a9c5f118', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32f00259-e593-4c8e-9ef7-6c43a9c5f118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:54,869 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:54,869 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9df3a6e-0a1a-4b1f-9513-847fdb10b877', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9df3a6e-0a1a-4b1f-9513-847fdb10b877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:55,894 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:51:55,894 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eb1eddd-c5fd-4cf8-b155-c775f6d2aba4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eb1eddd-c5fd-4cf8-b155-c775f6d2aba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:56,919 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:56,919 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab81b0a-9266-4930-8f58-00832b0c610e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab81b0a-9266-4930-8f58-00832b0c610e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:57,943 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:57,944 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c373488-8bf0-4ce8-9b6c-9c6a55cb6c95', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c373488-8bf0-4ce8-9b6c-9c6a55cb6c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:58,968 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:58,968 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d3076f-2b9f-4dfb-a4cf-51de2c835c84', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d3076f-2b9f-4dfb-a4cf-51de2c835c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:51:59,992 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:51:59,993 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:51:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7cd4aef-8f35-4fec-bf9b-2b315122b7ba', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7cd4aef-8f35-4fec-bf9b-2b315122b7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:01,017 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:01,018 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7defead3-00b3-488e-bc52-58daab11c022', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7defead3-00b3-488e-bc52-58daab11c022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:02,045 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.023s 2021-08-10 15:52:02,045 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a814e496-44d3-4d9e-a96b-5c891c9e422f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a814e496-44d3-4d9e-a96b-5c891c9e422f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:03,070 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:03,070 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-068db40e-843a-4f22-882f-44f0cedf9968', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-068db40e-843a-4f22-882f-44f0cedf9968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:04,095 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:04,095 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb1637f-21b4-4f3e-ac18-313a0991b0e0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb1637f-21b4-4f3e-ac18-313a0991b0e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:05,120 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:05,120 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7f291f5-263f-445f-97f8-d2a6269849db', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f291f5-263f-445f-97f8-d2a6269849db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:06,145 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:06,146 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c271b53-d4ad-4b12-a482-cfbf1a8f45ec', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c271b53-d4ad-4b12-a482-cfbf1a8f45ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:07,169 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:07,170 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f965be-0665-4453-ba13-946d9729170a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f965be-0665-4453-ba13-946d9729170a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:08,195 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:08,195 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef586f15-94ac-447c-bd9e-b9bc6f35f7ed', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef586f15-94ac-447c-bd9e-b9bc6f35f7ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:09,219 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:09,219 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b72184-7ece-459d-a32a-fe4bd7d19119', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b72184-7ece-459d-a32a-fe4bd7d19119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:10,243 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:10,244 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546c990f-e5af-4a73-b082-093f88c9615c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546c990f-e5af-4a73-b082-093f88c9615c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:11,268 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:11,269 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7c1a68b-c80b-4280-a226-3e58df17935a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7c1a68b-c80b-4280-a226-3e58df17935a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:12,293 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:12,294 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda37abb-f7f9-4c8e-9c96-1b561e8ecd29', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda37abb-f7f9-4c8e-9c96-1b561e8ecd29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:13,318 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:13,319 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e1e89e-827f-4417-a169-e612074e2598', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e1e89e-827f-4417-a169-e612074e2598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:14,344 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:14,344 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adcb24a7-a419-4eb5-bcdc-2cf83912816f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adcb24a7-a419-4eb5-bcdc-2cf83912816f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:15,373 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.025s 2021-08-10 15:52:15,374 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30e44647-756a-448b-83e4-5d3ec7d01c89', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30e44647-756a-448b-83e4-5d3ec7d01c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:16,398 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:16,398 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d58cb36-bcdd-4a2a-a0a1-4d0bb0272144', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d58cb36-bcdd-4a2a-a0a1-4d0bb0272144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:17,422 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:17,422 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4cc2021-794c-47b6-abfc-45d071a9d050', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4cc2021-794c-47b6-abfc-45d071a9d050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:18,446 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:18,447 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09bdf7c6-63de-4b11-aa25-173b150dc1ca', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09bdf7c6-63de-4b11-aa25-173b150dc1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:19,472 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:52:19,473 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1552c55-87fe-4523-87a0-350387dacc5e', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1552c55-87fe-4523-87a0-350387dacc5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:20,497 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:20,498 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17eeb505-11f6-45bf-8838-266d01fd8973', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17eeb505-11f6-45bf-8838-266d01fd8973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:21,521 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:21,522 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cad57b-1343-49a1-b269-f35fef0bd416', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cad57b-1343-49a1-b269-f35fef0bd416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:22,549 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.023s 2021-08-10 15:52:22,549 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35231cc-5ed7-4a8a-a3fd-d6d21479a44d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35231cc-5ed7-4a8a-a3fd-d6d21479a44d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:23,573 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:23,574 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f4a9cf-6f46-4f66-b3ed-196db534755b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f4a9cf-6f46-4f66-b3ed-196db534755b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:24,599 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:24,599 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b48a18e-998e-4875-be48-e0f50cc6161d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b48a18e-998e-4875-be48-e0f50cc6161d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:25,624 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:25,625 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81dd3f52-64a9-4cb1-a297-99ab2b28086b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81dd3f52-64a9-4cb1-a297-99ab2b28086b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:26,649 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:26,650 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6972dee1-488d-435e-9d8c-3cd279b19543', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6972dee1-488d-435e-9d8c-3cd279b19543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:27,675 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:27,675 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c193c7-ba5a-40f7-ba72-5d137e4a66e2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c193c7-ba5a-40f7-ba72-5d137e4a66e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:28,740 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.062s 2021-08-10 15:52:28,741 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2858762-f9ab-4079-8467-754440c08eaa', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2858762-f9ab-4079-8467-754440c08eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:29,766 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:29,767 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd7fc95-bd9e-4e85-987c-b2e9774e00de', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd7fc95-bd9e-4e85-987c-b2e9774e00de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:30,791 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:30,791 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be003e0-bbb6-4aca-a370-7a987e79fc48', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be003e0-bbb6-4aca-a370-7a987e79fc48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:31,816 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:31,816 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f503517f-c36a-4f22-85d8-ac71165e6fdc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f503517f-c36a-4f22-85d8-ac71165e6fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:32,840 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:32,840 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93c5b81c-b7c8-4482-b09a-52d579c0abda', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93c5b81c-b7c8-4482-b09a-52d579c0abda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:33,865 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:33,865 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e69052-5837-41ad-8233-fe0e653abd72', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e69052-5837-41ad-8233-fe0e653abd72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:34,890 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:34,890 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2cc6574-e4d0-4e28-9791-187dafdbec39', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2cc6574-e4d0-4e28-9791-187dafdbec39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:35,913 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:35,913 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-212672fa-2fb9-4aa5-b395-0dd8a5e43cf0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-212672fa-2fb9-4aa5-b395-0dd8a5e43cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:36,938 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:36,939 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ea1138-36ef-496b-a2d5-380679457a3d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ea1138-36ef-496b-a2d5-380679457a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:37,963 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:37,963 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e6b0d1-8210-45d2-9b40-eeadc5a4f3a6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e6b0d1-8210-45d2-9b40-eeadc5a4f3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:38,987 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:38,988 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2586efd0-1d79-488b-afe7-d98f8c9bfd17', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2586efd0-1d79-488b-afe7-d98f8c9bfd17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:40,012 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:40,012 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef1237c-f615-4506-b169-6b3844b81fd3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef1237c-f615-4506-b169-6b3844b81fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:41,037 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:41,037 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf95083b-f945-4d07-ba03-40be9770f299', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf95083b-f945-4d07-ba03-40be9770f299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:42,062 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:42,062 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d11496ca-48ab-42d7-aa91-e0b25f0803da', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d11496ca-48ab-42d7-aa91-e0b25f0803da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:43,089 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.023s 2021-08-10 15:52:43,089 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4b8947-05a6-41e2-863d-7755d1a4c941', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4b8947-05a6-41e2-863d-7755d1a4c941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:44,113 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:44,113 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad4831b-93db-4f29-8850-82041812f5d6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad4831b-93db-4f29-8850-82041812f5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:45,137 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:45,137 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2de157f8-b067-47bc-b406-8dd00e50b4cd', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2de157f8-b067-47bc-b406-8dd00e50b4cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:46,162 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:46,163 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be8d4f10-ebdf-4b5a-9c66-7ff1fb678750', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be8d4f10-ebdf-4b5a-9c66-7ff1fb678750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:47,187 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:47,188 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc4bfdc-ce68-4951-a043-00e62d8252ff', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc4bfdc-ce68-4951-a043-00e62d8252ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:48,213 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:48,213 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50415d55-76e1-4cca-9e79-1a874088aaed', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50415d55-76e1-4cca-9e79-1a874088aaed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:49,238 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:49,238 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca66b64-0462-42eb-be80-722e91d65721', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca66b64-0462-42eb-be80-722e91d65721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:50,261 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:50,262 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3134428-e226-4755-8e22-2bfcf9f4d39c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3134428-e226-4755-8e22-2bfcf9f4d39c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:51,286 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:51,286 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24887cf1-6810-4e9b-be87-25dee6c8a9a4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24887cf1-6810-4e9b-be87-25dee6c8a9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:52,310 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:52,310 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b3212c-6783-475b-a5a9-5c8983573360', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38b3212c-6783-475b-a5a9-5c8983573360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:53,334 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:53,334 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98fcb620-6e62-4667-bada-81c07ff2227a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98fcb620-6e62-4667-bada-81c07ff2227a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:54,358 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:54,358 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c858aaa-de8e-4c7a-8a88-3fa9f08b8955', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c858aaa-de8e-4c7a-8a88-3fa9f08b8955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:55,383 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:55,383 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1190f21-f083-4c35-bf76-35662e826867', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1190f21-f083-4c35-bf76-35662e826867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:56,408 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:52:56,408 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bca19f0c-0e7c-4aa0-9d07-64bd2ad94c64', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bca19f0c-0e7c-4aa0-9d07-64bd2ad94c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:57,432 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:52:57,433 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840788af-e5c0-4b0a-8d49-afa724a4c92b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840788af-e5c0-4b0a-8d49-afa724a4c92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:58,458 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.022s 2021-08-10 15:52:58,458 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f9af9c1-2b29-4d45-8a34-57c21968a31a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f9af9c1-2b29-4d45-8a34-57c21968a31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:52:59,490 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.028s 2021-08-10 15:52:59,490 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:52:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3449485a-68cc-4a59-85e7-5d48c3cb11f2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3449485a-68cc-4a59-85e7-5d48c3cb11f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:00,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:53:00,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6e0a483-8273-4f01-a433-90e3ed39e0e2', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6e0a483-8273-4f01-a433-90e3ed39e0e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:01,540 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:53:01,540 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab4e6d2-caec-4792-8183-e82e9974e6cd', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab4e6d2-caec-4792-8183-e82e9974e6cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:02,564 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:53:02,564 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb94ace-6a15-472c-8bf4-5ccaaeb54473', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb94ace-6a15-472c-8bf4-5ccaaeb54473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:03,588 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.020s 2021-08-10 15:53:03,588 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a663858-7468-4212-8ebc-d31927d18a39', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a663858-7468-4212-8ebc-d31927d18a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:04,649 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.056s 2021-08-10 15:53:04,649 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286570ef-385d-4ec8-9fed-b3f53c154d75', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286570ef-385d-4ec8-9fed-b3f53c154d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:05,701 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.048s 2021-08-10 15:53:05,701 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ba46d0-59c1-479e-aba3-68d08a6225c3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ba46d0-59c1-479e-aba3-68d08a6225c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:06,758 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.053s 2021-08-10 15:53:06,759 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-823c4772-5bf0-40c8-a839-8ff907efd37f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-823c4772-5bf0-40c8-a839-8ff907efd37f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:07,812 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:53:07,812 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40147c28-3376-4bec-8851-79cc066f7d76', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40147c28-3376-4bec-8851-79cc066f7d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:08,866 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:08,866 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b5512b-5c52-4744-97cc-44b31800a8bd', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b5512b-5c52-4744-97cc-44b31800a8bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:09,920 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:09,921 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77f3c61c-ba83-4aa8-8089-ac6386529d9d', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77f3c61c-ba83-4aa8-8089-ac6386529d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:10,980 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.055s 2021-08-10 15:53:10,980 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6389861e-a78a-4926-aadf-7919e6db5de6', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6389861e-a78a-4926-aadf-7919e6db5de6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:12,035 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:53:12,036 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03713b0f-b032-4c78-a3c4-be093f555a28', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03713b0f-b032-4c78-a3c4-be093f555a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:13,089 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:53:13,089 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0503c5a9-ddad-4bed-9c9f-40bfb3b2c17b', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0503c5a9-ddad-4bed-9c9f-40bfb3b2c17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:14,144 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:53:14,144 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db387258-7954-4390-a9a3-c1a9f77739c7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db387258-7954-4390-a9a3-c1a9f77739c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:15,201 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.053s 2021-08-10 15:53:15,201 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec8011c-85af-44ca-885f-2e2368a345c4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec8011c-85af-44ca-885f-2e2368a345c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:16,253 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:53:16,253 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ecb1d9-679a-4658-916f-38a7d734ecfc', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ecb1d9-679a-4658-916f-38a7d734ecfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:17,307 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:17,307 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363f66e5-83ad-4a1c-8cd6-7a5a5eb09a35', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363f66e5-83ad-4a1c-8cd6-7a5a5eb09a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:18,363 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:53:18,363 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adbd08b-71fe-4564-9056-8c4f72fe4515', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0adbd08b-71fe-4564-9056-8c4f72fe4515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:19,418 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.052s 2021-08-10 15:53:19,419 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72374c23-7c4f-4979-94d0-2eea85104818', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72374c23-7c4f-4979-94d0-2eea85104818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:20,475 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.052s 2021-08-10 15:53:20,475 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71739173-23a7-4d4b-9aba-a5eba15440d7', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71739173-23a7-4d4b-9aba-a5eba15440d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:21,527 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.047s 2021-08-10 15:53:21,527 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f57590-adfb-4383-9f97-367ecd0d7ace', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f57590-adfb-4383-9f97-367ecd0d7ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:22,582 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:22,582 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a626820-39e7-4d6f-866c-844190de5225', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a626820-39e7-4d6f-866c-844190de5225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:23,635 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:23,636 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbf7564-fbbd-4d9a-a4f3-4b9da6ca0297', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbf7564-fbbd-4d9a-a4f3-4b9da6ca0297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:24,689 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:24,690 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d10ae18-018c-4e02-8a1c-608c22f39d0f', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d10ae18-018c-4e02-8a1c-608c22f39d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:25,744 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:25,744 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d643e3be-c277-4dc8-b9ea-f5b2a80117e5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d643e3be-c277-4dc8-b9ea-f5b2a80117e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:26,800 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:53:26,800 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9bd2d7-d711-4375-8862-7e3c6cc57c2a', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9bd2d7-d711-4375-8862-7e3c6cc57c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:27,854 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:27,855 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280f9961-d5a7-4b7e-a66d-e26a18b13d76', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280f9961-d5a7-4b7e-a66d-e26a18b13d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:28,909 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:53:28,909 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ac4d10-72c7-4799-955b-e0b2fdafdd93', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ac4d10-72c7-4799-955b-e0b2fdafdd93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:29,968 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.055s 2021-08-10 15:53:29,968 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52f002e3-b830-45d8-bf9e-7661ee791da5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52f002e3-b830-45d8-bf9e-7661ee791da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:31,022 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:31,022 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcbbcfb9-afc3-4d2f-8671-b149491e0472', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcbbcfb9-afc3-4d2f-8671-b149491e0472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:32,076 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:32,077 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9cd22c-0b52-4931-bd11-efc0e433c0d5', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9cd22c-0b52-4931-bd11-efc0e433c0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:33,130 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.050s 2021-08-10 15:53:33,131 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7749d99-29f9-4169-b851-15c07cfca5e0', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7749d99-29f9-4169-b851-15c07cfca5e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:34,187 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.052s 2021-08-10 15:53:34,187 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c558411-4bd0-40f7-9e9c-bdf2e961c69c', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c558411-4bd0-40f7-9e9c-bdf2e961c69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:35,245 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.053s 2021-08-10 15:53:35,246 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e24736e-1564-45a8-8f34-527e6e9cdbc4', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e24736e-1564-45a8-8f34-527e6e9cdbc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:36,299 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:53:36,299 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f389c7af-2e55-466c-92d2-44c947d333ab', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f389c7af-2e55-466c-92d2-44c947d333ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:37,354 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.051s 2021-08-10 15:53:37,354 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3467ba-a8db-45c5-b2f5-e92a30569627', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3467ba-a8db-45c5-b2f5-e92a30569627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:38,407 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.049s 2021-08-10 15:53:38,407 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c296ef87-a7d5-4bdd-9cfa-3a03172494c3', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c296ef87-a7d5-4bdd-9cfa-3a03172494c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:39,466 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.055s 2021-08-10 15:53:39,467 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb263023-12c0-4ec3-bafb-7628be0cfc56', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb263023-12c0-4ec3-bafb-7628be0cfc56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:53:40,491 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:53:40,492 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:53:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-955b5202-0183-41fd-931a-179df8f9d363', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-955b5202-0183-41fd-931a-179df8f9d363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:54:41,555 114843 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.21', port=80): Read timed out. (read timeout=60)")': /volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 2021-08-10 15:54:59,702 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 78.206s 2021-08-10 15:54:59,703 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:54:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b63124-95aa-499d-97c5-7a5deb2115ed', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b63124-95aa-499d-97c5-7a5deb2115ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:00,727 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:55:00,727 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f778152-9bc2-4656-bb96-fed11aa02e40', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f778152-9bc2-4656-bb96-fed11aa02e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:01,752 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:55:01,753 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6c015c-cf0f-49d6-947c-4e45072d2686', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6c015c-cf0f-49d6-947c-4e45072d2686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:02,777 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:55:02,778 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b246ef0e-505d-415d-9f47-8ec94a9206db', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b246ef0e-505d-415d-9f47-8ec94a9206db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:03,802 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692 0.021s 2021-08-10 15:55:03,803 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13342ad-acee-4bcf-a47f-a246aeb31ab1', 'content-length': '512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13342ad-acee-4bcf-a47f-a246aeb31ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/726eb26b-cdae-4a00-a596-4a42cad2c692'} Body: b'{"snapshot": {"id": "726eb26b-cdae-4a00-a596-4a42cad2c692", "created_at": "2021-08-10T15:49:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1773340840", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 103, in test_snapshot_create_get_list_update_delete snapshot = self.create_snapshot(self.volume_origin['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 726eb26b-cdae-4a00-a596-4a42cad2c692 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
fail
ft9.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-08-10 15:55:03,954 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots 0.113s 2021-08-10 15:55:03,955 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258"}} Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce503be-dc72-4e74-abab-16b56366c999', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce503be-dc72-4e74-abab-16b56366c999', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:03.906148", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}}}' 2021-08-10 15:55:04,019 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.062s 2021-08-10 15:55:04,019 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7fdd062-01d2-4a5b-8168-41cff6bd692a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7fdd062-01d2-4a5b-8168-41cff6bd692a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:05,068 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:05,069 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce6a1fe-824c-4687-aff9-a300c155dac4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cce6a1fe-824c-4687-aff9-a300c155dac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:06,120 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 15:55:06,121 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ff1beb-d4ec-47ff-8c6a-05db4f59c820', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ff1beb-d4ec-47ff-8c6a-05db4f59c820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:07,169 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:07,170 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a9f934d-4ec3-4a6f-8496-2281dd303b6a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a9f934d-4ec3-4a6f-8496-2281dd303b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:08,220 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 15:55:08,220 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573ad503-881c-49dd-98ec-37538aaf09ed', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573ad503-881c-49dd-98ec-37538aaf09ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:09,273 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.049s 2021-08-10 15:55:09,274 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec4f47c-dd4d-48ed-8ba7-3ea288116c15', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec4f47c-dd4d-48ed-8ba7-3ea288116c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:10,326 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.049s 2021-08-10 15:55:10,326 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ef8a078-8486-47fb-85fb-a4db57363c0d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ef8a078-8486-47fb-85fb-a4db57363c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:11,376 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:11,376 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1098ec39-a86b-4819-b5a2-4e9a83282241', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1098ec39-a86b-4819-b5a2-4e9a83282241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:12,423 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.043s 2021-08-10 15:55:12,424 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d05bdb-c337-4705-a92f-9857ff305991', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d05bdb-c337-4705-a92f-9857ff305991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:13,478 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.051s 2021-08-10 15:55:13,479 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d1f627-4453-4e2d-96c8-44d6d9a6f43a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d1f627-4453-4e2d-96c8-44d6d9a6f43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:14,526 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 15:55:14,527 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4b6455-dfb4-40e9-a798-4ede1a23ea78', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4b6455-dfb4-40e9-a798-4ede1a23ea78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:15,575 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 15:55:15,576 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22edaaea-48b3-4eaf-b407-f0bc54e34e4b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22edaaea-48b3-4eaf-b407-f0bc54e34e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:16,626 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:16,626 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80baa62-fb98-4a6d-b64c-555357e5adbd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80baa62-fb98-4a6d-b64c-555357e5adbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:17,675 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:17,675 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9842ac92-eb58-488d-b387-66ccec9c956c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9842ac92-eb58-488d-b387-66ccec9c956c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:18,724 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:18,724 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb35dbd1-c25e-4c34-9084-8281d8803855', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb35dbd1-c25e-4c34-9084-8281d8803855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:19,773 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:19,774 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c221a26a-1efc-4ffa-8afe-7751365d6731', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c221a26a-1efc-4ffa-8afe-7751365d6731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:20,822 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:20,822 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-184bb16e-27f2-4ca1-98df-f549e96aea4f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-184bb16e-27f2-4ca1-98df-f549e96aea4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:21,871 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:21,872 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30e525e9-9f58-4605-a95f-304321847972', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30e525e9-9f58-4605-a95f-304321847972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:22,920 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:22,921 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67392d4-55cb-4e3a-a0ae-28dddfde5a0a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67392d4-55cb-4e3a-a0ae-28dddfde5a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:23,971 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:23,971 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb715ec4-976a-45fc-9dd5-afcfc7679f75', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb715ec4-976a-45fc-9dd5-afcfc7679f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:25,020 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:25,020 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1f0954-b494-4c73-9b5b-e39515fe89cd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1f0954-b494-4c73-9b5b-e39515fe89cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:26,072 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 15:55:26,073 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-312cd0af-7f7d-4f22-8585-1b2f66362e4a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-312cd0af-7f7d-4f22-8585-1b2f66362e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:27,119 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.043s 2021-08-10 15:55:27,120 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d7e3bf-3815-4414-b070-5d8feed8cccc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d7e3bf-3815-4414-b070-5d8feed8cccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:28,170 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:28,171 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e96eea0-0239-4828-86dd-7235fa3254f0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e96eea0-0239-4828-86dd-7235fa3254f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:29,221 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:29,221 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52aba0b9-89f2-4c6d-a572-63af5ea92cff', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52aba0b9-89f2-4c6d-a572-63af5ea92cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:30,272 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 15:55:30,272 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52f89064-3601-490e-8ea5-5388e5a20fa3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52f89064-3601-490e-8ea5-5388e5a20fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:31,322 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:31,323 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0fc1c61-0a8a-47df-8251-f944a48f9e49', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0fc1c61-0a8a-47df-8251-f944a48f9e49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:32,375 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 15:55:32,375 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd4918cb-b669-4dfe-a436-25eaabb45fbb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd4918cb-b669-4dfe-a436-25eaabb45fbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:33,427 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 15:55:33,427 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff4643d-86b4-4a14-b658-cc7ada7ac661', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff4643d-86b4-4a14-b658-cc7ada7ac661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:34,476 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:34,477 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eae60d5c-eb83-41bf-9e7d-be07c88e328d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae60d5c-eb83-41bf-9e7d-be07c88e328d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:35,525 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:35,526 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d14afe2e-9a34-4c5d-a5b9-429f377e3f19', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d14afe2e-9a34-4c5d-a5b9-429f377e3f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:36,575 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:36,575 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42fc4bc8-5ddc-4ea5-9780-63a5d113cb28', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42fc4bc8-5ddc-4ea5-9780-63a5d113cb28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:37,624 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:37,624 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5637a41-3ba7-45e3-aa19-0f952fcbbac7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5637a41-3ba7-45e3-aa19-0f952fcbbac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:38,673 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 15:55:38,674 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34034ed6-9f43-4cf7-8675-38155f585df6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34034ed6-9f43-4cf7-8675-38155f585df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:39,723 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:39,723 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af633414-d9da-4ed5-b251-126431d78d98', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af633414-d9da-4ed5-b251-126431d78d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:40,773 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:55:40,774 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed1eb80-ec81-497a-b80c-e3671f91215a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed1eb80-ec81-497a-b80c-e3671f91215a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:41,799 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:55:41,799 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa54a476-daee-4b1c-ac8b-5612785c2ed9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa54a476-daee-4b1c-ac8b-5612785c2ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:42,823 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:42,824 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa1e989-4fd4-4e1d-9a24-2c3d7bb0b6aa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa1e989-4fd4-4e1d-9a24-2c3d7bb0b6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:43,849 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:55:43,849 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44d1e2a-a282-4128-8e90-4184bc6bb7b7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44d1e2a-a282-4128-8e90-4184bc6bb7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:44,873 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:44,874 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dace66c-6677-4760-9c8e-9ebbeeea8810', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dace66c-6677-4760-9c8e-9ebbeeea8810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:45,897 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:45,898 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5e0a48-2094-4b3c-bc95-772b5225a1f9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5e0a48-2094-4b3c-bc95-772b5225a1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:46,923 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.022s 2021-08-10 15:55:46,923 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb342a5-9c98-45b9-81e2-81508b6b88c9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb342a5-9c98-45b9-81e2-81508b6b88c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:47,947 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:47,948 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87700fc3-af15-4f31-829b-3e32e22ae413', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87700fc3-af15-4f31-829b-3e32e22ae413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:48,972 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:48,972 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d731d167-9760-47da-97c8-522cd0b99b08', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d731d167-9760-47da-97c8-522cd0b99b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:49,996 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:49,996 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f64dfdd-719e-4515-9339-51f4ca2f8840', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f64dfdd-719e-4515-9339-51f4ca2f8840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:51,020 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:51,021 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bad1607-ccb3-4ec4-9b23-57c500f02796', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bad1607-ccb3-4ec4-9b23-57c500f02796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:52,046 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:55:52,046 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5a7ef36-55dd-4571-b486-7cc34e20c3f2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5a7ef36-55dd-4571-b486-7cc34e20c3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:53,070 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:53,070 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07685a90-a45b-4712-8df0-721d0f3f18ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07685a90-a45b-4712-8df0-721d0f3f18ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:54,094 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:54,095 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851e2e7d-210f-40ab-973b-d62d99a440e0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851e2e7d-210f-40ab-973b-d62d99a440e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:55,118 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:55,119 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09911f0d-1ee0-4634-a4c4-19a260f658e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09911f0d-1ee0-4634-a4c4-19a260f658e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:56,143 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:56,144 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4637488-8e8c-4801-afb2-a5a5c11220b1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4637488-8e8c-4801-afb2-a5a5c11220b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:57,168 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:57,168 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b5621c-ba86-4579-b2fb-9ce648287e5a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b5621c-ba86-4579-b2fb-9ce648287e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:58,192 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:58,193 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ffbd73-8993-406e-8544-cf16473484e2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ffbd73-8993-406e-8544-cf16473484e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:55:59,216 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:55:59,217 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:55:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b98a6219-dafc-4920-88f5-72a80a5fa72d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b98a6219-dafc-4920-88f5-72a80a5fa72d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:00,240 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:00,240 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d6a597-f7e5-4955-93b9-5b22d6117912', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d6a597-f7e5-4955-93b9-5b22d6117912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:01,263 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:01,264 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-983ef073-9290-4dd3-b1fb-2c54ba5ad667', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-983ef073-9290-4dd3-b1fb-2c54ba5ad667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:02,287 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:02,287 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79a780e-e0a3-4a88-809b-ca709f96111f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79a780e-e0a3-4a88-809b-ca709f96111f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:03,311 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:03,311 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543e3746-7802-4ac7-969c-5811548c6417', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543e3746-7802-4ac7-969c-5811548c6417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:04,334 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:04,335 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5230ffb0-2ae8-4961-b0f1-3f405560eeb4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5230ffb0-2ae8-4961-b0f1-3f405560eeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:05,358 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:05,359 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c410cab-bb69-4b84-a6d9-1ad29b718593', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c410cab-bb69-4b84-a6d9-1ad29b718593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:06,383 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:56:06,384 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d61c13d-5a88-491c-bcab-913ebf8b7759', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d61c13d-5a88-491c-bcab-913ebf8b7759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:07,409 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:07,409 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66c7c09c-df6e-4f47-9fea-33241c315dbf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66c7c09c-df6e-4f47-9fea-33241c315dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:08,432 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:08,432 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1063c4e-24e2-476d-a0f3-972d636c0c39', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1063c4e-24e2-476d-a0f3-972d636c0c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:09,456 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:09,456 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b50d9e-18df-4798-9fd2-3482d2f458ef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b50d9e-18df-4798-9fd2-3482d2f458ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:10,481 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:56:10,481 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b58f5b2-a06e-42f3-a6a5-35e2bb773e56', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b58f5b2-a06e-42f3-a6a5-35e2bb773e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:11,505 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:11,506 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f63abf43-b72e-4d05-a1b4-8e3877a13557', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f63abf43-b72e-4d05-a1b4-8e3877a13557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:12,530 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:12,530 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effaa848-3f27-4e8b-92b1-fddf3ebfc0e9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effaa848-3f27-4e8b-92b1-fddf3ebfc0e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:13,554 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:13,554 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8560fa94-f02d-416d-bf4e-ea3b96c37837', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8560fa94-f02d-416d-bf4e-ea3b96c37837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:14,578 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:14,578 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbde204f-2c3c-436b-ad52-d13abf621322', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbde204f-2c3c-436b-ad52-d13abf621322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:15,601 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:15,601 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77a1b7f-4278-4fb7-96d1-3df03ac8dd8f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77a1b7f-4278-4fb7-96d1-3df03ac8dd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:16,625 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:16,625 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6421847c-5ae1-4b75-b1f2-a25055da24cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6421847c-5ae1-4b75-b1f2-a25055da24cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:17,649 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:17,649 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a39dcc-f36a-41c9-9e09-d35fc86a04af', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a39dcc-f36a-41c9-9e09-d35fc86a04af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:18,673 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:18,673 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183e90a9-1187-4d13-a706-845f4cb1125b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183e90a9-1187-4d13-a706-845f4cb1125b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:19,698 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:56:19,698 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60b51894-ff3b-4ce9-869f-3df949a1943c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60b51894-ff3b-4ce9-869f-3df949a1943c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:20,722 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:20,723 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c189d0a7-3d9f-4b71-bdd1-1d9bf2e27bd5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c189d0a7-3d9f-4b71-bdd1-1d9bf2e27bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:21,746 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:21,747 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e46950-c8cf-4ca1-b543-cc07cbd21209', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e46950-c8cf-4ca1-b543-cc07cbd21209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:22,771 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:22,771 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff990a9-18e0-487e-b1f7-8a6541f80947', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff990a9-18e0-487e-b1f7-8a6541f80947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:23,795 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:56:23,796 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a48222b7-201f-4246-9c7d-c165f99bcc15', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a48222b7-201f-4246-9c7d-c165f99bcc15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:24,820 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:24,820 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e459a24f-1372-4fa8-9036-1a3d149f8ea7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e459a24f-1372-4fa8-9036-1a3d149f8ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:25,844 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:25,844 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbe2615-e43c-42b7-a70c-66cc77453193', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbe2615-e43c-42b7-a70c-66cc77453193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:26,868 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:26,869 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b3d3a2f-085d-4e8f-8939-e726455d7007', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b3d3a2f-085d-4e8f-8939-e726455d7007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:27,892 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:27,893 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc3eed4-6ac1-41c2-abde-ee8b5ff7f70a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc3eed4-6ac1-41c2-abde-ee8b5ff7f70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:28,916 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:28,916 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af49d440-1023-47dc-92de-607f799e3e0f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af49d440-1023-47dc-92de-607f799e3e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:29,940 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:29,940 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96777548-b67b-4178-8fa2-31c67106b9d7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96777548-b67b-4178-8fa2-31c67106b9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:30,965 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:30,965 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37375dea-4ac7-4703-a45f-66030eef1bb1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37375dea-4ac7-4703-a45f-66030eef1bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:31,990 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:31,990 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3d7abd-86e4-412c-b98f-a0241c63d181', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3d7abd-86e4-412c-b98f-a0241c63d181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:33,014 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:56:33,014 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c21e3fbe-b3a1-44e5-bf31-51d8b9d6b4a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c21e3fbe-b3a1-44e5-bf31-51d8b9d6b4a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:34,038 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:34,039 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7638d014-f5e0-4d0a-a6b9-c4ea4d8a3941', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7638d014-f5e0-4d0a-a6b9-c4ea4d8a3941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:35,063 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:35,063 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc4e017-c9ad-4e9d-822a-8b017236c2bd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc4e017-c9ad-4e9d-822a-8b017236c2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:36,088 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:36,088 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-092a47c2-44b1-4c0a-8c52-e582644db11d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-092a47c2-44b1-4c0a-8c52-e582644db11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:37,112 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:37,112 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1b792ed-fa33-489b-982e-5e59b508e85e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1b792ed-fa33-489b-982e-5e59b508e85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:38,136 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:38,136 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d28c623-281e-4d94-9031-22e3c90c0305', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d28c623-281e-4d94-9031-22e3c90c0305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:39,160 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:39,161 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ce7f86-8176-4ec8-8b62-3e90691bf3fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ce7f86-8176-4ec8-8b62-3e90691bf3fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:40,185 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:40,185 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4412d8cb-06cb-41d8-b6ce-81385ae0e64c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4412d8cb-06cb-41d8-b6ce-81385ae0e64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:41,209 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:41,209 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44f452b0-1544-4e2d-a300-3820c98bd7ac', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44f452b0-1544-4e2d-a300-3820c98bd7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:42,233 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:56:42,234 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0add70f3-d9c4-4045-8698-eca64f3676bb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0add70f3-d9c4-4045-8698-eca64f3676bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:43,257 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:43,257 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a854eb-3bde-4414-a338-c9417b6b990c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a854eb-3bde-4414-a338-c9417b6b990c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:44,280 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:44,281 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1460da16-daa8-4469-a7d8-a4a7545afc22', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1460da16-daa8-4469-a7d8-a4a7545afc22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:45,304 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:45,304 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca514bc2-cde8-4091-aa68-2d5d922cac29', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca514bc2-cde8-4091-aa68-2d5d922cac29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:46,327 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:46,328 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5307fb8-676a-48d5-ae1c-7e9fd3746462', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5307fb8-676a-48d5-ae1c-7e9fd3746462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:47,351 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:47,352 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc646e14-edd6-48a5-9410-3570c5850196', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc646e14-edd6-48a5-9410-3570c5850196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:48,375 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:48,375 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96bac9bc-9efc-4d3c-bc5f-2c3cc4365126', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96bac9bc-9efc-4d3c-bc5f-2c3cc4365126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:49,398 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:49,399 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f416d732-90ec-4c0b-ad90-8563100f5170', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f416d732-90ec-4c0b-ad90-8563100f5170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:50,423 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:50,424 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe5514e-9244-4b3d-961f-6ec062fd4d92', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe5514e-9244-4b3d-961f-6ec062fd4d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:51,447 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:51,448 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5adcb437-fe38-4729-bbad-3eeeb241019a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5adcb437-fe38-4729-bbad-3eeeb241019a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:52,472 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:52,472 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b3554e-8483-4ca4-9d3b-9bbe245d27fa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b3554e-8483-4ca4-9d3b-9bbe245d27fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:53,495 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:53,496 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1490d72-5c96-4c71-afb4-ab3dabfbf22e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1490d72-5c96-4c71-afb4-ab3dabfbf22e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:54,519 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:54,519 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17d07cda-f92b-4a51-a589-aaf61cfecd17', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17d07cda-f92b-4a51-a589-aaf61cfecd17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:55,542 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:55,543 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c578cbe9-8501-4527-a727-ef4cc2c9b30f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c578cbe9-8501-4527-a727-ef4cc2c9b30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:56,566 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:56,567 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b00b305-e749-4490-862c-f3c4c09b6938', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b00b305-e749-4490-862c-f3c4c09b6938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:57,591 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:56:57,592 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a335eaa-0aec-4933-8945-5a4b27fe738d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a335eaa-0aec-4933-8945-5a4b27fe738d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:58,614 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:58,614 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49a71545-bb7b-45ee-baf8-0d922b05bd3a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49a71545-bb7b-45ee-baf8-0d922b05bd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:56:59,637 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:56:59,638 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:56:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0616a27-9649-403b-9db2-d4f64f8e8017', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0616a27-9649-403b-9db2-d4f64f8e8017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:00,660 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:00,660 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6f4c0f-6cfe-4faa-8263-3ccad1954f90', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6f4c0f-6cfe-4faa-8263-3ccad1954f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:01,682 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:01,682 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2fa2fa-c2f9-447e-bb34-cafabbdd4445', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2fa2fa-c2f9-447e-bb34-cafabbdd4445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:02,707 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:02,707 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4b9dcd-08f8-4582-adbf-c8bedab20a44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4b9dcd-08f8-4582-adbf-c8bedab20a44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:03,734 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.023s 2021-08-10 15:57:03,734 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f471aecf-210b-4ebd-aea4-7dcd7fe9e642', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f471aecf-210b-4ebd-aea4-7dcd7fe9e642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:04,758 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:04,758 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c06d7f9-2717-44b0-a384-8f4ab785064c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c06d7f9-2717-44b0-a384-8f4ab785064c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:05,780 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:05,781 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc27798-977a-4d84-81f7-94c735e1d150', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc27798-977a-4d84-81f7-94c735e1d150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:06,805 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:06,805 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-265db4aa-8d47-4770-bdd9-4715c2b755a3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-265db4aa-8d47-4770-bdd9-4715c2b755a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:07,829 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:07,829 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec654a9-07da-4146-b670-43c3bfd6a1c4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec654a9-07da-4146-b670-43c3bfd6a1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:08,852 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:08,853 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7cb4369-d5b2-489b-8e5a-678ed1f41904', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7cb4369-d5b2-489b-8e5a-678ed1f41904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:09,876 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:09,877 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee4a04a4-31da-4229-8662-e5e49672ce0c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee4a04a4-31da-4229-8662-e5e49672ce0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:10,900 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:10,901 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10e7d55c-0b69-40e1-a6a0-6b2d5c8f3dbe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10e7d55c-0b69-40e1-a6a0-6b2d5c8f3dbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:11,923 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:11,924 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ba7997-f98f-4b7c-91c4-b637302dc8d1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ba7997-f98f-4b7c-91c4-b637302dc8d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:12,947 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:12,947 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ac6b825-399c-4143-95f3-43d6d8ba6dfd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ac6b825-399c-4143-95f3-43d6d8ba6dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:13,971 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:13,971 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56fac141-911c-4c77-bdfd-9f2986f3eb41', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56fac141-911c-4c77-bdfd-9f2986f3eb41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:14,995 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:14,995 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a85b28-97b1-41ee-aa49-d47859eb9fa3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a85b28-97b1-41ee-aa49-d47859eb9fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:16,020 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:57:16,020 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fd0a6c-b897-4e85-9d64-1ee080f9dfff', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fd0a6c-b897-4e85-9d64-1ee080f9dfff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:17,046 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:17,046 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9c9b457-7de4-4ff9-9587-a251440aed3e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9c9b457-7de4-4ff9-9587-a251440aed3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:18,070 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:18,071 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661972d8-63e5-4684-bf0d-62579d0537f6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661972d8-63e5-4684-bf0d-62579d0537f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:19,094 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:19,094 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb00d61-aa32-4586-9bf8-d2b8d6b6b6c9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb00d61-aa32-4586-9bf8-d2b8d6b6b6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:20,118 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:20,119 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa2ef59-88b5-465a-ac9c-368a94a662a5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa2ef59-88b5-465a-ac9c-368a94a662a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:21,143 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:21,143 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3414a4a2-53d6-4621-9ac0-54d82307f304', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3414a4a2-53d6-4621-9ac0-54d82307f304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:22,167 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:22,167 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b0b1e3-a41f-49ec-ac59-4a580167656e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b0b1e3-a41f-49ec-ac59-4a580167656e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:23,194 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.022s 2021-08-10 15:57:23,194 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71af32c-8ec2-40e1-afc2-37eb1a9f24a2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71af32c-8ec2-40e1-afc2-37eb1a9f24a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:24,218 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:24,219 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a959cf45-b32b-4d61-bbf6-b2448759e70b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a959cf45-b32b-4d61-bbf6-b2448759e70b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:25,242 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:25,243 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f61e0d4-3af9-4760-a742-142e2b70d736', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f61e0d4-3af9-4760-a742-142e2b70d736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:26,266 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:26,267 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f71f6f2-5e09-4f21-9f9a-d1f708c9298f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f71f6f2-5e09-4f21-9f9a-d1f708c9298f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:27,290 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:27,291 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be7b4a7e-35dc-4709-a102-3b70038d9a5d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be7b4a7e-35dc-4709-a102-3b70038d9a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:28,315 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:28,315 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5efff5-9bd0-470b-a740-dc086bd9cb1c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5efff5-9bd0-470b-a740-dc086bd9cb1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:29,339 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:29,339 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f0fa8f-290f-454a-98d8-b96104d9166e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f0fa8f-290f-454a-98d8-b96104d9166e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:30,362 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:30,363 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681dbe66-c3f5-4edf-8a45-31c7b632f066', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681dbe66-c3f5-4edf-8a45-31c7b632f066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:31,386 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:31,387 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84e655e-cf9a-433d-b5ca-af650b9559ea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84e655e-cf9a-433d-b5ca-af650b9559ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:32,411 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:32,411 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea1a9601-0295-498a-bf42-0ead3af59f25', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea1a9601-0295-498a-bf42-0ead3af59f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:33,434 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:33,435 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d385d56-dab3-4ed1-8000-18e33e81c985', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d385d56-dab3-4ed1-8000-18e33e81c985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:34,459 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:34,459 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-564c9f6f-a392-48ab-8fdd-487f1b441169', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-564c9f6f-a392-48ab-8fdd-487f1b441169', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:35,482 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:35,483 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7504f63b-0c39-441e-9dad-6b45619a8ce0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7504f63b-0c39-441e-9dad-6b45619a8ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:36,506 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:36,506 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49d6b8a-b3be-44da-b7db-29ecfd99e5ee', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49d6b8a-b3be-44da-b7db-29ecfd99e5ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:37,530 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:37,530 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be172213-832a-4847-be47-6aa3eee3c4db', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be172213-832a-4847-be47-6aa3eee3c4db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:38,553 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:38,554 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9784c807-65f4-49b6-9828-8bf20a4ed533', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9784c807-65f4-49b6-9828-8bf20a4ed533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:39,577 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:39,577 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99031ad5-61b0-4cc8-84da-462aa2bf4dd5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99031ad5-61b0-4cc8-84da-462aa2bf4dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:40,600 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:40,601 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709c7cf6-4969-49e7-8d5f-83626967050e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709c7cf6-4969-49e7-8d5f-83626967050e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:41,628 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.024s 2021-08-10 15:57:41,629 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00e7a90c-795b-433d-919d-c83bf4dd57c1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00e7a90c-795b-433d-919d-c83bf4dd57c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:42,653 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:42,653 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eca2d64-c02b-49e5-a955-dc8f965e0732', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eca2d64-c02b-49e5-a955-dc8f965e0732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:43,677 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:43,678 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5a1506-9192-403d-9242-9384d9e276a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5a1506-9192-403d-9242-9384d9e276a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:44,702 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:57:44,703 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9df7bea-fea5-4756-9d5e-70fa6deb760c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9df7bea-fea5-4756-9d5e-70fa6deb760c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:45,726 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:45,727 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac503acf-e445-4109-9cfe-5ef8e479b70b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac503acf-e445-4109-9cfe-5ef8e479b70b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:46,751 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:46,751 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07afe033-fb99-4f32-805a-aaa1dcc212b4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07afe033-fb99-4f32-805a-aaa1dcc212b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:47,774 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:47,775 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03727e9e-07be-4908-b89f-ea7bb418113a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03727e9e-07be-4908-b89f-ea7bb418113a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:48,799 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:48,799 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f617b7-9321-4200-92a7-50b2f135e7ad', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f617b7-9321-4200-92a7-50b2f135e7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:49,823 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:49,823 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a62b8be9-a8ef-4b0d-ac1a-32716bf2af4f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a62b8be9-a8ef-4b0d-ac1a-32716bf2af4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:50,847 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:50,847 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e31642-f70d-4dd6-8d3c-b68440029817', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e31642-f70d-4dd6-8d3c-b68440029817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:51,870 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:57:51,871 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6174183e-9fbf-4893-b43b-b47382d1a05c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6174183e-9fbf-4893-b43b-b47382d1a05c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:52,895 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:52,895 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd6f9e0-fb09-4e44-9feb-7001b7135716', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd6f9e0-fb09-4e44-9feb-7001b7135716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:53,920 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:57:53,920 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962bd75f-e9b3-4ba2-b423-a86c0b8b4643', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962bd75f-e9b3-4ba2-b423-a86c0b8b4643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:54,944 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:54,945 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd3e06b-a7af-4502-bdd1-7b7782a4a15c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd3e06b-a7af-4502-bdd1-7b7782a4a15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:55,972 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.023s 2021-08-10 15:57:55,972 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4874b646-b8af-471a-8ce6-676240cf3fc3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4874b646-b8af-471a-8ce6-676240cf3fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:56,996 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:56,996 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af54aea7-1a1a-4ac1-8fb4-d03f8f8658c8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af54aea7-1a1a-4ac1-8fb4-d03f8f8658c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:58,022 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:57:58,022 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1662cddf-e510-4831-a195-8d0c9b18af26', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1662cddf-e510-4831-a195-8d0c9b18af26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:57:59,046 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:57:59,046 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:57:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d453af-9434-4aec-b34a-99c6e1f7a9cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d453af-9434-4aec-b34a-99c6e1f7a9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:00,070 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:00,070 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c8dcfa-9b0c-4e1b-b7f8-9cc447503698', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c8dcfa-9b0c-4e1b-b7f8-9cc447503698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:01,094 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:01,094 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73958b62-d98e-450a-badb-076d6f71c965', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73958b62-d98e-450a-badb-076d6f71c965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:02,118 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:02,119 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e288ac88-3adb-4c41-8950-fd75510f452c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e288ac88-3adb-4c41-8950-fd75510f452c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:03,142 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:03,142 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c63b1724-5523-49e4-930a-b267a946d93a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c63b1724-5523-49e4-930a-b267a946d93a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:04,165 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:04,166 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbdd4e84-9924-44fb-a720-eb91a9064979', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbdd4e84-9924-44fb-a720-eb91a9064979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:05,188 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:05,189 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d278ea-e204-4bbd-a86f-4d2271a330cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d278ea-e204-4bbd-a86f-4d2271a330cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:06,213 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:06,213 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bd5104-5dce-477b-8967-5f2489074636', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bd5104-5dce-477b-8967-5f2489074636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:07,238 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:58:07,239 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69399db8-a87c-4e02-b8b1-c9714056eeb7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69399db8-a87c-4e02-b8b1-c9714056eeb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:08,262 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:08,263 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8daab360-d1ce-43ec-b55d-67c47753854d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8daab360-d1ce-43ec-b55d-67c47753854d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:09,286 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:09,287 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58066e8-00b5-4c1f-bfbe-24640d9b3e2d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58066e8-00b5-4c1f-bfbe-24640d9b3e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:10,311 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:10,311 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa955ad-2a77-40f9-a60a-2b9c8d41c2ab', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa955ad-2a77-40f9-a60a-2b9c8d41c2ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:11,336 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:58:11,336 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25d7383e-1b6f-45b2-880a-bf39b7bb0b2f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25d7383e-1b6f-45b2-880a-bf39b7bb0b2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:12,360 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:12,360 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-458c382a-ba20-452b-ba9b-3ae6d5047e33', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-458c382a-ba20-452b-ba9b-3ae6d5047e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:13,383 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:13,383 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72548e3e-498b-41ab-957b-4b085de1ad4e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72548e3e-498b-41ab-957b-4b085de1ad4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:14,407 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:14,407 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6090d5dd-267d-4823-8e18-3f84229dc912', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6090d5dd-267d-4823-8e18-3f84229dc912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:15,430 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:15,431 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095c20e9-1d2c-4e3f-b90d-8ec7f993e8bf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095c20e9-1d2c-4e3f-b90d-8ec7f993e8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:16,457 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.022s 2021-08-10 15:58:16,457 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1802ed90-1009-4d0f-b13f-8b07c0b927b0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1802ed90-1009-4d0f-b13f-8b07c0b927b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:17,482 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:58:17,482 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e8a843-ef0f-4ba4-b586-cf07cc6df9b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e8a843-ef0f-4ba4-b586-cf07cc6df9b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:18,506 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:18,506 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f991f80-d1a9-48cd-913b-949384a011f2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f991f80-d1a9-48cd-913b-949384a011f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:19,532 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:58:19,533 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9f8380-491f-493d-8c64-5603a1485ef8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9f8380-491f-493d-8c64-5603a1485ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:20,555 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:20,556 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6369a688-5380-40f9-835c-354afadb56f5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6369a688-5380-40f9-835c-354afadb56f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:21,579 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:21,579 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e589232c-180f-488c-8e37-05b38f8235e1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e589232c-180f-488c-8e37-05b38f8235e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:22,602 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:22,602 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50df650-600c-417d-8052-a40293464064', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50df650-600c-417d-8052-a40293464064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:23,626 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:23,626 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63aa7927-b1de-4114-a264-457fa0d1287c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63aa7927-b1de-4114-a264-457fa0d1287c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:24,648 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:24,649 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2b4514-4c5c-4f09-9d13-56e7916c5096', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2b4514-4c5c-4f09-9d13-56e7916c5096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:25,672 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:25,672 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14a048a-68f1-4b95-b47e-5b1fa1e38847', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14a048a-68f1-4b95-b47e-5b1fa1e38847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:26,696 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:26,696 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d533a379-6a4d-4590-850d-2c4760d278fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d533a379-6a4d-4590-850d-2c4760d278fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:27,719 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:27,720 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8376f9b0-1a41-4cb9-b0be-163f0fcd268b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8376f9b0-1a41-4cb9-b0be-163f0fcd268b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:28,743 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:28,743 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e06bc7fd-7e6a-4b2e-8c73-41acb67d8b22', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e06bc7fd-7e6a-4b2e-8c73-41acb67d8b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:29,767 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:29,767 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-816f5fa0-499c-4cf6-9744-0b37d8fc6afc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-816f5fa0-499c-4cf6-9744-0b37d8fc6afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:30,791 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:30,791 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36419ad7-e3bb-48d3-bc12-89f943179d2b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36419ad7-e3bb-48d3-bc12-89f943179d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:31,814 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:31,814 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54088e15-f8f0-4d93-b87f-f92447b036fe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54088e15-f8f0-4d93-b87f-f92447b036fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:32,838 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:32,838 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9919f9b-5ac4-44d9-be6e-8a2a76137a1a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9919f9b-5ac4-44d9-be6e-8a2a76137a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:33,860 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:33,860 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a938efe8-0537-49a6-8f67-41bda8d0a738', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a938efe8-0537-49a6-8f67-41bda8d0a738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:34,884 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:34,884 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19405622-2362-426a-8d20-98e05344d79e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19405622-2362-426a-8d20-98e05344d79e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:35,908 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:35,908 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec361ad-3375-4bb1-bc8a-6e27037cd5fb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec361ad-3375-4bb1-bc8a-6e27037cd5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:36,932 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:36,933 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc35725a-68cc-4e62-84d1-0352ed7e9ba0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc35725a-68cc-4e62-84d1-0352ed7e9ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:37,956 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:37,956 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8811e9e9-0f69-4452-b187-22a985522265', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8811e9e9-0f69-4452-b187-22a985522265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:38,980 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:38,981 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4ed3a5-a69e-4e5c-b1c4-9ad151209474', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4ed3a5-a69e-4e5c-b1c4-9ad151209474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:40,004 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:40,005 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c4fd5e-b15d-42d3-81c1-fd16d3b6777f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c4fd5e-b15d-42d3-81c1-fd16d3b6777f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:41,029 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:58:41,030 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b61d693-e4b3-4975-be09-518c032d7459', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b61d693-e4b3-4975-be09-518c032d7459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:42,053 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:42,053 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b210af-3d58-43e0-a26e-881e53c6ba92', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b210af-3d58-43e0-a26e-881e53c6ba92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:43,077 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:43,077 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78fe452d-0c63-43d6-a6f4-3e5e54e8b2b1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78fe452d-0c63-43d6-a6f4-3e5e54e8b2b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:44,100 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:44,101 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0a4a120-b8a7-4a33-93aa-6f7e5e634021', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0a4a120-b8a7-4a33-93aa-6f7e5e634021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:45,125 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:45,125 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3154940f-7bef-4e81-afe2-96554c26ac85', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3154940f-7bef-4e81-afe2-96554c26ac85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:46,149 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:46,150 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f97107-93ec-45c8-b66f-697e60843d54', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f97107-93ec-45c8-b66f-697e60843d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:47,173 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:47,174 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23633b88-c68d-4b78-837b-6367e687b0f2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23633b88-c68d-4b78-837b-6367e687b0f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:48,198 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:48,198 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a51fd5e-ae8a-42a0-9e57-ead16c04ba71', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a51fd5e-ae8a-42a0-9e57-ead16c04ba71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:49,226 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.023s 2021-08-10 15:58:49,226 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bfee8ca-e136-458e-a353-edfa53852d33', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bfee8ca-e136-458e-a353-edfa53852d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:50,251 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:58:50,251 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed10b4b-3961-4955-bfae-a1148d9c17ba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed10b4b-3961-4955-bfae-a1148d9c17ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:51,275 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:51,275 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982bd469-2edf-4c76-acf6-938ab186270c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982bd469-2edf-4c76-acf6-938ab186270c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:52,299 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:52,299 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ea14bf-e7d7-41bd-ba61-692d50d9a882', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ea14bf-e7d7-41bd-ba61-692d50d9a882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:53,323 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:53,324 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dd1ac37-41ab-4e14-b783-19de1c644576', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dd1ac37-41ab-4e14-b783-19de1c644576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:54,348 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:54,348 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1409073-05f8-45ba-a56d-b444f2c291b4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1409073-05f8-45ba-a56d-b444f2c291b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:55,372 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:55,373 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd4406b-2233-42b8-a11d-839a04cbad96', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd4406b-2233-42b8-a11d-839a04cbad96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:56,396 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:56,396 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adec25dc-c9b2-4596-9d17-5e19a52d03e9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adec25dc-c9b2-4596-9d17-5e19a52d03e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:57,419 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:57,419 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c230fb-4c57-4666-9cec-e288b066f2fc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c230fb-4c57-4666-9cec-e288b066f2fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:58,443 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:58:58,443 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e066177b-e61e-4218-a1a9-074ac304b983', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e066177b-e61e-4218-a1a9-074ac304b983', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:58:59,467 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:58:59,467 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ffe4744-1366-457f-9853-88304f9f4431', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ffe4744-1366-457f-9853-88304f9f4431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:00,490 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:00,491 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a04b48f3-1ead-4e3a-a29b-6782347ea105', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a04b48f3-1ead-4e3a-a29b-6782347ea105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:01,515 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:01,515 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1141d654-8796-4ef8-880c-f01cb0f61fd0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1141d654-8796-4ef8-880c-f01cb0f61fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:02,539 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:02,539 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af9d4c6f-03ef-47df-80c1-4d35ee199c18', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af9d4c6f-03ef-47df-80c1-4d35ee199c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:03,562 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:03,562 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5538cd78-1307-4713-9760-1d2255f547b4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5538cd78-1307-4713-9760-1d2255f547b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:04,587 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:59:04,588 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b674f634-d87c-440c-a0d3-a786708152ca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b674f634-d87c-440c-a0d3-a786708152ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:05,611 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:05,612 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f9c3f7-19e1-4458-a417-706940b76490', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f9c3f7-19e1-4458-a417-706940b76490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:06,635 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:06,636 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21961709-53f2-4bb1-8739-2dcf37e515f8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21961709-53f2-4bb1-8739-2dcf37e515f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:07,659 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:07,659 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be86241-64ab-4477-b597-893a02f529d0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be86241-64ab-4477-b597-893a02f529d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:08,686 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.023s 2021-08-10 15:59:08,686 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188e69e2-d47e-49aa-bbbd-d229d03733b8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188e69e2-d47e-49aa-bbbd-d229d03733b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:09,709 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:09,710 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a2b3ec6-fa5c-4b37-be78-c2d53ef71c28', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a2b3ec6-fa5c-4b37-be78-c2d53ef71c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:10,734 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:59:10,734 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28ac0015-78fd-4013-b6a5-5692cb11172d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ac0015-78fd-4013-b6a5-5692cb11172d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:11,758 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:11,758 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b2fa97-6e65-4887-bc72-340aac157f03', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b2fa97-6e65-4887-bc72-340aac157f03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:12,782 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:12,783 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57872686-acd6-40cf-9950-cdae14714aac', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57872686-acd6-40cf-9950-cdae14714aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:13,806 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:13,806 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a19f540-a2c8-4409-a5e5-ed45e0f3f204', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a19f540-a2c8-4409-a5e5-ed45e0f3f204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:14,830 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:14,831 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a22255-15f7-422d-b8d4-800359487632', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a22255-15f7-422d-b8d4-800359487632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:15,854 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:15,855 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9375f4f-f256-472d-bbf9-879f0377d341', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9375f4f-f256-472d-bbf9-879f0377d341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:16,878 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:16,878 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc06cd4-0a47-4f89-95ab-158e2301a5fb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc06cd4-0a47-4f89-95ab-158e2301a5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:17,902 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:17,903 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20db45a9-cd8d-4925-8be4-a70628850d54', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20db45a9-cd8d-4925-8be4-a70628850d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:18,927 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:18,928 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73dfad2-75cf-4a99-a4ac-306f2348f607', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73dfad2-75cf-4a99-a4ac-306f2348f607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:19,952 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:19,952 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d473d26-9672-47ee-92e5-5ad88b7cf32c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d473d26-9672-47ee-92e5-5ad88b7cf32c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:20,976 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:20,977 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fea3a79-14db-401e-8821-7f0ebe810298', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fea3a79-14db-401e-8821-7f0ebe810298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:22,001 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:22,001 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aedeaab0-5d04-4c4c-9d99-0d9d87c37d5f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aedeaab0-5d04-4c4c-9d99-0d9d87c37d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:23,025 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:23,025 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84059fe3-8408-4010-91f6-4703eb55eab8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84059fe3-8408-4010-91f6-4703eb55eab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:24,049 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:24,049 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361caea7-d4dc-48dd-ac9f-42f69183bdeb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361caea7-d4dc-48dd-ac9f-42f69183bdeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:25,073 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:59:25,074 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e65d17-851f-4074-959a-00db6a4dcf93', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e65d17-851f-4074-959a-00db6a4dcf93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:26,098 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:26,098 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-448df21a-333c-41c3-9dda-109c20bdd2ba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-448df21a-333c-41c3-9dda-109c20bdd2ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:27,122 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:27,123 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a607db80-8ddc-45f3-af5a-aeca871557ed', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a607db80-8ddc-45f3-af5a-aeca871557ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:28,147 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:28,147 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-375d23e4-eb72-4cae-bd2e-c9334233187f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375d23e4-eb72-4cae-bd2e-c9334233187f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:29,171 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:29,171 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-730d608f-0fcc-4a9b-a4b9-2945aacabcb1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-730d608f-0fcc-4a9b-a4b9-2945aacabcb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:30,195 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:30,195 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adc4613-3049-44a9-834a-bf300d47c2a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adc4613-3049-44a9-834a-bf300d47c2a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:31,219 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:31,220 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e52cbcf-5e27-454f-ac6b-bf7fe43af8c8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e52cbcf-5e27-454f-ac6b-bf7fe43af8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:32,243 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:32,244 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2010e39f-45a5-462a-a9f7-66bf35d2be53', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2010e39f-45a5-462a-a9f7-66bf35d2be53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:33,266 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:33,267 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e606fef2-005f-44d9-ae09-f1fc2134cd9b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e606fef2-005f-44d9-ae09-f1fc2134cd9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:34,289 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:34,289 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0196dd50-cc5a-4c20-acd5-6e0bebc3ebd3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0196dd50-cc5a-4c20-acd5-6e0bebc3ebd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:35,314 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:59:35,314 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6290f2e-8506-4ea6-ac75-e442f2f38649', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6290f2e-8506-4ea6-ac75-e442f2f38649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:36,339 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:36,340 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40490b7-ad8b-43ff-b9ab-f8a5a66288ae', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40490b7-ad8b-43ff-b9ab-f8a5a66288ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:37,363 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:37,364 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9fca74-7347-4b00-8ec6-1f4dd7c00dc4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9fca74-7347-4b00-8ec6-1f4dd7c00dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:38,388 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:59:38,388 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb5f23d1-68c9-4977-90e2-b2fcb17cc66d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb5f23d1-68c9-4977-90e2-b2fcb17cc66d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:39,412 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:39,412 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5373bb-6d8b-4dad-847d-a2b0aa0a55eb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5373bb-6d8b-4dad-847d-a2b0aa0a55eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:40,436 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 15:59:40,437 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc50c28-a5fc-4289-b29c-8fc985a3e86b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc50c28-a5fc-4289-b29c-8fc985a3e86b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:41,459 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:41,460 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af2a92b8-15b6-47ee-a9a4-2bf06fa56f09', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af2a92b8-15b6-47ee-a9a4-2bf06fa56f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:42,484 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 15:59:42,484 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c641beb-f773-44c2-b0a2-8933c930e855', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c641beb-f773-44c2-b0a2-8933c930e855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:43,507 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:43,508 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aacaeb9-61ab-4b48-ae9f-9482c81be710', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aacaeb9-61ab-4b48-ae9f-9482c81be710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:44,530 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 15:59:44,531 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c593e45-4dd7-46fa-a470-acfb1ec54c5e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c593e45-4dd7-46fa-a470-acfb1ec54c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:45,573 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.038s 2021-08-10 15:59:45,573 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a6db73-bbd2-4556-80f7-b13ba4cd66cc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a6db73-bbd2-4556-80f7-b13ba4cd66cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:46,627 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.050s 2021-08-10 15:59:46,627 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5fd4d4-4c7b-466b-9e7a-ce1bd55d1de8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5fd4d4-4c7b-466b-9e7a-ce1bd55d1de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:47,679 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 15:59:47,679 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90aa5af5-f5ea-405b-8c11-6c2ea5111f64', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90aa5af5-f5ea-405b-8c11-6c2ea5111f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:48,729 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:59:48,729 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d514e0-5c57-494a-8fe9-35edb080c987', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d514e0-5c57-494a-8fe9-35edb080c987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:49,776 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.043s 2021-08-10 15:59:49,776 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0546a73c-699b-43c5-9610-fdfe59ac7bd5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0546a73c-699b-43c5-9610-fdfe59ac7bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:50,827 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 15:59:50,827 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7ba08a-250c-49fa-95c5-c532f997e47e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7ba08a-250c-49fa-95c5-c532f997e47e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:51,873 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.042s 2021-08-10 15:59:51,873 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0d7d6a4-43dc-4838-bb76-06d6539e0145', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0d7d6a4-43dc-4838-bb76-06d6539e0145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:52,920 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.043s 2021-08-10 15:59:52,921 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-670f972f-c1fe-4685-9930-d292279f37ca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670f972f-c1fe-4685-9930-d292279f37ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:53,969 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 15:59:53,969 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c3d0110-7095-48e8-bdfb-4c688187fc44', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c3d0110-7095-48e8-bdfb-4c688187fc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:55,017 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 15:59:55,017 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5685c2-e72e-4c7e-9991-5d1166efa001', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5685c2-e72e-4c7e-9991-5d1166efa001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:56,066 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:59:56,067 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-250ad04b-6775-4882-a02a-250862fb2499', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-250ad04b-6775-4882-a02a-250862fb2499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:57,117 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:59:57,117 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5168e8f3-0b0f-4d22-b1b6-f37e59d244c3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5168e8f3-0b0f-4d22-b1b6-f37e59d244c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:58,167 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 15:59:58,167 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6296898b-1f0f-4794-a995-e631d2ebaede', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6296898b-1f0f-4794-a995-e631d2ebaede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 15:59:59,215 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.042s 2021-08-10 15:59:59,215 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 15:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8abc0b59-3a11-4f24-9c1d-f44efdeaa907', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8abc0b59-3a11-4f24-9c1d-f44efdeaa907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:00,365 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.146s 2021-08-10 16:00:00,366 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b7eea7-ecc8-46d7-824d-6d59c89c3e10', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b7eea7-ecc8-46d7-824d-6d59c89c3e10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:01,389 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.021s 2021-08-10 16:00:01,390 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4195bf-4b0b-4709-b145-18c0c4d09260', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4195bf-4b0b-4709-b145-18c0c4d09260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:02,412 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 16:00:02,412 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec174cb-2ec4-4681-8cfe-a5ed387d7e58', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec174cb-2ec4-4681-8cfe-a5ed387d7e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:03,434 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.018s 2021-08-10 16:00:03,434 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b168a8e-e5ab-44da-96b6-f9b44c6df1a7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b168a8e-e5ab-44da-96b6-f9b44c6df1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:04,461 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.023s 2021-08-10 16:00:04,461 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614155e8-2006-474f-844f-c0f142bedede', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614155e8-2006-474f-844f-c0f142bedede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:05,510 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:05,511 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1cd939a-9571-44e6-a989-d672d8669cca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1cd939a-9571-44e6-a989-d672d8669cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:06,562 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:06,562 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f30e13-8f34-4df3-ba08-ac46f703960d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f30e13-8f34-4df3-ba08-ac46f703960d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:07,612 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 16:00:07,612 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c3bb07-382b-4fde-81d4-85958e0cd9f6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c3bb07-382b-4fde-81d4-85958e0cd9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:08,661 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:08,661 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6d20c3-7041-4417-b082-32ccb60319d5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6d20c3-7041-4417-b082-32ccb60319d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:09,710 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:09,710 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2385b2da-868f-46c6-8387-86f807002c63', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2385b2da-868f-46c6-8387-86f807002c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:10,761 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:10,762 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb702c4-c5e1-454c-96ec-704bd1ae9b64', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb702c4-c5e1-454c-96ec-704bd1ae9b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:11,810 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.043s 2021-08-10 16:00:11,811 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cb6577d-e653-4480-b11d-42f2506a0815', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cb6577d-e653-4480-b11d-42f2506a0815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:12,862 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 16:00:12,863 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e673ce-4027-417a-b8f7-1f9eddc59c90', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e673ce-4027-417a-b8f7-1f9eddc59c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:13,913 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:13,914 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37a0b8e-a2a7-45b5-9b00-283b6eb79186', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37a0b8e-a2a7-45b5-9b00-283b6eb79186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:14,964 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:14,964 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be01758-9392-4b82-8b1a-e2dec76b7856', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be01758-9392-4b82-8b1a-e2dec76b7856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:16,012 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:16,013 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d3a3ce-76cd-4384-88ac-c227749f4c48', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d3a3ce-76cd-4384-88ac-c227749f4c48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:17,059 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.042s 2021-08-10 16:00:17,059 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e657789a-4e0b-4255-be03-9e8e57cbbc60', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e657789a-4e0b-4255-be03-9e8e57cbbc60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:18,111 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.049s 2021-08-10 16:00:18,112 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80b99b6-8c26-41a2-8561-9c339e01aaca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80b99b6-8c26-41a2-8561-9c339e01aaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:19,159 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.043s 2021-08-10 16:00:19,159 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe95961-17fe-4a7d-8edc-171582c75e96', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe95961-17fe-4a7d-8edc-171582c75e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:20,209 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 16:00:20,210 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18404a64-2582-477f-a82f-0b817e53f49e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18404a64-2582-477f-a82f-0b817e53f49e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:21,257 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:21,257 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671efebe-d7c7-429b-a5c3-25c50e0d8069', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671efebe-d7c7-429b-a5c3-25c50e0d8069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:22,305 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:22,305 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dac3bbb-ee61-46ed-88c0-5baa9f731852', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dac3bbb-ee61-46ed-88c0-5baa9f731852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:23,353 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:23,353 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4fb773-1420-4c6f-af71-7dc146d74b06', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4fb773-1420-4c6f-af71-7dc146d74b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:24,401 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:24,402 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35fe589-e068-46e3-ae5a-99fbfecf5423', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35fe589-e068-46e3-ae5a-99fbfecf5423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:25,451 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 16:00:25,452 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064a4f3d-d01f-47e6-b088-4a285587cbb9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064a4f3d-d01f-47e6-b088-4a285587cbb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:26,500 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:26,500 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-136cd85f-730b-497a-8dd3-d0afb00811f0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-136cd85f-730b-497a-8dd3-d0afb00811f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:27,549 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:27,550 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5fcfbd3-a1be-4ae3-b5b2-d2765c2a0b05', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5fcfbd3-a1be-4ae3-b5b2-d2765c2a0b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:28,600 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:28,600 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49850df9-82fc-4eda-8418-7cec597fdf9d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49850df9-82fc-4eda-8418-7cec597fdf9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:29,648 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:29,648 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12cc2817-b761-4363-baf6-8a17df341db8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12cc2817-b761-4363-baf6-8a17df341db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:30,707 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.054s 2021-08-10 16:00:30,707 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-604ad692-d97f-4c11-b5e2-14d82c817b17', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-604ad692-d97f-4c11-b5e2-14d82c817b17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:31,759 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 16:00:31,760 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3719d4-1144-4f87-9002-1a56c1fbd0c9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3719d4-1144-4f87-9002-1a56c1fbd0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:32,806 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.042s 2021-08-10 16:00:32,806 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97c0deb-20f3-4e07-8b3f-1fed1d2b2d7d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97c0deb-20f3-4e07-8b3f-1fed1d2b2d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:33,855 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:33,856 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18b192d8-f1f9-43fd-a314-c9d09d7a2924', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18b192d8-f1f9-43fd-a314-c9d09d7a2924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:34,906 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:34,907 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e626e522-9200-483c-8de2-4bed3017cefa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e626e522-9200-483c-8de2-4bed3017cefa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:35,955 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:35,956 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7517bacf-0b35-4eff-bfc5-309932a735b6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7517bacf-0b35-4eff-bfc5-309932a735b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:37,003 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:37,003 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087e9c3b-3cb9-40e4-9041-6926929e9fc1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087e9c3b-3cb9-40e4-9041-6926929e9fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:38,053 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 16:00:38,054 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2f5b2e-d081-4d1b-8890-5b7ce80bbdef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2f5b2e-d081-4d1b-8890-5b7ce80bbdef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:39,102 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.046s 2021-08-10 16:00:39,103 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb3f577-65f6-49de-94c8-d24e5da792eb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb3f577-65f6-49de-94c8-d24e5da792eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:40,151 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:40,151 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-521f13e8-b26c-497a-ab21-1f8235e81222', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-521f13e8-b26c-497a-ab21-1f8235e81222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:41,204 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 16:00:41,204 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd577662-fe42-4562-8f5f-e2b334e270d5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd577662-fe42-4562-8f5f-e2b334e270d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:42,253 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:42,253 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd85fc1-38e9-43ce-b2ea-459a902df2cf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd85fc1-38e9-43ce-b2ea-459a902df2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:43,300 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:43,301 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1349934f-4b9e-4f1f-9d2a-18707eba1134', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1349934f-4b9e-4f1f-9d2a-18707eba1134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:44,349 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:44,350 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4cb875-e8cf-446e-a355-498564946a2c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4cb875-e8cf-446e-a355-498564946a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:45,405 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.052s 2021-08-10 16:00:45,405 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73cd181-0ebd-48e8-adfb-5a27b8dd7dfe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73cd181-0ebd-48e8-adfb-5a27b8dd7dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:46,448 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.039s 2021-08-10 16:00:46,449 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60039d01-162a-497e-bdfa-d84ecd80f834', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60039d01-162a-497e-bdfa-d84ecd80f834', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:47,497 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:47,497 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83bbbcc9-b7cf-41f3-9435-b76592d8a815', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83bbbcc9-b7cf-41f3-9435-b76592d8a815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:48,545 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:48,545 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b444ad1a-744f-4415-89cd-3dad8d14fc80', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b444ad1a-744f-4415-89cd-3dad8d14fc80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:49,593 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:49,593 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a7d1ec-8a5e-4345-b48c-5e33835ed22f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a7d1ec-8a5e-4345-b48c-5e33835ed22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:50,644 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 16:00:50,645 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d0574f-0c9c-4115-8f1c-8a477890378b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d0574f-0c9c-4115-8f1c-8a477890378b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:51,694 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:51,694 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea0f61d-20dc-4bb0-a556-cfcaab0d27cb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea0f61d-20dc-4bb0-a556-cfcaab0d27cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:52,745 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.048s 2021-08-10 16:00:52,746 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2a9786-cb79-4e08-8286-74829b1217c7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2a9786-cb79-4e08-8286-74829b1217c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:53,788 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.039s 2021-08-10 16:00:53,789 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74916f69-23dd-46de-82cf-896250b7e696', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74916f69-23dd-46de-82cf-896250b7e696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:54,845 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.052s 2021-08-10 16:00:54,845 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cc7074-477e-443e-8f10-ee55c2801d12', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cc7074-477e-443e-8f10-ee55c2801d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:55,893 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:55,893 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23794660-a01b-4e94-908a-a11311902922', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23794660-a01b-4e94-908a-a11311902922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:56,944 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:00:56,944 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bf20b51-eff5-4bba-83d3-1b5843331063', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bf20b51-eff5-4bba-83d3-1b5843331063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:57,992 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.044s 2021-08-10 16:00:57,992 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d52d272-fbbe-498a-937b-3328644faf02', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d52d272-fbbe-498a-937b-3328644faf02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:00:59,040 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.045s 2021-08-10 16:00:59,041 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f2c379-33a5-48b4-be67-030f46cc3a54', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f2c379-33a5-48b4-be67-030f46cc3a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:01:00,091 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:01:00,092 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d4726c-55c7-4257-9edf-ff4d6d577141', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d4726c-55c7-4257-9edf-ff4d6d577141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:01:01,143 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.047s 2021-08-10 16:01:01,143 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d38e3f4-37e9-4881-8bc3-6effabad34aa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d38e3f4-37e9-4881-8bc3-6effabad34aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:01:02,167 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.020s 2021-08-10 16:01:02,167 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afb8cf24-1213-4829-827d-db471843b7ab', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afb8cf24-1213-4829-827d-db471843b7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:01:03,191 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.019s 2021-08-10 16:01:03,191 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41413f85-d41a-42a0-9c22-f7edac257d03', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41413f85-d41a-42a0-9c22-f7edac257d03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-08-10 16:01:04,231 114843 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545 0.036s 2021-08-10 16:01:04,232 114843 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 10 Aug 2021 16:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf263fe-7454-4af2-aef7-511fb17d72c0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf263fe-7454-4af2-aef7-511fb17d72c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.21/volume/v3/149094901a9e4a248c1a5ef9711c5d06/snapshots/98d5f454-a81d-48ae-bf13-510fb433d545'} Body: b'{"snapshot": {"id": "98d5f454-a81d-48ae-bf13-510fb433d545", "created_at": "2021-08-10T15:55:04.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1541044258", "description": null, "volume_id": "f4b8d884-9ecc-430f-9c3f-92b6e98b7cc5", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "149094901a9e4a248c1a5ef9711c5d06", "os-extended-snapshot-attributes:progress": "0%"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 80, in test_snapshot_create_offline_delete_online snapshot1 = self.create_snapshot(self.volume_origin['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 98d5f454-a81d-48ae-bf13-510fb433d545 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt9.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt9.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt10.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt11.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt12.1: 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
pt13.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
pt14.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt14.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt15.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
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
pt16.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.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
pt17.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
pt18.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
pt19.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
pt19.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
pt19.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
pt19.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
pt19.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
pt19.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt21.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
pt21.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt22.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
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
pt23.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
pt23.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
pt23.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 | 0 | 0 | 0 | 1 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
skip
pt24.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
pt25.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt26.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
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
pt27.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
pt27.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
pt28.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
pt29.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
pt30.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
pt30.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
pt30.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
pt30.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
pt30.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
pt30.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
pt30.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt32.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
pt32.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt33.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
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
pt34.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
pt34.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
pt35.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
pt35.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt37.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
pt37.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
pt37.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
pt38.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
pt39.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
pt39.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
pt39.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
pt39.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
pt39.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
pt40.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
pt40.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
pt40.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
pt40.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
pt40.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
pt41.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
pt41.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
pt42.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
pt42.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt43.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt43.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt43.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt43.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt43.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt44.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
pt44.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
pt44.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 | 11 | 11 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt46.1: 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
pt46.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt46.3: 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
pt46.4: 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 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt47.1: 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
pt47.2: 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
pt47.3: 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
pt47.4: 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
pt47.5: 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
pt48.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
pt49.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
pt50.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
pt51.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
pt52.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
pt52.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
pt53.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt60.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt60.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt61.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
pt62.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
pt62.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt63.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt63.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt63.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt68.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,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
pt69.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_volume_boot_pattern.TestVolumeBootPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt70.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
||||||
Total | 221 | 197 | 14 | 0 | 10 |